#BE6FF9

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

Shades of Heliotrope #BE6FF9

Tints of Heliotrope #BE6FF9

Color information

#BE6FF9 (or 0xBE6FF9) is unknown color: approx Heliotrope. HEX triplet: BE, 6F and F9. RGB value is (190,111,249). Sum of RGB (Red+Green+Blue) = 190+111+249=550 (72% of max value = 765). Red value is 190 (74.61% from 255 or 34.55% from 550); Green value is 111 (43.75% from 255 or 20.18% from 550); Blue value is 249 (97.66% from 255 or 45.27% from 550); Max value from RGB is 249 - color contains mainly: blue. Hex color #BE6FF9 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BE6FF9 is #419006. Grayscale: #959595. Windows color (decimal): -4296711 or 16347070. OLE color: 16347070.

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

Color convert

RGB190111249-
CMYK0.240.5500.02
HSL274.35º92%70.59%-
HSV(B)274.35º55.42%97.65%-
XYZ44.0229.1692.93-
YUV150.35183.67156.28-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 34.55%
GREEN value IS 111 (43.75% from 255) = 20.18%
BLUE value IS 249 (97.66% from 255) = 45.27%
R=34.55%
G=20.18%
B=45.27%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1901112490.240.5500.02274.359270.59
HexBE6FF91837021125c47
Octal276157371306702422134107
Binary101111101101111111110011100011011101010001001010111001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE6FF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE6FF9; }

 p { color: rgb(190,111,249); }

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

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

 a { background-color: rgb(190,111,249); }

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

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

 span { border-color: rgb(190,111,249); }

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