#B66AFB

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

Shades of Heliotrope #B66AFB

Tints of Heliotrope #B66AFB

Color information

#B66AFB (or 0xB66AFB) is unknown color: approx Heliotrope. HEX triplet: B6, 6A and FB. RGB value is (182,106,251). Sum of RGB (Red+Green+Blue) = 182+106+251=539 (71% of max value = 765). Red value is 182 (71.48% from 255 or 33.77% from 539); Green value is 106 (41.80% from 255 or 19.67% from 539); Blue value is 251 (98.44% from 255 or 46.57% from 539); Max value from RGB is 251 - color contains mainly: blue. Hex color #B66AFB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B66AFB is #499504. Grayscale: #909090. Windows color (decimal): -4822277 or 16476854. OLE color: 16476854.

HSL color Cylindrical-coordinate representation of color #B66AFB: hue angle of 271.45º degrees, saturation: 0.95, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #B66AFB is Cyan = 0.27, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB182106251-
CMYK0.270.5800.02
HSL271.45º94.77%70%-
HSV(B)271.45º57.77%98.43%-
XYZ41.8627.2294.31-
YUV145.25187.68154.21-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 33.77%
GREEN value IS 106 (41.80% from 255) = 19.67%
BLUE value IS 251 (98.44% from 255) = 46.57%
R=33.77%
G=19.67%
B=46.57%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1821062510.270.5800.02271.4594.7770
HexB66AFB1B3A0210f5f46
Octal266152373337202417137106
Binary101101101101010111110111101111101001010000111110111111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B66AFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B66AFB; }

 p { color: rgb(182,106,251); }

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

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

 a { background-color: rgb(182,106,251); }

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

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

 span { border-color: rgb(182,106,251); }

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