Shades of Medium Orchid #B052DF
Tints of Medium Orchid #B052DF
RGB
CMYK
RGB Variations
Color information
#B052DF (or 0xB052DF) is known color: Medium Orchid. HEX triplet: B0, 52 and DF. RGB value is (176,82,223). Sum of RGB (Red+Green+Blue) = 176+82+223=481 (63% of max value = 765). Red value is 176 (69.14% from 255 or 36.59% from 481); Green value is 82 (32.42% from 255 or 17.05% from 481); Blue value is 223 (87.5% from 255 or 46.36% from 481); Max value from RGB is 223 - color contains mainly: blue. Hex color #B052DF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B052DF is #4FAD20. Grayscale: #7D7D7D. Windows color (decimal): -5221665 or 14635696. OLE color: 14635696.
HSL color Cylindrical-coordinate representation of color #B052DF: hue angle of 280º degrees, saturation: 0.69, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #B052DF is Cyan = 0.21, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 176 | 82 | 223 | - |
| CMYK | 0.21 | 0.63 | 0 | 0.13 |
| HSL | 280º | 0.69% | 0.6% | - |
| HSV(B) | 280º | 0.63% | 0.87% | - |
| XYZ | 34.24 | 20.59 | 71.98 | - |
| YUV | 126.18 | 182.64 | 163.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 82 | 223 | 0.21 | 0.63 | 0 | 0.13 | 280 | 0.69 | 0.6 |
| Hex | B0 | 52 | DF | 15 | 3F | 0 | D | 118 | 45 | 3C |
| Octal | 260 | 122 | 337 | 25 | 77 | 0 | 15 | 430 | 105 | 74 |
| Binary | 10110000 | 1010010 | 11011111 | 10101 | 111111 | 0 | 1101 | 100011000 | 1000101 | 111100 |
Color Harmonies of #B052DF
Complementary color
Monochromatic Colors of #B052DF
Black with #B052DF
Text Example
Text Example
White with #B052DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B052DF; }
p { color: rgb(176,82,223); }
H1.HeaderClassName
{
color: #B052DF;
}
.AnyTagClassName
{
color: #B052DF;
}
</style>
background-color css
<style>
a { background-color: #B052DF; }
a { background-color: rgb(176,82,223); }
div.DivClassName
{
background-color: #B052DF;
}
.BgClassName
{
background-color: #B052DF;
}
</style>
border-color css
<style>
span { border-color: #B052DF; }
span { border-color: rgb(176,82,223); }
td.TdClassName
{
border-color: #B052DF;
}
.TagClassName
{
border-color: #B052DF;
}
</style>