Shades of Medium Orchid #B456DD
Tints of Medium Orchid #B456DD
RGB
CMYK
RGB Variations
Color information
#B456DD (or 0xB456DD) is known color: Medium Orchid. HEX triplet: B4, 56 and DD. RGB value is (180,86,221). Sum of RGB (Red+Green+Blue) = 180+86+221=487 (64% of max value = 765). Red value is 180 (70.70% from 255 or 36.96% from 487); Green value is 86 (33.98% from 255 or 17.66% from 487); Blue value is 221 (86.72% from 255 or 45.38% from 487); Max value from RGB is 221 - color contains mainly: blue. Hex color #B456DD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B456DD is #4BA922. Grayscale: #818181. Windows color (decimal): -4958499 or 14505652. OLE color: 14505652.
HSL color Cylindrical-coordinate representation of color #B456DD: hue angle of 281.78º degrees, saturation: 0.67, 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 #B456DD is Cyan = 0.19, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 180 | 86 | 221 | - |
| CMYK | 0.19 | 0.61 | 0 | 0.13 |
| HSL | 281.78º | 0.67% | 0.6% | - |
| HSV(B) | 281.78º | 0.61% | 0.87% | - |
| XYZ | 35.2 | 21.58 | 70.72 | - |
| YUV | 129.5 | 179.64 | 164.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 86 | 221 | 0.19 | 0.61 | 0 | 0.13 | 281.78 | 0.67 | 0.6 |
| Hex | B4 | 56 | DD | 13 | 3D | 0 | D | 11A | 43 | 3C |
| Octal | 264 | 126 | 335 | 23 | 75 | 0 | 15 | 432 | 103 | 74 |
| Binary | 10110100 | 1010110 | 11011101 | 10011 | 111101 | 0 | 1101 | 100011010 | 1000011 | 111100 |
Color Harmonies of #B456DD
Complementary color
Monochromatic Colors of #B456DD
Black with #B456DD
Text Example
Text Example
White with #B456DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B456DD; }
p { color: rgb(180,86,221); }
H1.HeaderClassName
{
color: #B456DD;
}
.AnyTagClassName
{
color: #B456DD;
}
</style>
background-color css
<style>
a { background-color: #B456DD; }
a { background-color: rgb(180,86,221); }
div.DivClassName
{
background-color: #B456DD;
}
.BgClassName
{
background-color: #B456DD;
}
</style>
border-color css
<style>
span { border-color: #B456DD; }
span { border-color: rgb(180,86,221); }
td.TdClassName
{
border-color: #B456DD;
}
.TagClassName
{
border-color: #B456DD;
}
</style>