#BE7FF2

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

Shades of Heliotrope #BE7FF2

Tints of Heliotrope #BE7FF2

Color information

#BE7FF2 (or 0xBE7FF2) is unknown color: approx Heliotrope. HEX triplet: BE, 7F and F2. RGB value is (190,127,242). Sum of RGB (Red+Green+Blue) = 190+127+242=559 (74% of max value = 765). Red value is 190 (74.61% from 255 or 33.99% from 559); Green value is 127 (50% from 255 or 22.72% from 559); Blue value is 242 (94.92% from 255 or 43.29% from 559); Max value from RGB is 242 - color contains mainly: blue. Hex color #BE7FF2 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BE7FF2 is #41800D. Grayscale: #9E9E9E. Windows color (decimal): -4292622 or 15892414. OLE color: 15892414.

HSL color Cylindrical-coordinate representation of color #BE7FF2: hue angle of 272.87º degrees, saturation: 0.82, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #BE7FF2 is Cyan = 0.21, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB190127242-
CMYK0.210.4800.05
HSL272.87º81.56%72.35%-
HSV(B)272.87º47.52%94.9%-
XYZ44.8532.5487.92-
YUV158.95174.87150.15-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 33.99%
GREEN value IS 127 (50% from 255) = 22.72%
BLUE value IS 242 (94.92% from 255) = 43.29%
R=33.99%
G=22.72%
B=43.29%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1901272420.210.4800.05272.8781.5672.35
HexBE7FF21530051115248
Octal276177362256005421122110
Binary1011111011111111111001010101110000010110001000110100101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE7FF2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE7FF2; }

 p { color: rgb(190,127,242); }

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

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

 a { background-color: rgb(190,127,242); }

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

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

 span { border-color: rgb(190,127,242); }

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