#B76BBA

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

Shades of Fuchsia #B76BBA

Tints of Fuchsia #B76BBA

Color information

#B76BBA (or 0xB76BBA) is unknown color: approx Fuchsia. HEX triplet: B7, 6B and BA. RGB value is (183,107,186). Sum of RGB (Red+Green+Blue) = 183+107+186=476 (63% of max value = 765). Red value is 183 (71.88% from 255 or 38.45% from 476); Green value is 107 (42.19% from 255 or 22.48% from 476); Blue value is 186 (73.05% from 255 or 39.08% from 476); Max value from RGB is 186 - color contains mainly: blue. Hex color #B76BBA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B76BBA is #489445. Grayscale: #8A8A8A. Windows color (decimal): -4756550 or 12217271. OLE color: 12217271.

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

Color convert

RGB183107186-
CMYK0.020.4200.27
HSL297.72º36.41%57.45%-
HSV(B)297.72º42.47%72.94%-
XYZ33.6524.1349.34-
YUV138.73154.68159.58-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 38.45%
GREEN value IS 107 (42.19% from 255) = 22.48%
BLUE value IS 186 (73.05% from 255) = 39.08%
R=38.45%
G=22.48%
B=39.08%

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
Decimal1831071860.020.4200.27297.7236.4157.45
HexB76BBA22A01B12a2439
Octal2671532722520334524471
Binary1011011111010111011101010101010011011100101010100100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B76BBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B76BBA; }

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

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

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

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

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

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

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

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