Shades of Medium Orchid #B573C8
Tints of Medium Orchid #B573C8
RGB
CMYK
RGB Variations
Color information
#B573C8 (or 0xB573C8) is known color: Medium Orchid. HEX triplet: B5, 73 and C8. RGB value is (181,115,200). Sum of RGB (Red+Green+Blue) = 181+115+200=496 (65% of max value = 765). Red value is 181 (71.09% from 255 or 36.49% from 496); Green value is 115 (45.31% from 255 or 23.19% from 496); Blue value is 200 (78.52% from 255 or 40.32% from 496); Max value from RGB is 200 - color contains mainly: blue. Hex color #B573C8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B573C8 is #4A8C37. Grayscale: #909090. Windows color (decimal): -4885560 or 13136821. OLE color: 13136821.
HSL color Cylindrical-coordinate representation of color #B573C8: hue angle of 286.59º degrees, saturation: 0.44, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #B573C8 is Cyan = 0.09, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 181 | 115 | 200 | - |
| CMYK | 0.09 | 0.42 | 0 | 0.22 |
| HSL | 286.59º | 0.44% | 0.62% | - |
| HSV(B) | 286.59º | 0.43% | 0.78% | - |
| XYZ | 35.61 | 26.26 | 57.83 | - |
| YUV | 144.42 | 159.37 | 154.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 115 | 200 | 0.09 | 0.42 | 0 | 0.22 | 286.59 | 0.44 | 0.62 |
| Hex | B5 | 73 | C8 | 9 | 2A | 0 | 16 | 11F | 2C | 3E |
| Octal | 265 | 163 | 310 | 11 | 52 | 0 | 26 | 437 | 54 | 76 |
| Binary | 10110101 | 1110011 | 11001000 | 1001 | 101010 | 0 | 10110 | 100011111 | 101100 | 111110 |
Color Harmonies of #B573C8
Complementary color
Monochromatic Colors of #B573C8
Black with #B573C8
Text Example
Text Example
White with #B573C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B573C8; }
p { color: rgb(181,115,200); }
H1.HeaderClassName
{
color: #B573C8;
}
.AnyTagClassName
{
color: #B573C8;
}
</style>
background-color css
<style>
a { background-color: #B573C8; }
a { background-color: rgb(181,115,200); }
div.DivClassName
{
background-color: #B573C8;
}
.BgClassName
{
background-color: #B573C8;
}
</style>
border-color css
<style>
span { border-color: #B573C8; }
span { border-color: rgb(181,115,200); }
td.TdClassName
{
border-color: #B573C8;
}
.TagClassName
{
border-color: #B573C8;
}
</style>