#B66CBB

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

Shades of Fuchsia #B66CBB

Tints of Fuchsia #B66CBB

Color information

#B66CBB (or 0xB66CBB) is unknown color: approx Fuchsia. HEX triplet: B6, 6C and BB. RGB value is (182,108,187). Sum of RGB (Red+Green+Blue) = 182+108+187=477 (63% of max value = 765). Red value is 182 (71.48% from 255 or 38.16% from 477); Green value is 108 (42.58% from 255 or 22.64% from 477); Blue value is 187 (73.44% from 255 or 39.20% from 477); Max value from RGB is 187 - color contains mainly: blue. Hex color #B66CBB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B66CBB is #499344. Grayscale: #8A8A8A. Windows color (decimal): -4821829 or 12283062. OLE color: 12283062.

HSL color Cylindrical-coordinate representation of color #B66CBB: hue angle of 296.2º degrees, saturation: 0.37, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #B66CBB is Cyan = 0.03, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB182108187-
CMYK0.030.4200.27
HSL296.2º36.74%57.84%-
HSV(B)296.2º42.25%73.33%-
XYZ33.6224.2649.92-
YUV139.13155.02158.58-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 38.16%
GREEN value IS 108 (42.58% from 255) = 22.64%
BLUE value IS 187 (73.44% from 255) = 39.20%
R=38.16%
G=22.64%
B=39.20%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1821081870.030.4200.27296.236.7457.84
HexB66CBB32A01B128253a
Octal2661542733520334504572
Binary1011011011011001011101111101010011011100101000100101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B66CBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B66CBB; }

 p { color: rgb(182,108,187); }

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

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

 a { background-color: rgb(182,108,187); }

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

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

 span { border-color: rgb(182,108,187); }

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