#B76BBD

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

Shades of Fuchsia #B76BBD

Tints of Fuchsia #B76BBD

Color information

#B76BBD (or 0xB76BBD) is unknown color: approx Fuchsia. HEX triplet: B7, 6B and BD. RGB value is (183,107,189). Sum of RGB (Red+Green+Blue) = 183+107+189=479 (63% of max value = 765). Red value is 183 (71.88% from 255 or 38.20% from 479); Green value is 107 (42.19% from 255 or 22.34% from 479); Blue value is 189 (74.22% from 255 or 39.46% from 479); Max value from RGB is 189 - color contains mainly: blue. Hex color #B76BBD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B76BBD is #489442. Grayscale: #8A8A8A. Windows color (decimal): -4756547 or 12413879. OLE color: 12413879.

HSL color Cylindrical-coordinate representation of color #B76BBD: hue angle of 295.61º degrees, saturation: 0.38, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #B76BBD is Cyan = 0.03, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB183107189-
CMYK0.030.4300.26
HSL295.61º38.32%58.04%-
HSV(B)295.61º43.39%74.12%-
XYZ33.9724.2651.04-
YUV139.07156.18159.33-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 38.20%
GREEN value IS 107 (42.19% from 255) = 22.34%
BLUE value IS 189 (74.22% from 255) = 39.46%
R=38.20%
G=22.34%
B=39.46%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1831071890.030.4300.26295.6138.3258.04
HexB76BBD32B01A128263a
Octal2671532753530324504672
Binary1011011111010111011110111101011011010100101000100110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B76BBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B76BBD; }

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

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

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

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

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

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

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

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