Shades of Medium Orchid #B052CB
Tints of Medium Orchid #B052CB
RGB
CMYK
RGB Variations
Color information
#B052CB (or 0xB052CB) is known color: Medium Orchid. HEX triplet: B0, 52 and CB. RGB value is (176,82,203). Sum of RGB (Red+Green+Blue) = 176+82+203=461 (61% of max value = 765). Red value is 176 (69.14% from 255 or 38.18% from 461); Green value is 82 (32.42% from 255 or 17.79% from 461); Blue value is 203 (79.69% from 255 or 44.03% from 461); Max value from RGB is 203 - color contains mainly: blue. Hex color #B052CB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B052CB is #4FAD34. Grayscale: #7B7B7B. Windows color (decimal): -5221685 or 13324976. OLE color: 13324976.
HSL color Cylindrical-coordinate representation of color #B052CB: hue angle of 286.61º degrees, saturation: 0.54, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B052CB is Cyan = 0.13, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 176 | 82 | 203 | - |
| CMYK | 0.13 | 0.60 | 0 | 0.20 |
| HSL | 286.61º | 0.54% | 0.56% | - |
| HSV(B) | 286.61º | 0.6% | 0.8% | - |
| XYZ | 31.7 | 19.58 | 58.61 | - |
| YUV | 123.9 | 172.64 | 165.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 82 | 203 | 0.13 | 0.60 | 0 | 0.20 | 286.61 | 0.54 | 0.56 |
| Hex | B0 | 52 | CB | D | 3C | 0 | 14 | 11F | 36 | 38 |
| Octal | 260 | 122 | 313 | 15 | 74 | 0 | 24 | 437 | 66 | 70 |
| Binary | 10110000 | 1010010 | 11001011 | 1101 | 111100 | 0 | 10100 | 100011111 | 110110 | 111000 |
Color Harmonies of #B052CB
Complementary color
Monochromatic Colors of #B052CB
Black with #B052CB
Text Example
Text Example
White with #B052CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B052CB; }
p { color: rgb(176,82,203); }
H1.HeaderClassName
{
color: #B052CB;
}
.AnyTagClassName
{
color: #B052CB;
}
</style>
background-color css
<style>
a { background-color: #B052CB; }
a { background-color: rgb(176,82,203); }
div.DivClassName
{
background-color: #B052CB;
}
.BgClassName
{
background-color: #B052CB;
}
</style>
border-color css
<style>
span { border-color: #B052CB; }
span { border-color: rgb(176,82,203); }
td.TdClassName
{
border-color: #B052CB;
}
.TagClassName
{
border-color: #B052CB;
}
</style>