#B573CD

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

Shades of Medium Orchid #B573CD

Tints of Medium Orchid #B573CD

Color information

#B573CD (or 0xB573CD) is unknown color: approx Medium Orchid. HEX triplet: B5, 73 and CD. RGB value is (181,115,205). Sum of RGB (Red+Green+Blue) = 181+115+205=501 (66% of max value = 765). Red value is 181 (71.09% from 255 or 36.13% from 501); Green value is 115 (45.31% from 255 or 22.95% from 501); Blue value is 205 (80.47% from 255 or 40.92% from 501); Max value from RGB is 205 - color contains mainly: blue. Hex color #B573CD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B573CD is #4A8C32. Grayscale: #909090. Windows color (decimal): -4885555 or 13464501. OLE color: 13464501.

HSL color Cylindrical-coordinate representation of color #B573CD: hue angle of 284º degrees, saturation: 0.47, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #B573CD is Cyan = 0.12, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB181115205-
CMYK0.120.4400.20
HSL284º47.37%62.75%-
HSV(B)284º43.9%80.39%-
XYZ36.2126.4960.96-
YUV144.99161.87153.68-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 36.13%
GREEN value IS 115 (45.31% from 255) = 22.95%
BLUE value IS 205 (80.47% from 255) = 40.92%
R=36.13%
G=22.95%
B=40.92%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1811152050.120.4400.2028447.3762.75
HexB573CDC2C01411c2f3f
Octal26516331514540244345777
Binary101101011110011110011011100101100010100100011100101111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B573CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B573CD; }

 p { color: rgb(181,115,205); }

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

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

 a { background-color: rgb(181,115,205); }

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

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

 span { border-color: rgb(181,115,205); }

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