#BE66FC

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

Shades of Heliotrope #BE66FC

Tints of Heliotrope #BE66FC

Color information

#BE66FC (or 0xBE66FC) is unknown color: approx Heliotrope. HEX triplet: BE, 66 and FC. RGB value is (190,102,252). Sum of RGB (Red+Green+Blue) = 190+102+252=544 (72% of max value = 765). Red value is 190 (74.61% from 255 or 34.93% from 544); Green value is 102 (40.23% from 255 or 18.75% from 544); Blue value is 252 (98.83% from 255 or 46.32% from 544); Max value from RGB is 252 - color contains mainly: blue. Hex color #BE66FC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BE66FC is #419903. Grayscale: #909090. Windows color (decimal): -4299012 or 16541374. OLE color: 16541374.

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

Color convert

RGB190102252-
CMYK0.250.6000.01
HSL275.2º96.15%69.41%-
HSV(B)275.2º59.52%98.82%-
XYZ43.5627.4895.1-
YUV145.41188.15159.8-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 34.93%
GREEN value IS 102 (40.23% from 255) = 18.75%
BLUE value IS 252 (98.83% from 255) = 46.32%
R=34.93%
G=18.75%
B=46.32%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1901022520.250.6000.01275.296.1569.41
HexBE66FC193C011136045
Octal276146374317401423140105
Binary10111110110011011111100110011111000110001001111000001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE66FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE66FC; }

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

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

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

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

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

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

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

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