#B570EE

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

Shades of Medium Purple #B570EE

Tints of Medium Purple #B570EE

Color information

#B570EE (or 0xB570EE) is unknown color: approx Medium Purple. HEX triplet: B5, 70 and EE. RGB value is (181,112,238). Sum of RGB (Red+Green+Blue) = 181+112+238=531 (70% of max value = 765). Red value is 181 (71.09% from 255 or 34.09% from 531); Green value is 112 (44.14% from 255 or 21.09% from 531); Blue value is 238 (93.36% from 255 or 44.82% from 531); Max value from RGB is 238 - color contains mainly: blue. Hex color #B570EE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B570EE is #4A8F11. Grayscale: #929292. Windows color (decimal): -4886290 or 15626421. OLE color: 15626421.

HSL color Cylindrical-coordinate representation of color #B570EE: hue angle of 272.86º degrees, saturation: 0.79, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #B570EE is Cyan = 0.24, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB181112238-
CMYK0.240.5300.07
HSL272.86º78.75%68.63%-
HSV(B)272.86º52.94%93.33%-
XYZ40.2827.5984.09-
YUV147179.36152.25-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 34.09%
GREEN value IS 112 (44.14% from 255) = 21.09%
BLUE value IS 238 (93.36% from 255) = 44.82%
R=34.09%
G=21.09%
B=44.82%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1811122380.240.5300.07272.8678.7568.63
HexB570EE1835071114f45
Octal265160356306507421117105
Binary1011010111100001110111011000110101011110001000110011111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B570EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B570EE; }

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

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

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

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

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

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

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

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