#B570B8

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

Shades of Fuchsia #B570B8

Tints of Fuchsia #B570B8

Color information

#B570B8 (or 0xB570B8) is unknown color: approx Fuchsia. HEX triplet: B5, 70 and B8. RGB value is (181,112,184). Sum of RGB (Red+Green+Blue) = 181+112+184=477 (63% of max value = 765). Red value is 181 (71.09% from 255 or 37.95% from 477); Green value is 112 (44.14% from 255 or 23.48% from 477); Blue value is 184 (72.27% from 255 or 38.57% from 477); Max value from RGB is 184 - color contains mainly: blue. Hex color #B570B8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B570B8 is #4A8F47. Grayscale: #8C8C8C. Windows color (decimal): -4886344 or 12087477. OLE color: 12087477.

HSL color Cylindrical-coordinate representation of color #B570B8: hue angle of 297.5º degrees, saturation: 0.34, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #B570B8 is Cyan = 0.02, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB181112184-
CMYK0.020.3900.28
HSL297.5º33.64%58.04%-
HSV(B)297.5º39.13%72.16%-
XYZ33.524.8748.38-
YUV140.84152.36156.65-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 37.95%
GREEN value IS 112 (44.14% from 255) = 23.48%
BLUE value IS 184 (72.27% from 255) = 38.57%
R=37.95%
G=23.48%
B=38.57%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1811121840.020.3900.28297.533.6458.04
HexB570B822701C12a223a
Octal2651602702470344524272
Binary1011010111100001011100010100111011100100101010100010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B570B8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B570B8; }

 p { color: rgb(181,112,184); }

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

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

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

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

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

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

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