Shades of Medium Orchid #B437DD
Tints of Medium Orchid #B437DD
RGB
CMYK
RGB Variations
Color information
#B437DD (or 0xB437DD) is known color: Medium Orchid. HEX triplet: B4, 37 and DD. RGB value is (180,55,221). Sum of RGB (Red+Green+Blue) = 180+55+221=456 (60% of max value = 765). Red value is 180 (70.70% from 255 or 39.47% from 456); Green value is 55 (21.88% from 255 or 12.06% from 456); Blue value is 221 (86.72% from 255 or 48.46% from 456); Max value from RGB is 221 - color contains mainly: blue. Hex color #B437DD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B437DD is #4BC822. Grayscale: #6E6E6E. Windows color (decimal): -4966435 or 14497716. OLE color: 14497716.
HSL color Cylindrical-coordinate representation of color #B437DD: hue angle of 285.18º degrees, saturation: 0.71, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #B437DD is Cyan = 0.19, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 180 | 55 | 221 | - |
| CMYK | 0.19 | 0.75 | 0 | 0.13 |
| HSL | 285.18º | 0.71% | 0.54% | - |
| HSV(B) | 285.18º | 0.75% | 0.87% | - |
| XYZ | 33.24 | 17.66 | 70.06 | - |
| YUV | 111.3 | 189.91 | 177 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 55 | 221 | 0.19 | 0.75 | 0 | 0.13 | 285.18 | 0.71 | 0.54 |
| Hex | B4 | 37 | DD | 13 | 4B | 0 | D | 11D | 47 | 36 |
| Octal | 264 | 67 | 335 | 23 | 113 | 0 | 15 | 435 | 107 | 66 |
| Binary | 10110100 | 110111 | 11011101 | 10011 | 1001011 | 0 | 1101 | 100011101 | 1000111 | 110110 |
Color Harmonies of #B437DD
Complementary color
Monochromatic Colors of #B437DD
Black with #B437DD
Text Example
Text Example
White with #B437DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B437DD; }
p { color: rgb(180,55,221); }
H1.HeaderClassName
{
color: #B437DD;
}
.AnyTagClassName
{
color: #B437DD;
}
</style>
background-color css
<style>
a { background-color: #B437DD; }
a { background-color: rgb(180,55,221); }
div.DivClassName
{
background-color: #B437DD;
}
.BgClassName
{
background-color: #B437DD;
}
</style>
border-color css
<style>
span { border-color: #B437DD; }
span { border-color: rgb(180,55,221); }
td.TdClassName
{
border-color: #B437DD;
}
.TagClassName
{
border-color: #B437DD;
}
</style>