#B76CBB

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

Shades of Fuchsia #B76CBB

Tints of Fuchsia #B76CBB

Color information

#B76CBB (or 0xB76CBB) is unknown color: approx Fuchsia. HEX triplet: B7, 6C and BB. RGB value is (183,108,187). Sum of RGB (Red+Green+Blue) = 183+108+187=478 (63% of max value = 765). Red value is 183 (71.88% from 255 or 38.28% from 478); Green value is 108 (42.58% from 255 or 22.59% from 478); Blue value is 187 (73.44% from 255 or 39.12% from 478); Max value from RGB is 187 - color contains mainly: blue. Hex color #B76CBB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B76CBB is #489344. Grayscale: #8B8B8B. Windows color (decimal): -4756293 or 12283063. OLE color: 12283063.

HSL color Cylindrical-coordinate representation of color #B76CBB: hue angle of 296.96º 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 #B76CBB is Cyan = 0.02, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB183108187-
CMYK0.020.4200.27
HSL296.96º36.74%57.84%-
HSV(B)296.96º42.25%73.33%-
XYZ33.8624.3849.93-
YUV139.43154.85159.08-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 38.28%
GREEN value IS 108 (42.58% from 255) = 22.59%
BLUE value IS 187 (73.44% from 255) = 39.12%
R=38.28%
G=22.59%
B=39.12%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1831081870.020.4200.27296.9636.7457.84
HexB76CBB22A01B129253a
Octal2671542732520334514572
Binary1011011111011001011101110101010011011100101001100101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B76CBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B76CBB; }

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

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

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

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

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

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

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

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