#B95BFF

Color #B95BFF Heliotrope (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Heliotrope #B95BFF

Tints of Heliotrope #B95BFF

Color information

#B95BFF (or 0xB95BFF) is unknown color: approx Heliotrope. HEX triplet: B9, 5B and FF. RGB value is (185,91,255). Sum of RGB (Red+Green+Blue) = 185+91+255=531 (70% of max value = 765). Red value is 185 (72.66% from 255 or 34.84% from 531); Green value is 91 (35.94% from 255 or 17.14% from 531); Blue value is 255 (100% from 255 or 48.02% from 531); Max value from RGB is 255 - color contains mainly: blue. Hex color #B95BFF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B95BFF is #46A400. Grayscale: #898989. Windows color (decimal): -4629505 or 16735161. OLE color: 16735161.

HSL color Cylindrical-coordinate representation of color #B95BFF: hue angle of 274.39º degrees, saturation: 1, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #B95BFF is Cyan = 0.27, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB18591255-
CMYK0.270.6400
HSL274.39º100%67.84%-
HSV(B)274.39º64.31%100%-
XYZ41.825.0297.23-
YUV137.8194.14161.66-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 185 (72.66% from 255) = 34.84%
GREEN value IS 91 (35.94% from 255) = 17.14%
BLUE value IS 255 (100% from 255) = 48.02%
R=34.84%
G=17.14%
B=48.02%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal185912550.270.6400274.3910067.84
HexB95BFF1B40001126444
Octal2711333773310000422144104
Binary101110011011011111111111101110000000010001001011001001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B95BFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B95BFF; }

 p { color: rgb(185,91,255); }

 H1.HeaderClassName
 {
   color: #B95BFF;
 }
 .AnyTagClassName
 {
   color: #B95BFF;
 }
</style>
background-color css

<style>
 a { background-color: #B95BFF; }

 a { background-color: rgb(185,91,255); }

 div.DivClassName
 {
   background-color: #B95BFF;
 }
 .BgClassName
 {
   background-color: #B95BFF;
 }
</style>
border-color css

<style>
 span { border-color: #B95BFF; }

 span { border-color: rgb(185,91,255); }

 td.TdClassName
 {
   border-color: #B95BFF;
 }
 .TagClassName
 {
   border-color: #B95BFF;
 }
</style>