#B572B5

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

Shades of Fuchsia #B572B5

Tints of Fuchsia #B572B5

Color information

#B572B5 (or 0xB572B5) is unknown color: approx Fuchsia. HEX triplet: B5, 72 and B5. RGB value is (181,114,181). Sum of RGB (Red+Green+Blue) = 181+114+181=476 (63% of max value = 765). Red value is 181 (71.09% from 255 or 38.03% from 476); Green value is 114 (44.92% from 255 or 23.95% from 476); Blue value is 181 (71.09% from 255 or 38.03% from 476); Max value from RGB is 181 - color contains mainly: red, blue. Hex color #B572B5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B572B5 is #4A8D4A. Grayscale: #8D8D8D. Windows color (decimal): -4885835 or 11891381. OLE color: 11891381.

HSL color Cylindrical-coordinate representation of color #B572B5: hue angle of 300º degrees, saturation: 0.31, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #B572B5 is Cyan = 0, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB181114181-
CMYK00.3700.29
HSL300º31.16%57.84%-
HSV(B)300º37.02%70.98%-
XYZ33.4125.1946.82-
YUV141.67150.2156.05-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 38.03%
GREEN value IS 114 (44.92% from 255) = 23.95%
BLUE value IS 181 (71.09% from 255) = 38.03%
R=38.03%
G=23.95%
B=38.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18111418100.3700.2930031.1657.84
HexB572B502501D12c1f3a
Octal2651622650450354543772
Binary10110101111001010110101010010101110110010110011111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B572B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B572B5; }

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

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

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

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

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

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

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

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