Shades of Medium Orchid #B045DD
Tints of Medium Orchid #B045DD
RGB
CMYK
RGB Variations
Color information
#B045DD (or 0xB045DD) is known color: Medium Orchid. HEX triplet: B0, 45 and DD. RGB value is (176,69,221). Sum of RGB (Red+Green+Blue) = 176+69+221=466 (61% of max value = 765). Red value is 176 (69.14% from 255 or 37.77% from 466); Green value is 69 (27.34% from 255 or 14.81% from 466); Blue value is 221 (86.72% from 255 or 47.42% from 466); Max value from RGB is 221 - color contains mainly: blue. Hex color #B045DD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B045DD is #4FBA22. Grayscale: #757575. Windows color (decimal): -5224995 or 14501296. OLE color: 14501296.
HSL color Cylindrical-coordinate representation of color #B045DD: hue angle of 282.24º degrees, saturation: 0.69, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #B045DD is Cyan = 0.20, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 176 | 69 | 221 | - |
| CMYK | 0.20 | 0.69 | 0 | 0.13 |
| HSL | 282.24º | 0.69% | 0.57% | - |
| HSV(B) | 282.24º | 0.69% | 0.87% | - |
| XYZ | 33.08 | 18.71 | 70.27 | - |
| YUV | 118.32 | 185.95 | 169.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 69 | 221 | 0.20 | 0.69 | 0 | 0.13 | 282.24 | 0.69 | 0.57 |
| Hex | B0 | 45 | DD | 14 | 45 | 0 | D | 11A | 45 | 39 |
| Octal | 260 | 105 | 335 | 24 | 105 | 0 | 15 | 432 | 105 | 71 |
| Binary | 10110000 | 1000101 | 11011101 | 10100 | 1000101 | 0 | 1101 | 100011010 | 1000101 | 111001 |
Color Harmonies of #B045DD
Complementary color
Monochromatic Colors of #B045DD
Black with #B045DD
Text Example
Text Example
White with #B045DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B045DD; }
p { color: rgb(176,69,221); }
H1.HeaderClassName
{
color: #B045DD;
}
.AnyTagClassName
{
color: #B045DD;
}
</style>
background-color css
<style>
a { background-color: #B045DD; }
a { background-color: rgb(176,69,221); }
div.DivClassName
{
background-color: #B045DD;
}
.BgClassName
{
background-color: #B045DD;
}
</style>
border-color css
<style>
span { border-color: #B045DD; }
span { border-color: rgb(176,69,221); }
td.TdClassName
{
border-color: #B045DD;
}
.TagClassName
{
border-color: #B045DD;
}
</style>