#B973BB

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

Shades of Fuchsia #B973BB

Tints of Fuchsia #B973BB

Color information

#B973BB (or 0xB973BB) is unknown color: approx Fuchsia. HEX triplet: B9, 73 and BB. RGB value is (185,115,187). Sum of RGB (Red+Green+Blue) = 185+115+187=487 (64% of max value = 765). Red value is 185 (72.66% from 255 or 37.99% from 487); Green value is 115 (45.31% from 255 or 23.61% from 487); Blue value is 187 (73.44% from 255 or 38.40% from 487); Max value from RGB is 187 - color contains mainly: blue. Hex color #B973BB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B973BB is #468C44. Grayscale: #8F8F8F. Windows color (decimal): -4623429 or 12284857. OLE color: 12284857.

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

Color convert

RGB185115187-
CMYK0.010.3900.27
HSL298.33º34.62%59.22%-
HSV(B)298.33º38.5%73.33%-
XYZ35.1126.1650.21-
YUV144.14152.19157.15-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 37.99%
GREEN value IS 115 (45.31% from 255) = 23.61%
BLUE value IS 187 (73.44% from 255) = 38.40%
R=37.99%
G=23.61%
B=38.40%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1851151870.010.3900.27298.3334.6259.22
HexB973BB12701B12a233b
Octal2711632731470334524373
Binary101110011110011101110111100111011011100101010100011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B973BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B973BB; }

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

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

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

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

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

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

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

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