#B964FF

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

Shades of Heliotrope #B964FF

Tints of Heliotrope #B964FF

Color information

#B964FF (or 0xB964FF) is unknown color: approx Heliotrope. HEX triplet: B9, 64 and FF. RGB value is (185,100,255). Sum of RGB (Red+Green+Blue) = 185+100+255=540 (71% of max value = 765). Red value is 185 (72.66% from 255 or 34.26% from 540); Green value is 100 (39.45% from 255 or 18.52% from 540); Blue value is 255 (100% from 255 or 47.22% from 540); Max value from RGB is 255 - color contains mainly: blue. Hex color #B964FF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B964FF is #469B00. Grayscale: #8E8E8E. Windows color (decimal): -4627201 or 16737465. OLE color: 16737465.

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

Color convert

RGB185100255-
CMYK0.270.6100
HSL272.9º100%69.61%-
HSV(B)272.9º60.78%100%-
XYZ42.6126.6597.51-
YUV143.08191.16157.9-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 34.26%
GREEN value IS 100 (39.45% from 255) = 18.52%
BLUE value IS 255 (100% from 255) = 47.22%
R=34.26%
G=18.52%
B=47.22%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1851002550.270.6100272.910069.61
HexB964FF1B3D001116446
Octal271144377337500421144106
Binary10111001110010011111111110111111010010001000111001001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B964FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B964FF; }

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

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

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

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

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

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

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

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