#B666FF

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

Shades of Heliotrope #B666FF

Tints of Heliotrope #B666FF

Color information

#B666FF (or 0xB666FF) is unknown color: approx Heliotrope. HEX triplet: B6, 66 and FF. RGB value is (182,102,255). Sum of RGB (Red+Green+Blue) = 182+102+255=539 (71% of max value = 765). Red value is 182 (71.48% from 255 or 33.77% from 539); Green value is 102 (40.23% from 255 or 18.92% from 539); Blue value is 255 (100% from 255 or 47.31% from 539); Max value from RGB is 255 - color contains mainly: blue. Hex color #B666FF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B666FF is #499900. Grayscale: #8E8E8E. Windows color (decimal): -4823297 or 16737974. OLE color: 16737974.

HSL color Cylindrical-coordinate representation of color #B666FF: hue angle of 271.37º degrees, saturation: 1, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B666FF is Cyan = 0.29, Magento = 0.6, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB182102255-
CMYK0.290.600
HSL271.37º100%70%-
HSV(B)271.37º60%100%-
XYZ42.0926.6797.54-
YUV143.36191155.56-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 33.77%
GREEN value IS 102 (40.23% from 255) = 18.92%
BLUE value IS 255 (100% from 255) = 47.31%
R=33.77%
G=18.92%
B=47.31%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.6
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1821022550.290.600271.3710070
HexB666FF1D3C0010f6446
Octal266146377357400417144106
Binary10110110110011011111111111011111000010000111111001001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B666FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B666FF; }

 p { color: rgb(182,102,255); }

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

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

 a { background-color: rgb(182,102,255); }

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

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

 span { border-color: rgb(182,102,255); }

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