#BE6FF0

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

Shades of Heliotrope #BE6FF0

Tints of Heliotrope #BE6FF0

Color information

#BE6FF0 (or 0xBE6FF0) is unknown color: approx Heliotrope. HEX triplet: BE, 6F and F0. RGB value is (190,111,240). Sum of RGB (Red+Green+Blue) = 190+111+240=541 (71% of max value = 765). Red value is 190 (74.61% from 255 or 35.12% from 541); Green value is 111 (43.75% from 255 or 20.52% from 541); Blue value is 240 (94.14% from 255 or 44.36% from 541); Max value from RGB is 240 - color contains mainly: blue. Hex color #BE6FF0 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BE6FF0 is #41900F. Grayscale: #949494. Windows color (decimal): -4296720 or 15757246. OLE color: 15757246.

HSL color Cylindrical-coordinate representation of color #BE6FF0: hue angle of 276.74º degrees, saturation: 0.81, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #BE6FF0 is Cyan = 0.21, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB190111240-
CMYK0.210.5400.06
HSL276.74º81.13%68.82%-
HSV(B)276.74º53.75%94.12%-
XYZ42.6528.6185.71-
YUV149.33179.17157.01-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 35.12%
GREEN value IS 111 (43.75% from 255) = 20.52%
BLUE value IS 240 (94.14% from 255) = 44.36%
R=35.12%
G=20.52%
B=44.36%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1901112400.210.5400.06276.7481.1368.82
HexBE6FF01536061155145
Octal276157360256606425121105
Binary1011111011011111111000010101110110011010001010110100011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE6FF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE6FF0; }

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

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

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

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

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

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

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

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