#B76DBA

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

Shades of Fuchsia #B76DBA

Tints of Fuchsia #B76DBA

Color information

#B76DBA (or 0xB76DBA) is unknown color: approx Fuchsia. HEX triplet: B7, 6D and BA. RGB value is (183,109,186). Sum of RGB (Red+Green+Blue) = 183+109+186=478 (63% of max value = 765). Red value is 183 (71.88% from 255 or 38.28% from 478); Green value is 109 (42.97% from 255 or 22.80% from 478); Blue value is 186 (73.05% from 255 or 38.91% from 478); Max value from RGB is 186 - color contains mainly: blue. Hex color #B76DBA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B76DBA is #489245. Grayscale: #8B8B8B. Windows color (decimal): -4756038 or 12217783. OLE color: 12217783.

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

Color convert

RGB183109186-
CMYK0.020.4100.27
HSL297.66º35.81%57.84%-
HSV(B)297.66º41.4%72.94%-
XYZ33.8624.5549.41-
YUV139.9154.02158.74-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 38.28%
GREEN value IS 109 (42.97% from 255) = 22.80%
BLUE value IS 186 (73.05% from 255) = 38.91%
R=38.28%
G=22.80%
B=38.91%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1831091860.020.4100.27297.6635.8157.84
HexB76DBA22901B12a243a
Octal2671552722510334524472
Binary1011011111011011011101010101001011011100101010100100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B76DBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B76DBA; }

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

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

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

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

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

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

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

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