Shades of Medium Orchid #B053C8
Tints of Medium Orchid #B053C8
RGB
CMYK
RGB Variations
Color information
#B053C8 (or 0xB053C8) is known color: Medium Orchid. HEX triplet: B0, 53 and C8. RGB value is (176,83,200). Sum of RGB (Red+Green+Blue) = 176+83+200=459 (60% of max value = 765). Red value is 176 (69.14% from 255 or 38.34% from 459); Green value is 83 (32.81% from 255 or 18.08% from 459); Blue value is 200 (78.52% from 255 or 43.57% from 459); Max value from RGB is 200 - color contains mainly: blue. Hex color #B053C8 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B053C8 is #4FAC37. Grayscale: #7B7B7B. Windows color (decimal): -5221432 or 13128624. OLE color: 13128624.
HSL color Cylindrical-coordinate representation of color #B053C8: hue angle of 287.69º degrees, saturation: 0.52, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #B053C8 is Cyan = 0.12, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 176 | 83 | 200 | - |
| CMYK | 0.12 | 0.58 | 0 | 0.22 |
| HSL | 287.69º | 0.52% | 0.55% | - |
| HSV(B) | 287.69º | 0.59% | 0.78% | - |
| XYZ | 31.42 | 19.59 | 56.77 | - |
| YUV | 124.15 | 170.81 | 164.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 83 | 200 | 0.12 | 0.58 | 0 | 0.22 | 287.69 | 0.52 | 0.55 |
| Hex | B0 | 53 | C8 | C | 3A | 0 | 16 | 120 | 34 | 37 |
| Octal | 260 | 123 | 310 | 14 | 72 | 0 | 26 | 440 | 64 | 67 |
| Binary | 10110000 | 1010011 | 11001000 | 1100 | 111010 | 0 | 10110 | 100100000 | 110100 | 110111 |
Color Harmonies of #B053C8
Complementary color
Monochromatic Colors of #B053C8
Black with #B053C8
Text Example
Text Example
White with #B053C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B053C8; }
p { color: rgb(176,83,200); }
H1.HeaderClassName
{
color: #B053C8;
}
.AnyTagClassName
{
color: #B053C8;
}
</style>
background-color css
<style>
a { background-color: #B053C8; }
a { background-color: rgb(176,83,200); }
div.DivClassName
{
background-color: #B053C8;
}
.BgClassName
{
background-color: #B053C8;
}
</style>
border-color css
<style>
span { border-color: #B053C8; }
span { border-color: rgb(176,83,200); }
td.TdClassName
{
border-color: #B053C8;
}
.TagClassName
{
border-color: #B053C8;
}
</style>