#B573BE

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

Shades of Fuchsia #B573BE

Tints of Fuchsia #B573BE

Color information

#B573BE (or 0xB573BE) is unknown color: approx Fuchsia. HEX triplet: B5, 73 and BE. RGB value is (181,115,190). Sum of RGB (Red+Green+Blue) = 181+115+190=486 (64% of max value = 765). Red value is 181 (71.09% from 255 or 37.24% from 486); Green value is 115 (45.31% from 255 or 23.66% from 486); Blue value is 190 (74.61% from 255 or 39.09% from 486); Max value from RGB is 190 - color contains mainly: blue. Hex color #B573BE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B573BE is #4A8C41. Grayscale: #8F8F8F. Windows color (decimal): -4885570 or 12481461. OLE color: 12481461.

HSL color Cylindrical-coordinate representation of color #B573BE: hue angle of 292.8º degrees, saturation: 0.37, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #B573BE is Cyan = 0.05, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB181115190-
CMYK0.050.3900.25
HSL292.8º36.59%59.8%-
HSV(B)292.8º39.47%74.51%-
XYZ34.4825.851.88-
YUV143.28154.37154.9-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 37.24%
GREEN value IS 115 (45.31% from 255) = 23.66%
BLUE value IS 190 (74.61% from 255) = 39.09%
R=37.24%
G=23.66%
B=39.09%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1811151900.050.3900.25292.836.5959.8
HexB573BE527019125253c
Octal2651632765470314454574
Binary10110101111001110111110101100111011001100100101100101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B573BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B573BE; }

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

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

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

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

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

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

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

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