#B66BFC

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

Shades of Heliotrope #B66BFC

Tints of Heliotrope #B66BFC

Color information

#B66BFC (or 0xB66BFC) is unknown color: approx Heliotrope. HEX triplet: B6, 6B and FC. RGB value is (182,107,252). Sum of RGB (Red+Green+Blue) = 182+107+252=541 (71% of max value = 765). Red value is 182 (71.48% from 255 or 33.64% from 541); Green value is 107 (42.19% from 255 or 19.78% from 541); Blue value is 252 (98.83% from 255 or 46.58% from 541); Max value from RGB is 252 - color contains mainly: blue. Hex color #B66BFC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B66BFC is #499403. Grayscale: #919191. Windows color (decimal): -4822020 or 16542646. OLE color: 16542646.

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

Color convert

RGB182107252-
CMYK0.280.5800.01
HSL271.03º96.03%70.39%-
HSV(B)271.03º57.54%98.82%-
XYZ42.1227.4995.18-
YUV145.96187.85153.71-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 33.64%
GREEN value IS 107 (42.19% from 255) = 19.78%
BLUE value IS 252 (98.83% from 255) = 46.58%
R=33.64%
G=19.78%
B=46.58%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1821072520.280.5800.01271.0396.0370.39
HexB66BFC1C3A0110f6046
Octal266153374347201417140106
Binary10110110110101111111100111001110100110000111111000001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B66BFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B66BFC; }

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

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

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

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

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

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

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

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