Shades of Medium Orchid #B052DC
Tints of Medium Orchid #B052DC
RGB
CMYK
RGB Variations
Color information
#B052DC (or 0xB052DC) is known color: Medium Orchid. HEX triplet: B0, 52 and DC. RGB value is (176,82,220). Sum of RGB (Red+Green+Blue) = 176+82+220=478 (63% of max value = 765). Red value is 176 (69.14% from 255 or 36.82% from 478); Green value is 82 (32.42% from 255 or 17.15% from 478); Blue value is 220 (86.33% from 255 or 46.03% from 478); Max value from RGB is 220 - color contains mainly: blue. Hex color #B052DC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B052DC is #4FAD23. Grayscale: #7D7D7D. Windows color (decimal): -5221668 or 14439088. OLE color: 14439088.
HSL color Cylindrical-coordinate representation of color #B052DC: hue angle of 280.87º degrees, saturation: 0.66, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #B052DC is Cyan = 0.2, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 176 | 82 | 220 | - |
| CMYK | 0.2 | 0.63 | 0 | 0.14 |
| HSL | 280.87º | 0.66% | 0.59% | - |
| HSV(B) | 280.87º | 0.63% | 0.86% | - |
| XYZ | 33.84 | 20.43 | 69.87 | - |
| YUV | 125.84 | 181.14 | 163.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 82 | 220 | 0.2 | 0.63 | 0 | 0.14 | 280.87 | 0.66 | 0.59 |
| Hex | B0 | 52 | DC | 14 | 3F | 0 | E | 119 | 42 | 3B |
| Octal | 260 | 122 | 334 | 24 | 77 | 0 | 16 | 431 | 102 | 73 |
| Binary | 10110000 | 1010010 | 11011100 | 10100 | 111111 | 0 | 1110 | 100011001 | 1000010 | 111011 |
Color Harmonies of #B052DC
Complementary color
Monochromatic Colors of #B052DC
Black with #B052DC
Text Example
Text Example
White with #B052DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B052DC; }
p { color: rgb(176,82,220); }
H1.HeaderClassName
{
color: #B052DC;
}
.AnyTagClassName
{
color: #B052DC;
}
</style>
background-color css
<style>
a { background-color: #B052DC; }
a { background-color: rgb(176,82,220); }
div.DivClassName
{
background-color: #B052DC;
}
.BgClassName
{
background-color: #B052DC;
}
</style>
border-color css
<style>
span { border-color: #B052DC; }
span { border-color: rgb(176,82,220); }
td.TdClassName
{
border-color: #B052DC;
}
.TagClassName
{
border-color: #B052DC;
}
</style>