#B976BD

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

Shades of Fuchsia #B976BD

Tints of Fuchsia #B976BD

Color information

#B976BD (or 0xB976BD) is unknown color: approx Fuchsia. HEX triplet: B9, 76 and BD. RGB value is (185,118,189). Sum of RGB (Red+Green+Blue) = 185+118+189=492 (65% of max value = 765). Red value is 185 (72.66% from 255 or 37.60% from 492); Green value is 118 (46.48% from 255 or 23.98% from 492); Blue value is 189 (74.22% from 255 or 38.41% from 492); Max value from RGB is 189 - color contains mainly: blue. Hex color #B976BD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B976BD is #468942. Grayscale: #919191. Windows color (decimal): -4622659 or 12416697. OLE color: 12416697.

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

Color convert

RGB185118189-
CMYK0.020.3800.26
HSL296.62º34.98%60.2%-
HSV(B)296.62º37.57%74.12%-
XYZ35.6726.9551.46-
YUV146.13152.2155.73-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 37.60%
GREEN value IS 118 (46.48% from 255) = 23.98%
BLUE value IS 189 (74.22% from 255) = 38.41%
R=37.60%
G=23.98%
B=38.41%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1851181890.020.3800.26296.6234.9860.2
HexB976BD22601A129233c
Octal2711662752460324514374
Binary1011100111101101011110110100110011010100101001100011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B976BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B976BD; }

 p { color: rgb(185,118,189); }

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

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

 a { background-color: rgb(185,118,189); }

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

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

 span { border-color: rgb(185,118,189); }

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