#B864FD

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

Shades of Heliotrope #B864FD

Tints of Heliotrope #B864FD

Color information

#B864FD (or 0xB864FD) is unknown color: approx Heliotrope. HEX triplet: B8, 64 and FD. RGB value is (184,100,253). Sum of RGB (Red+Green+Blue) = 184+100+253=537 (71% of max value = 765). Red value is 184 (72.27% from 255 or 34.26% from 537); Green value is 100 (39.45% from 255 or 18.62% from 537); Blue value is 253 (99.22% from 255 or 47.11% from 537); Max value from RGB is 253 - color contains mainly: blue. Hex color #B864FD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B864FD is #479B02. Grayscale: #8E8E8E. Windows color (decimal): -4692739 or 16606392. OLE color: 16606392.

HSL color Cylindrical-coordinate representation of color #B864FD: hue angle of 272.94º degrees, saturation: 0.97, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B864FD is Cyan = 0.27, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB184100253-
CMYK0.270.6000.01
HSL272.94º97.45%69.22%-
HSV(B)272.94º60.47%99.22%-
XYZ42.0526.495.81-
YUV142.56190.33157.56-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 34.26%
GREEN value IS 100 (39.45% from 255) = 18.62%
BLUE value IS 253 (99.22% from 255) = 47.11%
R=34.26%
G=18.62%
B=47.11%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1841002530.270.6000.01272.9497.4569.22
HexB864FD1B3C011116145
Octal270144375337401421141105
Binary10111000110010011111101110111111000110001000111000011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B864FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B864FD; }

 p { color: rgb(184,100,253); }

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

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

 a { background-color: rgb(184,100,253); }

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

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

 span { border-color: rgb(184,100,253); }

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