#B573B6

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

Shades of Fuchsia #B573B6

Tints of Fuchsia #B573B6

Color information

#B573B6 (or 0xB573B6) is unknown color: approx Fuchsia. HEX triplet: B5, 73 and B6. RGB value is (181,115,182). Sum of RGB (Red+Green+Blue) = 181+115+182=478 (63% of max value = 765). Red value is 181 (71.09% from 255 or 37.87% from 478); Green value is 115 (45.31% from 255 or 24.06% from 478); Blue value is 182 (71.48% from 255 or 38.08% from 478); Max value from RGB is 182 - color contains mainly: blue. Hex color #B573B6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B573B6 is #4A8C49. Grayscale: #8E8E8E. Windows color (decimal): -4885578 or 11957173. OLE color: 11957173.

HSL color Cylindrical-coordinate representation of color #B573B6: hue angle of 299.1º 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 #B573B6 is Cyan = 0.01, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB181115182-
CMYK0.010.3700.29
HSL299.1º31.46%58.24%-
HSV(B)299.1º36.81%71.37%-
XYZ33.6325.4647.4-
YUV142.37150.37155.55-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 37.87%
GREEN value IS 115 (45.31% from 255) = 24.06%
BLUE value IS 182 (71.48% from 255) = 38.08%
R=37.87%
G=24.06%
B=38.08%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1811151820.010.3700.29299.131.4658.24
HexB573B612501D12b1f3a
Octal2651632661450354533772
Binary10110101111001110110110110010101110110010101111111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B573B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B573B6; }

 p { color: rgb(181,115,182); }

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

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

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

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

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

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

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