#B570EC

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

Shades of Medium Orchid #B570EC

Tints of Medium Orchid #B570EC

Color information

#B570EC (or 0xB570EC) is unknown color: approx Medium Orchid. HEX triplet: B5, 70 and EC. RGB value is (181,112,236). Sum of RGB (Red+Green+Blue) = 181+112+236=529 (70% of max value = 765). Red value is 181 (71.09% from 255 or 34.22% from 529); Green value is 112 (44.14% from 255 or 21.17% from 529); Blue value is 236 (92.58% from 255 or 44.61% from 529); Max value from RGB is 236 - color contains mainly: blue. Hex color #B570EC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B570EC is #4A8F13. Grayscale: #929292. Windows color (decimal): -4886292 or 15495349. OLE color: 15495349.

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

Color convert

RGB181112236-
CMYK0.230.5300.07
HSL273.39º76.54%68.24%-
HSV(B)273.39º52.54%92.55%-
XYZ39.9927.4782.55-
YUV146.77178.36152.42-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 34.22%
GREEN value IS 112 (44.14% from 255) = 21.17%
BLUE value IS 236 (92.58% from 255) = 44.61%
R=34.22%
G=21.17%
B=44.61%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1811122360.230.5300.07273.3976.5468.24
HexB570EC1735071114d44
Octal265160354276507421115104
Binary1011010111100001110110010111110101011110001000110011011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B570EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B570EC; }

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

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

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

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

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

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

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

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