#B972BF

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

Shades of Fuchsia #B972BF

Tints of Fuchsia #B972BF

Color information

#B972BF (or 0xB972BF) is unknown color: approx Fuchsia. HEX triplet: B9, 72 and BF. RGB value is (185,114,191). Sum of RGB (Red+Green+Blue) = 185+114+191=490 (64% of max value = 765). Red value is 185 (72.66% from 255 or 37.76% from 490); Green value is 114 (44.92% from 255 or 23.27% from 490); Blue value is 191 (75% from 255 or 38.98% from 490); Max value from RGB is 191 - color contains mainly: blue. Hex color #B972BF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B972BF is #468D40. Grayscale: #8F8F8F. Windows color (decimal): -4623681 or 12546745. OLE color: 12546745.

HSL color Cylindrical-coordinate representation of color #B972BF: hue angle of 295.32º degrees, saturation: 0.38, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #B972BF is Cyan = 0.03, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB185114191-
CMYK0.030.4000.25
HSL295.32º37.56%59.8%-
HSV(B)295.32º40.31%74.9%-
XYZ35.4326.1152.46-
YUV144.01154.52157.24-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 37.76%
GREEN value IS 114 (44.92% from 255) = 23.27%
BLUE value IS 191 (75% from 255) = 38.98%
R=37.76%
G=23.27%
B=38.98%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1851141910.030.4000.25295.3237.5659.8
HexB972BF328019127263c
Octal2711622773500314474674
Binary1011100111100101011111111101000011001100100111100110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B972BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B972BF; }

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

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

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

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

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

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

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

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