Shades of Medium Orchid #B045D9
Tints of Medium Orchid #B045D9
RGB
CMYK
RGB Variations
Color information
#B045D9 (or 0xB045D9) is known color: Medium Orchid. HEX triplet: B0, 45 and D9. RGB value is (176,69,217). Sum of RGB (Red+Green+Blue) = 176+69+217=462 (61% of max value = 765). Red value is 176 (69.14% from 255 or 38.10% from 462); Green value is 69 (27.34% from 255 or 14.94% from 462); Blue value is 217 (85.16% from 255 or 46.97% from 462); Max value from RGB is 217 - color contains mainly: blue. Hex color #B045D9 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B045D9 is #4FBA26. Grayscale: #757575. Windows color (decimal): -5224999 or 14239152. OLE color: 14239152.
HSL color Cylindrical-coordinate representation of color #B045D9: hue angle of 283.38º degrees, saturation: 0.66, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #B045D9 is Cyan = 0.19, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 176 | 69 | 217 | - |
| CMYK | 0.19 | 0.68 | 0 | 0.15 |
| HSL | 283.38º | 0.66% | 0.56% | - |
| HSV(B) | 283.38º | 0.68% | 0.85% | - |
| XYZ | 32.56 | 18.5 | 67.5 | - |
| YUV | 117.87 | 183.95 | 169.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 69 | 217 | 0.19 | 0.68 | 0 | 0.15 | 283.38 | 0.66 | 0.56 |
| Hex | B0 | 45 | D9 | 13 | 44 | 0 | F | 11B | 42 | 38 |
| Octal | 260 | 105 | 331 | 23 | 104 | 0 | 17 | 433 | 102 | 70 |
| Binary | 10110000 | 1000101 | 11011001 | 10011 | 1000100 | 0 | 1111 | 100011011 | 1000010 | 111000 |
Color Harmonies of #B045D9
Complementary color
Monochromatic Colors of #B045D9
Black with #B045D9
Text Example
Text Example
White with #B045D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B045D9; }
p { color: rgb(176,69,217); }
H1.HeaderClassName
{
color: #B045D9;
}
.AnyTagClassName
{
color: #B045D9;
}
</style>
background-color css
<style>
a { background-color: #B045D9; }
a { background-color: rgb(176,69,217); }
div.DivClassName
{
background-color: #B045D9;
}
.BgClassName
{
background-color: #B045D9;
}
</style>
border-color css
<style>
span { border-color: #B045D9; }
span { border-color: rgb(176,69,217); }
td.TdClassName
{
border-color: #B045D9;
}
.TagClassName
{
border-color: #B045D9;
}
</style>