#B666FC

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

Shades of Heliotrope #B666FC

Tints of Heliotrope #B666FC

Color information

#B666FC (or 0xB666FC) is unknown color: approx Heliotrope. HEX triplet: B6, 66 and FC. RGB value is (182,102,252). Sum of RGB (Red+Green+Blue) = 182+102+252=536 (70% of max value = 765). Red value is 182 (71.48% from 255 or 33.96% from 536); Green value is 102 (40.23% from 255 or 19.03% from 536); Blue value is 252 (98.83% from 255 or 47.01% from 536); Max value from RGB is 252 - color contains mainly: blue. Hex color #B666FC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B666FC is #499903. Grayscale: #8E8E8E. Windows color (decimal): -4823300 or 16541366. OLE color: 16541366.

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

Color convert

RGB182102252-
CMYK0.280.6000.01
HSL272º96.15%69.41%-
HSV(B)272º59.52%98.82%-
XYZ41.6126.4895.01-
YUV143.02189.5155.8-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 33.96%
GREEN value IS 102 (40.23% from 255) = 19.03%
BLUE value IS 252 (98.83% from 255) = 47.01%
R=33.96%
G=19.03%
B=47.01%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1821022520.280.6000.0127296.1569.41
HexB666FC1C3C011106045
Octal266146374347401420140105
Binary10110110110011011111100111001111000110001000011000001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B666FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B666FC; }

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

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

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

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

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

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

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

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