#B66AF7

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

Shades of Heliotrope #B66AF7

Tints of Heliotrope #B66AF7

Color information

#B66AF7 (or 0xB66AF7) is unknown color: approx Heliotrope. HEX triplet: B6, 6A and F7. RGB value is (182,106,247). Sum of RGB (Red+Green+Blue) = 182+106+247=535 (70% of max value = 765). Red value is 182 (71.48% from 255 or 34.02% from 535); Green value is 106 (41.80% from 255 or 19.81% from 535); Blue value is 247 (96.88% from 255 or 46.17% from 535); Max value from RGB is 247 - color contains mainly: blue. Hex color #B66AF7 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B66AF7 is #499508. Grayscale: #909090. Windows color (decimal): -4822281 or 16214710. OLE color: 16214710.

HSL color Cylindrical-coordinate representation of color #B66AF7: hue angle of 272.34º degrees, saturation: 0.9, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #B66AF7 is Cyan = 0.26, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB182106247-
CMYK0.260.5700.03
HSL272.34º89.81%69.22%-
HSV(B)272.34º57.09%96.86%-
XYZ41.2326.9791.03-
YUV144.8185.68154.54-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 34.02%
GREEN value IS 106 (41.80% from 255) = 19.81%
BLUE value IS 247 (96.88% from 255) = 46.17%
R=34.02%
G=19.81%
B=46.17%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1821062470.260.5700.03272.3489.8169.22
HexB66AF71A39031105a45
Octal266152367327103420132105
Binary101101101101010111101111101011100101110001000010110101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B66AF7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B66AF7; }

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

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

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

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

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

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

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

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