#B66FFF

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

Shades of Heliotrope #B66FFF

Tints of Heliotrope #B66FFF

Color information

#B66FFF (or 0xB66FFF) is unknown color: approx Heliotrope. HEX triplet: B6, 6F and FF. RGB value is (182,111,255). Sum of RGB (Red+Green+Blue) = 182+111+255=548 (72% of max value = 765). Red value is 182 (71.48% from 255 or 33.21% from 548); Green value is 111 (43.75% from 255 or 20.26% from 548); Blue value is 255 (100% from 255 or 46.53% from 548); Max value from RGB is 255 - color contains mainly: blue. Hex color #B66FFF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B66FFF is #499000. Grayscale: #949494. Windows color (decimal): -4820993 or 16740278. OLE color: 16740278.

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

Color convert

RGB182111255-
CMYK0.290.5600
HSL269.58º100%71.76%-
HSV(B)269.58º56.47%100%-
XYZ43.0328.5397.85-
YUV148.64188.02151.79-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 33.21%
GREEN value IS 111 (43.75% from 255) = 20.26%
BLUE value IS 255 (100% from 255) = 46.53%
R=33.21%
G=20.26%
B=46.53%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1821112550.290.5600269.5810071.76
HexB66FFF1D380010e6448
Octal266157377357000416144110
Binary10110110110111111111111111011110000010000111011001001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B66FFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B66FFF; }

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

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

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

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

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

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

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

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