Shades of Medium Orchid #B052D0
Tints of Medium Orchid #B052D0
RGB
CMYK
RGB Variations
Color information
#B052D0 (or 0xB052D0) is known color: Medium Orchid. HEX triplet: B0, 52 and D0. RGB value is (176,82,208). Sum of RGB (Red+Green+Blue) = 176+82+208=466 (61% of max value = 765). Red value is 176 (69.14% from 255 or 37.77% from 466); Green value is 82 (32.42% from 255 or 17.60% from 466); Blue value is 208 (81.64% from 255 or 44.64% from 466); Max value from RGB is 208 - color contains mainly: blue. Hex color #B052D0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B052D0 is #4FAD2F. Grayscale: #7C7C7C. Windows color (decimal): -5221680 or 13652656. OLE color: 13652656.
HSL color Cylindrical-coordinate representation of color #B052D0: hue angle of 284.76º degrees, saturation: 0.57, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #B052D0 is Cyan = 0.15, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 176 | 82 | 208 | - |
| CMYK | 0.15 | 0.61 | 0 | 0.18 |
| HSL | 284.76º | 0.57% | 0.57% | - |
| HSV(B) | 284.76º | 0.61% | 0.82% | - |
| XYZ | 32.31 | 19.82 | 61.8 | - |
| YUV | 124.47 | 175.14 | 164.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 82 | 208 | 0.15 | 0.61 | 0 | 0.18 | 284.76 | 0.57 | 0.57 |
| Hex | B0 | 52 | D0 | F | 3D | 0 | 12 | 11D | 39 | 39 |
| Octal | 260 | 122 | 320 | 17 | 75 | 0 | 22 | 435 | 71 | 71 |
| Binary | 10110000 | 1010010 | 11010000 | 1111 | 111101 | 0 | 10010 | 100011101 | 111001 | 111001 |
Color Harmonies of #B052D0
Complementary color
Monochromatic Colors of #B052D0
Black with #B052D0
Text Example
Text Example
White with #B052D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B052D0; }
p { color: rgb(176,82,208); }
H1.HeaderClassName
{
color: #B052D0;
}
.AnyTagClassName
{
color: #B052D0;
}
</style>
background-color css
<style>
a { background-color: #B052D0; }
a { background-color: rgb(176,82,208); }
div.DivClassName
{
background-color: #B052D0;
}
.BgClassName
{
background-color: #B052D0;
}
</style>
border-color css
<style>
span { border-color: #B052D0; }
span { border-color: rgb(176,82,208); }
td.TdClassName
{
border-color: #B052D0;
}
.TagClassName
{
border-color: #B052D0;
}
</style>