#B76CBA

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

Shades of Fuchsia #B76CBA

Tints of Fuchsia #B76CBA

Color information

#B76CBA (or 0xB76CBA) is unknown color: approx Fuchsia. HEX triplet: B7, 6C and BA. RGB value is (183,108,186). Sum of RGB (Red+Green+Blue) = 183+108+186=477 (63% of max value = 765). Red value is 183 (71.88% from 255 or 38.36% from 477); Green value is 108 (42.58% from 255 or 22.64% from 477); Blue value is 186 (73.05% from 255 or 38.99% from 477); Max value from RGB is 186 - color contains mainly: blue. Hex color #B76CBA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B76CBA is #489345. Grayscale: #8B8B8B. Windows color (decimal): -4756294 or 12217527. OLE color: 12217527.

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

Color convert

RGB183108186-
CMYK0.020.4200.27
HSL297.69º36.11%57.65%-
HSV(B)297.69º41.94%72.94%-
XYZ33.7524.3449.37-
YUV139.32154.35159.16-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 38.36%
GREEN value IS 108 (42.58% from 255) = 22.64%
BLUE value IS 186 (73.05% from 255) = 38.99%
R=38.36%
G=22.64%
B=38.99%

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
Decimal1831081860.020.4200.27297.6936.1157.65
HexB76CBA22A01B12a243a
Octal2671542722520334524472
Binary1011011111011001011101010101010011011100101010100100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B76CBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B76CBA; }

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

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

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

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

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

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

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

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