Shades of Medium Orchid #B051DC
Tints of Medium Orchid #B051DC
RGB
CMYK
RGB Variations
Color information
#B051DC (or 0xB051DC) is known color: Medium Orchid. HEX triplet: B0, 51 and DC. RGB value is (176,81,220). Sum of RGB (Red+Green+Blue) = 176+81+220=477 (63% of max value = 765). Red value is 176 (69.14% from 255 or 36.90% from 477); Green value is 81 (32.03% from 255 or 16.98% from 477); Blue value is 220 (86.33% from 255 or 46.12% from 477); Max value from RGB is 220 - color contains mainly: blue. Hex color #B051DC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B051DC is #4FAE23. Grayscale: #7C7C7C. Windows color (decimal): -5221924 or 14438832. OLE color: 14438832.
HSL color Cylindrical-coordinate representation of color #B051DC: hue angle of 281.01º degrees, saturation: 0.67, 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 #B051DC is Cyan = 0.2, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 176 | 81 | 220 | - |
| CMYK | 0.2 | 0.63 | 0 | 0.14 |
| HSL | 281.01º | 0.67% | 0.59% | - |
| HSV(B) | 281.01º | 0.63% | 0.86% | - |
| XYZ | 33.77 | 20.28 | 69.85 | - |
| YUV | 125.25 | 181.47 | 164.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 81 | 220 | 0.2 | 0.63 | 0 | 0.14 | 281.01 | 0.67 | 0.59 |
| Hex | B0 | 51 | DC | 14 | 3F | 0 | E | 119 | 43 | 3B |
| Octal | 260 | 121 | 334 | 24 | 77 | 0 | 16 | 431 | 103 | 73 |
| Binary | 10110000 | 1010001 | 11011100 | 10100 | 111111 | 0 | 1110 | 100011001 | 1000011 | 111011 |
Color Harmonies of #B051DC
Complementary color
Monochromatic Colors of #B051DC
Black with #B051DC
Text Example
Text Example
White with #B051DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B051DC; }
p { color: rgb(176,81,220); }
H1.HeaderClassName
{
color: #B051DC;
}
.AnyTagClassName
{
color: #B051DC;
}
</style>
background-color css
<style>
a { background-color: #B051DC; }
a { background-color: rgb(176,81,220); }
div.DivClassName
{
background-color: #B051DC;
}
.BgClassName
{
background-color: #B051DC;
}
</style>
border-color css
<style>
span { border-color: #B051DC; }
span { border-color: rgb(176,81,220); }
td.TdClassName
{
border-color: #B051DC;
}
.TagClassName
{
border-color: #B051DC;
}
</style>