Shades of Medium Orchid #B052D6
Tints of Medium Orchid #B052D6
RGB
CMYK
RGB Variations
Color information
#B052D6 (or 0xB052D6) is known color: Medium Orchid. HEX triplet: B0, 52 and D6. RGB value is (176,82,214). Sum of RGB (Red+Green+Blue) = 176+82+214=472 (62% of max value = 765). Red value is 176 (69.14% from 255 or 37.29% from 472); Green value is 82 (32.42% from 255 or 17.37% from 472); Blue value is 214 (83.98% from 255 or 45.34% from 472); Max value from RGB is 214 - color contains mainly: blue. Hex color #B052D6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B052D6 is #4FAD29. Grayscale: #7C7C7C. Windows color (decimal): -5221674 or 14045872. OLE color: 14045872.
HSL color Cylindrical-coordinate representation of color #B052D6: hue angle of 282.73º degrees, saturation: 0.62, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #B052D6 is Cyan = 0.18, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 176 | 82 | 214 | - |
| CMYK | 0.18 | 0.62 | 0 | 0.16 |
| HSL | 282.73º | 0.62% | 0.58% | - |
| HSV(B) | 282.73º | 0.62% | 0.84% | - |
| XYZ | 33.06 | 20.12 | 65.76 | - |
| YUV | 125.15 | 178.14 | 164.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 82 | 214 | 0.18 | 0.62 | 0 | 0.16 | 282.73 | 0.62 | 0.58 |
| Hex | B0 | 52 | D6 | 12 | 3E | 0 | 10 | 11B | 3E | 3A |
| Octal | 260 | 122 | 326 | 22 | 76 | 0 | 20 | 433 | 76 | 72 |
| Binary | 10110000 | 1010010 | 11010110 | 10010 | 111110 | 0 | 10000 | 100011011 | 111110 | 111010 |
Color Harmonies of #B052D6
Complementary color
Monochromatic Colors of #B052D6
Black with #B052D6
Text Example
Text Example
White with #B052D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B052D6; }
p { color: rgb(176,82,214); }
H1.HeaderClassName
{
color: #B052D6;
}
.AnyTagClassName
{
color: #B052D6;
}
</style>
background-color css
<style>
a { background-color: #B052D6; }
a { background-color: rgb(176,82,214); }
div.DivClassName
{
background-color: #B052D6;
}
.BgClassName
{
background-color: #B052D6;
}
</style>
border-color css
<style>
span { border-color: #B052D6; }
span { border-color: rgb(176,82,214); }
td.TdClassName
{
border-color: #B052D6;
}
.TagClassName
{
border-color: #B052D6;
}
</style>