#B66DF6

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

Shades of Heliotrope #B66DF6

Tints of Heliotrope #B66DF6

Color information

#B66DF6 (or 0xB66DF6) is unknown color: approx Heliotrope. HEX triplet: B6, 6D and F6. RGB value is (182,109,246). Sum of RGB (Red+Green+Blue) = 182+109+246=537 (71% of max value = 765). Red value is 182 (71.48% from 255 or 33.89% from 537); Green value is 109 (42.97% from 255 or 20.30% from 537); Blue value is 246 (96.48% from 255 or 45.81% from 537); Max value from RGB is 246 - color contains mainly: blue. Hex color #B66DF6 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B66DF6 is #499209. Grayscale: #919191. Windows color (decimal): -4821514 or 16149942. OLE color: 16149942.

HSL color Cylindrical-coordinate representation of color #B66DF6: hue angle of 271.97º degrees, saturation: 0.88, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #B66DF6 is Cyan = 0.26, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB182109246-
CMYK0.260.5600.04
HSL271.97º88.39%69.61%-
HSV(B)271.97º55.69%96.47%-
XYZ41.3927.5490.32-
YUV146.44184.18153.36-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 33.89%
GREEN value IS 109 (42.97% from 255) = 20.30%
BLUE value IS 246 (96.48% from 255) = 45.81%
R=33.89%
G=20.30%
B=45.81%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1821092460.260.5600.04271.9788.3969.61
HexB66DF61A38041105846
Octal266155366327004420130106
Binary1011011011011011111011011010111000010010001000010110001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B66DF6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B66DF6; }

 p { color: rgb(182,109,246); }

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

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

 a { background-color: rgb(182,109,246); }

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

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

 span { border-color: rgb(182,109,246); }

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