#B972B6

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

Shades of Fuchsia #B972B6

Tints of Fuchsia #B972B6

Color information

#B972B6 (or 0xB972B6) is unknown color: approx Fuchsia. HEX triplet: B9, 72 and B6. RGB value is (185,114,182). Sum of RGB (Red+Green+Blue) = 185+114+182=481 (63% of max value = 765). Red value is 185 (72.66% from 255 or 38.46% from 481); Green value is 114 (44.92% from 255 or 23.70% from 481); Blue value is 182 (71.48% from 255 or 37.84% from 481); Max value from RGB is 185 - color contains mainly: red. Hex color #B972B6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B972B6 is #468D49. Grayscale: #8E8E8E. Windows color (decimal): -4623690 or 11956921. OLE color: 11956921.

HSL color Cylindrical-coordinate representation of color #B972B6: hue angle of 302.54º degrees, saturation: 0.34, 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 #B972B6 is Cyan = 0, Magento = 0.38, Yellow = 0.02 and Black (K on CMYK) = 0.27.

Color convert

RGB185114182-
CMYK00.380.020.27
HSL302.54º33.65%58.63%-
HSV(B)302.54º38.38%72.55%-
XYZ34.4725.7347.4-
YUV142.98150.02157.97-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 38.46%
GREEN value IS 114 (44.92% from 255) = 23.70%
BLUE value IS 182 (71.48% from 255) = 37.84%
R=38.46%
G=23.70%
B=37.84%

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
Decimal18511418200.380.020.27302.5433.6558.63
HexB972B602621B12f223b
Octal2711622660462334574273
Binary1011100111100101011011001001101011011100101111100010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B972B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B972B6; }

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

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

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

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

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

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

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

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