#B66FFC

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

Shades of Heliotrope #B66FFC

Tints of Heliotrope #B66FFC

Color information

#B66FFC (or 0xB66FFC) is unknown color: approx Heliotrope. HEX triplet: B6, 6F and FC. RGB value is (182,111,252). Sum of RGB (Red+Green+Blue) = 182+111+252=545 (72% of max value = 765). Red value is 182 (71.48% from 255 or 33.39% from 545); Green value is 111 (43.75% from 255 or 20.37% from 545); Blue value is 252 (98.83% from 255 or 46.24% from 545); Max value from RGB is 252 - color contains mainly: blue. Hex color #B66FFC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B66FFC is #499003. Grayscale: #939393. Windows color (decimal): -4820996 or 16543670. OLE color: 16543670.

HSL color Cylindrical-coordinate representation of color #B66FFC: hue angle of 270.21º degrees, saturation: 0.96, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #B66FFC is Cyan = 0.28, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB182111252-
CMYK0.280.5600.01
HSL270.21º95.92%71.18%-
HSV(B)270.21º55.95%98.82%-
XYZ42.5528.3495.32-
YUV148.3186.52152.04-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 33.39%
GREEN value IS 111 (43.75% from 255) = 20.37%
BLUE value IS 252 (98.83% from 255) = 46.24%
R=33.39%
G=20.37%
B=46.24%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1821112520.280.5600.01270.2195.9271.18
HexB66FFC1C380110e6047
Octal266157374347001416140107
Binary10110110110111111111100111001110000110000111011000001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B66FFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B66FFC; }

 p { color: rgb(182,111,252); }

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

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

 a { background-color: rgb(182,111,252); }

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

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

 span { border-color: rgb(182,111,252); }

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