#BE6FF6

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

Shades of Heliotrope #BE6FF6

Tints of Heliotrope #BE6FF6

Color information

#BE6FF6 (or 0xBE6FF6) is unknown color: approx Heliotrope. HEX triplet: BE, 6F and F6. RGB value is (190,111,246). Sum of RGB (Red+Green+Blue) = 190+111+246=547 (72% of max value = 765). Red value is 190 (74.61% from 255 or 34.73% from 547); Green value is 111 (43.75% from 255 or 20.29% from 547); Blue value is 246 (96.48% from 255 or 44.97% from 547); Max value from RGB is 246 - color contains mainly: blue. Hex color #BE6FF6 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BE6FF6 is #419009. Grayscale: #959595. Windows color (decimal): -4296714 or 16150462. OLE color: 16150462.

HSL color Cylindrical-coordinate representation of color #BE6FF6: hue angle of 275.11º degrees, saturation: 0.88, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #BE6FF6 is Cyan = 0.23, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB190111246-
CMYK0.230.5500.04
HSL275.11º88.24%70%-
HSV(B)275.11º54.88%96.47%-
XYZ43.5528.9790.48-
YUV150.01182.17156.52-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 34.73%
GREEN value IS 111 (43.75% from 255) = 20.29%
BLUE value IS 246 (96.48% from 255) = 44.97%
R=34.73%
G=20.29%
B=44.97%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1901112460.230.5500.04275.1188.2470
HexBE6FF61737041135846
Octal276157366276704423130106
Binary1011111011011111111011010111110111010010001001110110001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE6FF6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE6FF6; }

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

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

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

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

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

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

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

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