#B666B4

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

Shades of Fuchsia #B666B4

Tints of Fuchsia #B666B4

Color information

#B666B4 (or 0xB666B4) is unknown color: approx Fuchsia. HEX triplet: B6, 66 and B4. RGB value is (182,102,180). Sum of RGB (Red+Green+Blue) = 182+102+180=464 (61% of max value = 765). Red value is 182 (71.48% from 255 or 39.22% from 464); Green value is 102 (40.23% from 255 or 21.98% from 464); Blue value is 180 (70.70% from 255 or 38.79% from 464); Max value from RGB is 182 - color contains mainly: red. Hex color #B666B4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B666B4 is #49994B. Grayscale: #868686. Windows color (decimal): -4823372 or 11822774. OLE color: 11822774.

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

Color convert

RGB182102180-
CMYK00.440.010.29
HSL301.5º35.4%55.69%-
HSV(B)301.5º43.96%71.37%-
XYZ32.2822.7445.87-
YUV134.81153.5161.66-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 39.22%
GREEN value IS 102 (40.23% from 255) = 21.98%
BLUE value IS 180 (70.70% from 255) = 38.79%
R=39.22%
G=21.98%
B=38.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.01
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18210218000.440.010.29301.535.455.69
HexB666B402C11D12e2338
Octal2661462640541354564370
Binary101101101100110101101000101100111101100101110100011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B666B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B666B4; }

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

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

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

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

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

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

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

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