#B972BB

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

Shades of Fuchsia #B972BB

Tints of Fuchsia #B972BB

Color information

#B972BB (or 0xB972BB) is unknown color: approx Fuchsia. HEX triplet: B9, 72 and BB. RGB value is (185,114,187). Sum of RGB (Red+Green+Blue) = 185+114+187=486 (64% of max value = 765). Red value is 185 (72.66% from 255 or 38.07% from 486); Green value is 114 (44.92% from 255 or 23.46% from 486); Blue value is 187 (73.44% from 255 or 38.48% from 486); Max value from RGB is 187 - color contains mainly: blue. Hex color #B972BB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B972BB is #468D44. Grayscale: #8F8F8F. Windows color (decimal): -4623685 or 12284601. OLE color: 12284601.

HSL color Cylindrical-coordinate representation of color #B972BB: hue angle of 298.36º 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 #B972BB is Cyan = 0.01, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB185114187-
CMYK0.010.3900.27
HSL298.36º34.93%59.02%-
HSV(B)298.36º39.04%73.33%-
XYZ34.9925.9450.18-
YUV143.55152.52157.56-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 38.07%
GREEN value IS 114 (44.92% from 255) = 23.46%
BLUE value IS 187 (73.44% from 255) = 38.48%
R=38.07%
G=23.46%
B=38.48%

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
Decimal1851141870.010.3900.27298.3634.9359.02
HexB972BB12701B12a233b
Octal2711622731470334524373
Binary101110011110010101110111100111011011100101010100011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B972BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B972BB; }

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

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

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

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

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

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

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

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