#BE6CFC

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

Shades of Heliotrope #BE6CFC

Tints of Heliotrope #BE6CFC

Color information

#BE6CFC (or 0xBE6CFC) is unknown color: approx Heliotrope. HEX triplet: BE, 6C and FC. RGB value is (190,108,252). Sum of RGB (Red+Green+Blue) = 190+108+252=550 (72% of max value = 765). Red value is 190 (74.61% from 255 or 34.55% from 550); Green value is 108 (42.58% from 255 or 19.64% from 550); Blue value is 252 (98.83% from 255 or 45.82% from 550); Max value from RGB is 252 - color contains mainly: blue. Hex color #BE6CFC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BE6CFC is #419303. Grayscale: #949494. Windows color (decimal): -4297476 or 16542910. OLE color: 16542910.

HSL color Cylindrical-coordinate representation of color #BE6CFC: hue angle of 274.17º degrees, saturation: 0.96, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #BE6CFC is Cyan = 0.25, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB190108252-
CMYK0.250.5700.01
HSL274.17º96%70.59%-
HSV(B)274.17º57.14%98.82%-
XYZ44.1728.795.31-
YUV148.93186.17157.29-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 34.55%
GREEN value IS 108 (42.58% from 255) = 19.64%
BLUE value IS 252 (98.83% from 255) = 45.82%
R=34.55%
G=19.64%
B=45.82%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1901082520.250.5700.01274.179670.59
HexBE6CFC1939011126047
Octal276154374317101422140107
Binary10111110110110011111100110011110010110001001011000001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE6CFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE6CFC; }

 p { color: rgb(190,108,252); }

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

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

 a { background-color: rgb(190,108,252); }

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

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

 span { border-color: rgb(190,108,252); }

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