#BE6FED

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

Shades of Heliotrope #BE6FED

Tints of Heliotrope #BE6FED

Color information

#BE6FED (or 0xBE6FED) is unknown color: approx Heliotrope. HEX triplet: BE, 6F and ED. RGB value is (190,111,237). Sum of RGB (Red+Green+Blue) = 190+111+237=538 (71% of max value = 765). Red value is 190 (74.61% from 255 or 35.32% from 538); Green value is 111 (43.75% from 255 or 20.63% from 538); Blue value is 237 (92.97% from 255 or 44.05% from 538); Max value from RGB is 237 - color contains mainly: blue. Hex color #BE6FED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BE6FED is #419012. Grayscale: #949494. Windows color (decimal): -4296723 or 15560638. OLE color: 15560638.

HSL color Cylindrical-coordinate representation of color #BE6FED: hue angle of 277.62º degrees, saturation: 0.78, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #BE6FED is Cyan = 0.20, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB190111237-
CMYK0.200.5300.07
HSL277.62º77.78%68.24%-
HSV(B)277.62º53.16%92.94%-
XYZ42.2128.4383.38-
YUV148.98177.67157.25-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 35.32%
GREEN value IS 111 (43.75% from 255) = 20.63%
BLUE value IS 237 (92.97% from 255) = 44.05%
R=35.32%
G=20.63%
B=44.05%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1901112370.200.5300.07277.6277.7868.24
HexBE6FED1435071164e44
Octal276157355246507426116104
Binary1011111011011111110110110100110101011110001011010011101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE6FED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE6FED; }

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

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

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

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

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

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

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

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