#B666B8

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

Shades of Fuchsia #B666B8

Tints of Fuchsia #B666B8

Color information

#B666B8 (or 0xB666B8) is unknown color: approx Fuchsia. HEX triplet: B6, 66 and B8. RGB value is (182,102,184). Sum of RGB (Red+Green+Blue) = 182+102+184=468 (61% of max value = 765). Red value is 182 (71.48% from 255 or 38.89% from 468); Green value is 102 (40.23% from 255 or 21.79% from 468); Blue value is 184 (72.27% from 255 or 39.32% from 468); Max value from RGB is 184 - color contains mainly: blue. Hex color #B666B8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B666B8 is #499947. Grayscale: #878787. Windows color (decimal): -4823368 or 12084918. OLE color: 12084918.

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

Color convert

RGB182102184-
CMYK0.010.4500.28
HSL298.54º36.61%56.08%-
HSV(B)298.54º44.57%72.16%-
XYZ32.6922.9148.05-
YUV135.27155.5161.33-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 38.89%
GREEN value IS 102 (40.23% from 255) = 21.79%
BLUE value IS 184 (72.27% from 255) = 39.32%
R=38.89%
G=21.79%
B=39.32%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1821021840.010.4500.28298.5436.6156.08
HexB666B812D01C12b2538
Octal2661462701550344534570
Binary101101101100110101110001101101011100100101011100101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B666B8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B666B8; }

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

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

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

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

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

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

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

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