#B973B6

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

Shades of Fuchsia #B973B6

Tints of Fuchsia #B973B6

Color information

#B973B6 (or 0xB973B6) is unknown color: approx Fuchsia. HEX triplet: B9, 73 and B6. RGB value is (185,115,182). Sum of RGB (Red+Green+Blue) = 185+115+182=482 (63% of max value = 765). Red value is 185 (72.66% from 255 or 38.38% from 482); Green value is 115 (45.31% from 255 or 23.86% from 482); Blue value is 182 (71.48% from 255 or 37.76% from 482); Max value from RGB is 185 - color contains mainly: red. Hex color #B973B6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B973B6 is #468C49. Grayscale: #8F8F8F. Windows color (decimal): -4623434 or 11957177. OLE color: 11957177.

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

Color convert

RGB185115182-
CMYK00.380.020.27
HSL302.57º33.33%58.82%-
HSV(B)302.57º37.84%72.55%-
XYZ34.5825.9547.44-
YUV143.57149.69157.55-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 38.38%
GREEN value IS 115 (45.31% from 255) = 23.86%
BLUE value IS 182 (71.48% from 255) = 37.76%
R=38.38%
G=23.86%
B=37.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.02
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18511518200.380.020.27302.5733.3358.82
HexB973B602621B12f213b
Octal2711632660462334574173
Binary1011100111100111011011001001101011011100101111100001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B973B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B973B6; }

 p { color: rgb(185,115,182); }

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

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

 a { background-color: rgb(185,115,182); }

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

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

 span { border-color: rgb(185,115,182); }

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