#BE6FF4

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

Shades of Heliotrope #BE6FF4

Tints of Heliotrope #BE6FF4

Color information

#BE6FF4 (or 0xBE6FF4) is unknown color: approx Heliotrope. HEX triplet: BE, 6F and F4. RGB value is (190,111,244). Sum of RGB (Red+Green+Blue) = 190+111+244=545 (72% of max value = 765). Red value is 190 (74.61% from 255 or 34.86% from 545); Green value is 111 (43.75% from 255 or 20.37% from 545); Blue value is 244 (95.70% from 255 or 44.77% from 545); Max value from RGB is 244 - color contains mainly: blue. Hex color #BE6FF4 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BE6FF4 is #41900B. Grayscale: #959595. Windows color (decimal): -4296716 or 16019390. OLE color: 16019390.

HSL color Cylindrical-coordinate representation of color #BE6FF4: hue angle of 275.64º degrees, saturation: 0.86, 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 #BE6FF4 is Cyan = 0.22, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB190111244-
CMYK0.220.5500.04
HSL275.64º85.81%69.61%-
HSV(B)275.64º54.51%95.69%-
XYZ43.2528.8588.88-
YUV149.78181.17156.69-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 34.86%
GREEN value IS 111 (43.75% from 255) = 20.37%
BLUE value IS 244 (95.70% from 255) = 44.77%
R=34.86%
G=20.37%
B=44.77%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1901112440.220.5500.04275.6485.8169.61
HexBE6FF41637041145646
Octal276157364266704424126106
Binary1011111011011111111010010110110111010010001010010101101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE6FF4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE6FF4; }

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

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

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

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

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

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

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

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