#B372BA

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

Shades of Fuchsia #B372BA

Tints of Fuchsia #B372BA

Color information

#B372BA (or 0xB372BA) is unknown color: approx Fuchsia. HEX triplet: B3, 72 and BA. RGB value is (179,114,186). Sum of RGB (Red+Green+Blue) = 179+114+186=479 (63% of max value = 765). Red value is 179 (70.31% from 255 or 37.37% from 479); Green value is 114 (44.92% from 255 or 23.80% from 479); Blue value is 186 (73.05% from 255 or 38.83% from 479); Max value from RGB is 186 - color contains mainly: blue. Hex color #B372BA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B372BA is #4C8D45. Grayscale: #8D8D8D. Windows color (decimal): -5016902 or 12219059. OLE color: 12219059.

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

Color convert

RGB179114186-
CMYK0.040.3900.27
HSL294.17º34.29%58.82%-
HSV(B)294.17º38.71%72.94%-
XYZ33.4725.1649.55-
YUV141.64153.03154.65-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 37.37%
GREEN value IS 114 (44.92% from 255) = 23.80%
BLUE value IS 186 (73.05% from 255) = 38.83%
R=37.37%
G=23.80%
B=38.83%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1791141860.040.3900.27294.1734.2958.82
HexB372BA42701B126223b
Octal2631622724470334464273
Binary10110011111001010111010100100111011011100100110100010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B372BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B372BA; }

 p { color: rgb(179,114,186); }

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

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

 a { background-color: rgb(179,114,186); }

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

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

 span { border-color: rgb(179,114,186); }

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