Shades of Medium Orchid #B456DA
Tints of Medium Orchid #B456DA
RGB
CMYK
RGB Variations
Color information
#B456DA (or 0xB456DA) is known color: Medium Orchid. HEX triplet: B4, 56 and DA. RGB value is (180,86,218). Sum of RGB (Red+Green+Blue) = 180+86+218=484 (64% of max value = 765). Red value is 180 (70.70% from 255 or 37.19% from 484); Green value is 86 (33.98% from 255 or 17.77% from 484); Blue value is 218 (85.55% from 255 or 45.04% from 484); Max value from RGB is 218 - color contains mainly: blue. Hex color #B456DA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B456DA is #4BA925. Grayscale: #808080. Windows color (decimal): -4958502 or 14309044. OLE color: 14309044.
HSL color Cylindrical-coordinate representation of color #B456DA: hue angle of 282.73º degrees, saturation: 0.64, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #B456DA is Cyan = 0.17, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 180 | 86 | 218 | - |
| CMYK | 0.17 | 0.61 | 0 | 0.15 |
| HSL | 282.73º | 0.64% | 0.6% | - |
| HSV(B) | 282.73º | 0.61% | 0.85% | - |
| XYZ | 34.81 | 21.42 | 68.63 | - |
| YUV | 129.15 | 178.14 | 164.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 86 | 218 | 0.17 | 0.61 | 0 | 0.15 | 282.73 | 0.64 | 0.6 |
| Hex | B4 | 56 | DA | 11 | 3D | 0 | F | 11B | 40 | 3C |
| Octal | 264 | 126 | 332 | 21 | 75 | 0 | 17 | 433 | 100 | 74 |
| Binary | 10110100 | 1010110 | 11011010 | 10001 | 111101 | 0 | 1111 | 100011011 | 1000000 | 111100 |
Color Harmonies of #B456DA
Complementary color
Monochromatic Colors of #B456DA
Black with #B456DA
Text Example
Text Example
White with #B456DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B456DA; }
p { color: rgb(180,86,218); }
H1.HeaderClassName
{
color: #B456DA;
}
.AnyTagClassName
{
color: #B456DA;
}
</style>
background-color css
<style>
a { background-color: #B456DA; }
a { background-color: rgb(180,86,218); }
div.DivClassName
{
background-color: #B456DA;
}
.BgClassName
{
background-color: #B456DA;
}
</style>
border-color css
<style>
span { border-color: #B456DA; }
span { border-color: rgb(180,86,218); }
td.TdClassName
{
border-color: #B456DA;
}
.TagClassName
{
border-color: #B456DA;
}
</style>