Shades of Medium Orchid #B457DD
Tints of Medium Orchid #B457DD
RGB
CMYK
RGB Variations
Color information
#B457DD (or 0xB457DD) is known color: Medium Orchid. HEX triplet: B4, 57 and DD. RGB value is (180,87,221). Sum of RGB (Red+Green+Blue) = 180+87+221=488 (64% of max value = 765). Red value is 180 (70.70% from 255 or 36.89% from 488); Green value is 87 (34.38% from 255 or 17.83% from 488); Blue value is 221 (86.72% from 255 or 45.29% from 488); Max value from RGB is 221 - color contains mainly: blue. Hex color #B457DD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B457DD is #4BA822. Grayscale: #818181. Windows color (decimal): -4958243 or 14505908. OLE color: 14505908.
HSL color Cylindrical-coordinate representation of color #B457DD: hue angle of 281.64º degrees, saturation: 0.66, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #B457DD is Cyan = 0.19, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 180 | 87 | 221 | - |
| CMYK | 0.19 | 0.61 | 0 | 0.13 |
| HSL | 281.64º | 0.66% | 0.6% | - |
| HSV(B) | 281.64º | 0.61% | 0.87% | - |
| XYZ | 35.28 | 21.74 | 70.74 | - |
| YUV | 130.08 | 179.31 | 163.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 87 | 221 | 0.19 | 0.61 | 0 | 0.13 | 281.64 | 0.66 | 0.6 |
| Hex | B4 | 57 | DD | 13 | 3D | 0 | D | 11A | 42 | 3C |
| Octal | 264 | 127 | 335 | 23 | 75 | 0 | 15 | 432 | 102 | 74 |
| Binary | 10110100 | 1010111 | 11011101 | 10011 | 111101 | 0 | 1101 | 100011010 | 1000010 | 111100 |
Color Harmonies of #B457DD
Complementary color
Monochromatic Colors of #B457DD
Black with #B457DD
Text Example
Text Example
White with #B457DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B457DD; }
p { color: rgb(180,87,221); }
H1.HeaderClassName
{
color: #B457DD;
}
.AnyTagClassName
{
color: #B457DD;
}
</style>
background-color css
<style>
a { background-color: #B457DD; }
a { background-color: rgb(180,87,221); }
div.DivClassName
{
background-color: #B457DD;
}
.BgClassName
{
background-color: #B457DD;
}
</style>
border-color css
<style>
span { border-color: #B457DD; }
span { border-color: rgb(180,87,221); }
td.TdClassName
{
border-color: #B457DD;
}
.TagClassName
{
border-color: #B457DD;
}
</style>