#B572BA

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

Shades of Fuchsia #B572BA

Tints of Fuchsia #B572BA

Color information

#B572BA (or 0xB572BA) is unknown color: approx Fuchsia. HEX triplet: B5, 72 and BA. RGB value is (181,114,186). Sum of RGB (Red+Green+Blue) = 181+114+186=481 (63% of max value = 765). Red value is 181 (71.09% from 255 or 37.63% from 481); Green value is 114 (44.92% from 255 or 23.70% from 481); Blue value is 186 (73.05% from 255 or 38.67% from 481); Max value from RGB is 186 - color contains mainly: blue. Hex color #B572BA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B572BA is #4A8D45. Grayscale: #8E8E8E. Windows color (decimal): -4885830 or 12219061. OLE color: 12219061.

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

Color convert

RGB181114186-
CMYK0.030.3900.27
HSL295.83º34.29%58.82%-
HSV(B)295.83º38.71%72.94%-
XYZ33.9425.449.57-
YUV142.24152.7155.65-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 37.63%
GREEN value IS 114 (44.92% from 255) = 23.70%
BLUE value IS 186 (73.05% from 255) = 38.67%
R=37.63%
G=23.70%
B=38.67%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1811141860.030.3900.27295.8334.2958.82
HexB572BA32701B128223b
Octal2651622723470334504273
Binary1011010111100101011101011100111011011100101000100010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B572BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B572BA; }

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

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

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

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

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

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

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

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