#B76FB2

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

Shades of Fuchsia #B76FB2

Tints of Fuchsia #B76FB2

Color information

#B76FB2 (or 0xB76FB2) is unknown color: approx Fuchsia. HEX triplet: B7, 6F and B2. RGB value is (183,111,178). Sum of RGB (Red+Green+Blue) = 183+111+178=472 (62% of max value = 765). Red value is 183 (71.88% from 255 or 38.77% from 472); Green value is 111 (43.75% from 255 or 23.52% from 472); Blue value is 178 (69.92% from 255 or 37.71% from 472); Max value from RGB is 183 - color contains mainly: red. Hex color #B76FB2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B76FB2 is #48904D. Grayscale: #8B8B8B. Windows color (decimal): -4755534 or 11694007. OLE color: 11694007.

HSL color Cylindrical-coordinate representation of color #B76FB2: hue angle of 304.17º degrees, saturation: 0.33, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #B76FB2 is Cyan = 0, Magento = 0.39, Yellow = 0.03 and Black (K on CMYK) = 0.28.

Color convert

RGB183111178-
CMYK00.390.030.28
HSL304.17º33.33%57.65%-
HSV(B)304.17º39.34%71.76%-
XYZ33.2524.6545.13-
YUV140.17149.35158.55-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 38.77%
GREEN value IS 111 (43.75% from 255) = 23.52%
BLUE value IS 178 (69.92% from 255) = 37.71%
R=38.77%
G=23.52%
B=37.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.03
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18311117800.390.030.28304.1733.3357.65
HexB76FB202731C130213a
Octal2671572620473344604172
Binary1011011111011111011001001001111111100100110000100001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B76FB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B76FB2; }

 p { color: rgb(183,111,178); }

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

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

 a { background-color: rgb(183,111,178); }

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

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

 span { border-color: rgb(183,111,178); }

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