#B570B3

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

Shades of Fuchsia #B570B3

Tints of Fuchsia #B570B3

Color information

#B570B3 (or 0xB570B3) is unknown color: approx Fuchsia. HEX triplet: B5, 70 and B3. RGB value is (181,112,179). Sum of RGB (Red+Green+Blue) = 181+112+179=472 (62% of max value = 765). Red value is 181 (71.09% from 255 or 38.35% from 472); Green value is 112 (44.14% from 255 or 23.73% from 472); Blue value is 179 (70.31% from 255 or 37.92% from 472); Max value from RGB is 181 - color contains mainly: red. Hex color #B570B3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B570B3 is #4A8F4C. Grayscale: #8C8C8C. Windows color (decimal): -4886349 or 11759797. OLE color: 11759797.

HSL color Cylindrical-coordinate representation of color #B570B3: hue angle of 301.74º degrees, saturation: 0.32, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #B570B3 is Cyan = 0, Magento = 0.38, Yellow = 0.01 and Black (K on CMYK) = 0.29.

Color convert

RGB181112179-
CMYK00.380.010.29
HSL301.74º31.8%57.45%-
HSV(B)301.74º38.12%70.98%-
XYZ32.9924.6745.67-
YUV140.27149.86157.05-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 38.35%
GREEN value IS 112 (44.14% from 255) = 23.73%
BLUE value IS 179 (70.31% from 255) = 37.92%
R=38.35%
G=23.73%
B=37.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.01
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18111217900.380.010.29301.7431.857.45
HexB570B302611D12e2039
Octal2651602630461354564071
Binary101101011110000101100110100110111101100101110100000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B570B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B570B3; }

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

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

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

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

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

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

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

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