#b572e5

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

Shades of Medium Orchid #B572E5

Tints of Medium Orchid #B572E5

Color information

#B572E5 (or 0xB572E5) is unknown color: approx Medium Orchid. HEX triplet: B5, 72 and E5. RGB value is (181,114,229). Sum of RGB (Red+Green+Blue) = 181+114+229=524 (69% of max value = 765). Red value is 181 (71.09% from 255 or 34.54% from 524); Green value is 114 (44.92% from 255 or 21.76% from 524); Blue value is 229 (89.84% from 255 or 43.70% from 524); Max value from RGB is 229 - color contains mainly: blue. Hex color #B572E5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B572E5 is #4A8D1A. Grayscale: #929292. Windows color (decimal): -4885787 or 15037109. OLE color: 15037109.

HSL color Cylindrical-coordinate representation of color #B572E5: hue angle of 274.96º degrees, saturation: 0.69, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #B572E5 is Cyan = 0.21, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB181114229-
CMYK0.210.5000.10
HSL274.96º68.86%67.25%-
HSV(B)274.96º50.22%89.8%-
XYZ39.2227.5277.37-
YUV147.14174.2152.15-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 34.54%
GREEN value IS 114 (44.92% from 255) = 21.76%
BLUE value IS 229 (89.84% from 255) = 43.70%
R=34.54%
G=21.76%
B=43.70%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1811142290.210.5000.10274.9668.8667.25
HexB572E515320A1134543
Octal2651623452562012423105103
Binary10110101111001011100101101011100100101010001001110001011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b572e5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b572e5; }

 p { color: rgb(181,114,229); }

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

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

 a { background-color: rgb(181,114,229); }

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

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

 span { border-color: rgb(181,114,229); }

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