Shades of Medium Orchid #B052C2
Tints of Medium Orchid #B052C2
RGB
CMYK
RGB Variations
Color information
#B052C2 (or 0xB052C2) is known color: Medium Orchid. HEX triplet: B0, 52 and C2. RGB value is (176,82,194). Sum of RGB (Red+Green+Blue) = 176+82+194=452 (59% of max value = 765). Red value is 176 (69.14% from 255 or 38.94% from 452); Green value is 82 (32.42% from 255 or 18.14% from 452); Blue value is 194 (76.17% from 255 or 42.92% from 452); Max value from RGB is 194 - color contains mainly: blue. Hex color #B052C2 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B052C2 is #4FAD3D. Grayscale: #7A7A7A. Windows color (decimal): -5221694 or 12735152. OLE color: 12735152.
HSL color Cylindrical-coordinate representation of color #B052C2: hue angle of 290.36º degrees, saturation: 0.48, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #B052C2 is Cyan = 0.09, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 176 | 82 | 194 | - |
| CMYK | 0.09 | 0.58 | 0 | 0.24 |
| HSL | 290.36º | 0.48% | 0.54% | - |
| HSV(B) | 290.36º | 0.58% | 0.76% | - |
| XYZ | 30.66 | 19.16 | 53.12 | - |
| YUV | 122.87 | 168.14 | 165.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 82 | 194 | 0.09 | 0.58 | 0 | 0.24 | 290.36 | 0.48 | 0.54 |
| Hex | B0 | 52 | C2 | 9 | 3A | 0 | 18 | 122 | 30 | 36 |
| Octal | 260 | 122 | 302 | 11 | 72 | 0 | 30 | 442 | 60 | 66 |
| Binary | 10110000 | 1010010 | 11000010 | 1001 | 111010 | 0 | 11000 | 100100010 | 110000 | 110110 |
Color Harmonies of #B052C2
Complementary color
Monochromatic Colors of #B052C2
Black with #B052C2
Text Example
Text Example
White with #B052C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B052C2; }
p { color: rgb(176,82,194); }
H1.HeaderClassName
{
color: #B052C2;
}
.AnyTagClassName
{
color: #B052C2;
}
</style>
background-color css
<style>
a { background-color: #B052C2; }
a { background-color: rgb(176,82,194); }
div.DivClassName
{
background-color: #B052C2;
}
.BgClassName
{
background-color: #B052C2;
}
</style>
border-color css
<style>
span { border-color: #B052C2; }
span { border-color: rgb(176,82,194); }
td.TdClassName
{
border-color: #B052C2;
}
.TagClassName
{
border-color: #B052C2;
}
</style>