Shades of Medium Orchid #B041DD
Tints of Medium Orchid #B041DD
RGB
CMYK
RGB Variations
Color information
#B041DD (or 0xB041DD) is known color: Medium Orchid. HEX triplet: B0, 41 and DD. RGB value is (176,65,221). Sum of RGB (Red+Green+Blue) = 176+65+221=462 (61% of max value = 765). Red value is 176 (69.14% from 255 or 38.10% from 462); Green value is 65 (25.78% from 255 or 14.07% from 462); Blue value is 221 (86.72% from 255 or 47.84% from 462); Max value from RGB is 221 - color contains mainly: blue. Hex color #B041DD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B041DD is #4FBE22. Grayscale: #737373. Windows color (decimal): -5226019 or 14500272. OLE color: 14500272.
HSL color Cylindrical-coordinate representation of color #B041DD: hue angle of 282.69º degrees, saturation: 0.7, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #B041DD is Cyan = 0.20, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 176 | 65 | 221 | - |
| CMYK | 0.20 | 0.71 | 0 | 0.13 |
| HSL | 282.69º | 0.7% | 0.56% | - |
| HSV(B) | 282.69º | 0.71% | 0.87% | - |
| XYZ | 32.85 | 18.23 | 70.19 | - |
| YUV | 115.97 | 187.27 | 170.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 65 | 221 | 0.20 | 0.71 | 0 | 0.13 | 282.69 | 0.7 | 0.56 |
| Hex | B0 | 41 | DD | 14 | 47 | 0 | D | 11B | 46 | 38 |
| Octal | 260 | 101 | 335 | 24 | 107 | 0 | 15 | 433 | 106 | 70 |
| Binary | 10110000 | 1000001 | 11011101 | 10100 | 1000111 | 0 | 1101 | 100011011 | 1000110 | 111000 |
Color Harmonies of #B041DD
Complementary color
Monochromatic Colors of #B041DD
Black with #B041DD
Text Example
Text Example
White with #B041DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B041DD; }
p { color: rgb(176,65,221); }
H1.HeaderClassName
{
color: #B041DD;
}
.AnyTagClassName
{
color: #B041DD;
}
</style>
background-color css
<style>
a { background-color: #B041DD; }
a { background-color: rgb(176,65,221); }
div.DivClassName
{
background-color: #B041DD;
}
.BgClassName
{
background-color: #B041DD;
}
</style>
border-color css
<style>
span { border-color: #B041DD; }
span { border-color: rgb(176,65,221); }
td.TdClassName
{
border-color: #B041DD;
}
.TagClassName
{
border-color: #B041DD;
}
</style>