#B66BFF

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

Shades of Heliotrope #B66BFF

Tints of Heliotrope #B66BFF

Color information

#B66BFF (or 0xB66BFF) is unknown color: approx Heliotrope. HEX triplet: B6, 6B and FF. RGB value is (182,107,255). Sum of RGB (Red+Green+Blue) = 182+107+255=544 (72% of max value = 765). Red value is 182 (71.48% from 255 or 33.46% from 544); Green value is 107 (42.19% from 255 or 19.67% from 544); Blue value is 255 (100% from 255 or 46.88% from 544); Max value from RGB is 255 - color contains mainly: blue. Hex color #B66BFF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B66BFF is #499400. Grayscale: #919191. Windows color (decimal): -4822017 or 16739254. OLE color: 16739254.

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

Color convert

RGB182107255-
CMYK0.290.5800
HSL270.41º100%70.98%-
HSV(B)270.41º58.04%100%-
XYZ42.627.6897.71-
YUV146.3189.35153.47-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 33.46%
GREEN value IS 107 (42.19% from 255) = 19.67%
BLUE value IS 255 (100% from 255) = 46.88%
R=33.46%
G=19.67%
B=46.88%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1821072550.290.5800270.4110070.98
HexB66BFF1D3A0010e6447
Octal266153377357200416144107
Binary10110110110101111111111111011110100010000111011001001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B66BFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B66BFF; }

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

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

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

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

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

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

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

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