Shades of Medium Orchid #B045C9
Tints of Medium Orchid #B045C9
RGB
CMYK
RGB Variations
Color information
#B045C9 (or 0xB045C9) is known color: Medium Orchid. HEX triplet: B0, 45 and C9. RGB value is (176,69,201). Sum of RGB (Red+Green+Blue) = 176+69+201=446 (59% of max value = 765). Red value is 176 (69.14% from 255 or 39.46% from 446); Green value is 69 (27.34% from 255 or 15.47% from 446); Blue value is 201 (78.91% from 255 or 45.07% from 446); Max value from RGB is 201 - color contains mainly: blue. Hex color #B045C9 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B045C9 is #4FBA36. Grayscale: #737373. Windows color (decimal): -5225015 or 13190576. OLE color: 13190576.
HSL color Cylindrical-coordinate representation of color #B045C9: hue angle of 288.64º degrees, saturation: 0.55, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #B045C9 is Cyan = 0.12, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 176 | 69 | 201 | - |
| CMYK | 0.12 | 0.66 | 0 | 0.21 |
| HSL | 288.64º | 0.55% | 0.53% | - |
| HSV(B) | 288.64º | 0.66% | 0.79% | - |
| XYZ | 30.58 | 17.7 | 57.06 | - |
| YUV | 116.04 | 175.95 | 170.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 69 | 201 | 0.12 | 0.66 | 0 | 0.21 | 288.64 | 0.55 | 0.53 |
| Hex | B0 | 45 | C9 | C | 42 | 0 | 15 | 121 | 37 | 35 |
| Octal | 260 | 105 | 311 | 14 | 102 | 0 | 25 | 441 | 67 | 65 |
| Binary | 10110000 | 1000101 | 11001001 | 1100 | 1000010 | 0 | 10101 | 100100001 | 110111 | 110101 |
Color Harmonies of #B045C9
Complementary color
Monochromatic Colors of #B045C9
Black with #B045C9
Text Example
Text Example
White with #B045C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B045C9; }
p { color: rgb(176,69,201); }
H1.HeaderClassName
{
color: #B045C9;
}
.AnyTagClassName
{
color: #B045C9;
}
</style>
background-color css
<style>
a { background-color: #B045C9; }
a { background-color: rgb(176,69,201); }
div.DivClassName
{
background-color: #B045C9;
}
.BgClassName
{
background-color: #B045C9;
}
</style>
border-color css
<style>
span { border-color: #B045C9; }
span { border-color: rgb(176,69,201); }
td.TdClassName
{
border-color: #B045C9;
}
.TagClassName
{
border-color: #B045C9;
}
</style>