Shades of Medium Orchid #B052CF
Tints of Medium Orchid #B052CF
RGB
CMYK
RGB Variations
Color information
#B052CF (or 0xB052CF) is known color: Medium Orchid. HEX triplet: B0, 52 and CF. RGB value is (176,82,207). Sum of RGB (Red+Green+Blue) = 176+82+207=465 (61% of max value = 765). Red value is 176 (69.14% from 255 or 37.85% from 465); Green value is 82 (32.42% from 255 or 17.63% from 465); Blue value is 207 (81.25% from 255 or 44.52% from 465); Max value from RGB is 207 - color contains mainly: blue. Hex color #B052CF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B052CF is #4FAD30. Grayscale: #7B7B7B. Windows color (decimal): -5221681 or 13587120. OLE color: 13587120.
HSL color Cylindrical-coordinate representation of color #B052CF: hue angle of 285.12º degrees, saturation: 0.57, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B052CF is Cyan = 0.15, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 176 | 82 | 207 | - |
| CMYK | 0.15 | 0.60 | 0 | 0.19 |
| HSL | 285.12º | 0.57% | 0.57% | - |
| HSV(B) | 285.12º | 0.6% | 0.81% | - |
| XYZ | 32.18 | 19.77 | 61.15 | - |
| YUV | 124.36 | 174.64 | 164.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 82 | 207 | 0.15 | 0.60 | 0 | 0.19 | 285.12 | 0.57 | 0.57 |
| Hex | B0 | 52 | CF | F | 3C | 0 | 13 | 11D | 39 | 39 |
| Octal | 260 | 122 | 317 | 17 | 74 | 0 | 23 | 435 | 71 | 71 |
| Binary | 10110000 | 1010010 | 11001111 | 1111 | 111100 | 0 | 10011 | 100011101 | 111001 | 111001 |
Color Harmonies of #B052CF
Complementary color
Monochromatic Colors of #B052CF
Black with #B052CF
Text Example
Text Example
White with #B052CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B052CF; }
p { color: rgb(176,82,207); }
H1.HeaderClassName
{
color: #B052CF;
}
.AnyTagClassName
{
color: #B052CF;
}
</style>
background-color css
<style>
a { background-color: #B052CF; }
a { background-color: rgb(176,82,207); }
div.DivClassName
{
background-color: #B052CF;
}
.BgClassName
{
background-color: #B052CF;
}
</style>
border-color css
<style>
span { border-color: #B052CF; }
span { border-color: rgb(176,82,207); }
td.TdClassName
{
border-color: #B052CF;
}
.TagClassName
{
border-color: #B052CF;
}
</style>