Shades of Medium Orchid #B541DD
Tints of Medium Orchid #B541DD
RGB
CMYK
RGB Variations
Color information
#B541DD (or 0xB541DD) is known color: Medium Orchid. HEX triplet: B5, 41 and DD. RGB value is (181,65,221). Sum of RGB (Red+Green+Blue) = 181+65+221=467 (61% of max value = 765). Red value is 181 (71.09% from 255 or 38.76% from 467); Green value is 65 (25.78% from 255 or 13.92% from 467); Blue value is 221 (86.72% from 255 or 47.32% from 467); Max value from RGB is 221 - color contains mainly: blue. Hex color #B541DD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B541DD is #4ABE22. Grayscale: #747474. Windows color (decimal): -4898339 or 14500277. OLE color: 14500277.
HSL color Cylindrical-coordinate representation of color #B541DD: hue angle of 284.62º 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 #B541DD is Cyan = 0.18, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 181 | 65 | 221 | - |
| CMYK | 0.18 | 0.71 | 0 | 0.13 |
| HSL | 284.62º | 0.7% | 0.56% | - |
| HSV(B) | 284.62º | 0.71% | 0.87% | - |
| XYZ | 34 | 18.82 | 70.25 | - |
| YUV | 117.47 | 186.43 | 173.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 65 | 221 | 0.18 | 0.71 | 0 | 0.13 | 284.62 | 0.7 | 0.56 |
| Hex | B5 | 41 | DD | 12 | 47 | 0 | D | 11D | 46 | 38 |
| Octal | 265 | 101 | 335 | 22 | 107 | 0 | 15 | 435 | 106 | 70 |
| Binary | 10110101 | 1000001 | 11011101 | 10010 | 1000111 | 0 | 1101 | 100011101 | 1000110 | 111000 |
Color Harmonies of #B541DD
Complementary color
Monochromatic Colors of #B541DD
Black with #B541DD
Text Example
Text Example
White with #B541DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B541DD; }
p { color: rgb(181,65,221); }
H1.HeaderClassName
{
color: #B541DD;
}
.AnyTagClassName
{
color: #B541DD;
}
</style>
background-color css
<style>
a { background-color: #B541DD; }
a { background-color: rgb(181,65,221); }
div.DivClassName
{
background-color: #B541DD;
}
.BgClassName
{
background-color: #B541DD;
}
</style>
border-color css
<style>
span { border-color: #B541DD; }
span { border-color: rgb(181,65,221); }
td.TdClassName
{
border-color: #B541DD;
}
.TagClassName
{
border-color: #B541DD;
}
</style>