#B869F9

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

Shades of Heliotrope #B869F9

Tints of Heliotrope #B869F9

Color information

#B869F9 (or 0xB869F9) is unknown color: approx Heliotrope. HEX triplet: B8, 69 and F9. RGB value is (184,105,249). Sum of RGB (Red+Green+Blue) = 184+105+249=538 (71% of max value = 765). Red value is 184 (72.27% from 255 or 34.20% from 538); Green value is 105 (41.41% from 255 or 19.52% from 538); Blue value is 249 (97.66% from 255 or 46.28% from 538); Max value from RGB is 249 - color contains mainly: blue. Hex color #B869F9 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B869F9 is #479606. Grayscale: #909090. Windows color (decimal): -4691463 or 16345528. OLE color: 16345528.

HSL color Cylindrical-coordinate representation of color #B869F9: hue angle of 272.92º degrees, saturation: 0.92, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #B869F9 is Cyan = 0.26, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB184105249-
CMYK0.260.5800.02
HSL272.92º92.31%69.41%-
HSV(B)272.92º57.83%97.65%-
XYZ41.9227.1392.65-
YUV145.04186.67155.79-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 34.20%
GREEN value IS 105 (41.41% from 255) = 19.52%
BLUE value IS 249 (97.66% from 255) = 46.28%
R=34.20%
G=19.52%
B=46.28%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1841052490.260.5800.02272.9292.3169.41
HexB869F91A3A021115c45
Octal270151371327202421134105
Binary101110001101001111110011101011101001010001000110111001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B869F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B869F9; }

 p { color: rgb(184,105,249); }

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

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

 a { background-color: rgb(184,105,249); }

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

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

 span { border-color: rgb(184,105,249); }

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