#b570f9

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

Shades of Medium Purple #B570F9

Tints of Medium Purple #B570F9

Color information

#B570F9 (or 0xB570F9) is unknown color: approx Medium Purple. HEX triplet: B5, 70 and F9. RGB value is (181,112,249). Sum of RGB (Red+Green+Blue) = 181+112+249=542 (71% of max value = 765). Red value is 181 (71.09% from 255 or 33.39% from 542); Green value is 112 (44.14% from 255 or 20.66% from 542); Blue value is 249 (97.66% from 255 or 45.94% from 542); Max value from RGB is 249 - color contains mainly: blue. Hex color #B570F9 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B570F9 is #4A8F06. Grayscale: #939393. Windows color (decimal): -4886279 or 16347317. OLE color: 16347317.

HSL color Cylindrical-coordinate representation of color #B570F9: hue angle of 270.22º degrees, saturation: 0.92, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #B570F9 is Cyan = 0.27, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB181112249-
CMYK0.270.5500.02
HSL270.22º91.95%70.78%-
HSV(B)270.22º55.02%97.65%-
XYZ41.9528.2592.86-
YUV148.25184.86151.36-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 33.39%
GREEN value IS 112 (44.14% from 255) = 20.66%
BLUE value IS 249 (97.66% from 255) = 45.94%
R=33.39%
G=20.66%
B=45.94%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1811122490.270.5500.02270.2291.9570.78
HexB570F91B370210e5c47
Octal265160371336702416134107
Binary101101011110000111110011101111011101010000111010111001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b570f9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b570f9; }

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

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

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

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

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

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

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

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