Shades of Medium Orchid #B045DC
Tints of Medium Orchid #B045DC
RGB
CMYK
RGB Variations
Color information
#B045DC (or 0xB045DC) is known color: Medium Orchid. HEX triplet: B0, 45 and DC. RGB value is (176,69,220). Sum of RGB (Red+Green+Blue) = 176+69+220=465 (61% of max value = 765). Red value is 176 (69.14% from 255 or 37.85% from 465); Green value is 69 (27.34% from 255 or 14.84% from 465); Blue value is 220 (86.33% from 255 or 47.31% from 465); Max value from RGB is 220 - color contains mainly: blue. Hex color #B045DC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B045DC is #4FBA23. Grayscale: #757575. Windows color (decimal): -5224996 or 14435760. OLE color: 14435760.
HSL color Cylindrical-coordinate representation of color #B045DC: hue angle of 282.52º degrees, saturation: 0.68, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #B045DC is Cyan = 0.2, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 176 | 69 | 220 | - |
| CMYK | 0.2 | 0.69 | 0 | 0.14 |
| HSL | 282.52º | 0.68% | 0.57% | - |
| HSV(B) | 282.52º | 0.69% | 0.86% | - |
| XYZ | 32.95 | 18.65 | 69.57 | - |
| YUV | 118.21 | 185.45 | 169.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 69 | 220 | 0.2 | 0.69 | 0 | 0.14 | 282.52 | 0.68 | 0.57 |
| Hex | B0 | 45 | DC | 14 | 45 | 0 | E | 11B | 44 | 39 |
| Octal | 260 | 105 | 334 | 24 | 105 | 0 | 16 | 433 | 104 | 71 |
| Binary | 10110000 | 1000101 | 11011100 | 10100 | 1000101 | 0 | 1110 | 100011011 | 1000100 | 111001 |
Color Harmonies of #B045DC
Complementary color
Monochromatic Colors of #B045DC
Black with #B045DC
Text Example
Text Example
White with #B045DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B045DC; }
p { color: rgb(176,69,220); }
H1.HeaderClassName
{
color: #B045DC;
}
.AnyTagClassName
{
color: #B045DC;
}
</style>
background-color css
<style>
a { background-color: #B045DC; }
a { background-color: rgb(176,69,220); }
div.DivClassName
{
background-color: #B045DC;
}
.BgClassName
{
background-color: #B045DC;
}
</style>
border-color css
<style>
span { border-color: #B045DC; }
span { border-color: rgb(176,69,220); }
td.TdClassName
{
border-color: #B045DC;
}
.TagClassName
{
border-color: #B045DC;
}
</style>