Shades of Medium Orchid #B456E2
Tints of Medium Orchid #B456E2
RGB
CMYK
RGB Variations
Color information
#B456E2 (or 0xB456E2) is known color: Medium Orchid. HEX triplet: B4, 56 and E2. RGB value is (180,86,226). Sum of RGB (Red+Green+Blue) = 180+86+226=492 (65% of max value = 765). Red value is 180 (70.70% from 255 or 36.59% from 492); Green value is 86 (33.98% from 255 or 17.48% from 492); Blue value is 226 (88.67% from 255 or 45.93% from 492); Max value from RGB is 226 - color contains mainly: blue. Hex color #B456E2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B456E2 is #4BA91D. Grayscale: #818181. Windows color (decimal): -4958494 or 14833332. OLE color: 14833332.
HSL color Cylindrical-coordinate representation of color #B456E2: hue angle of 280.29º degrees, saturation: 0.71, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #B456E2 is Cyan = 0.20, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 180 | 86 | 226 | - |
| CMYK | 0.20 | 0.62 | 0 | 0.11 |
| HSL | 280.29º | 0.71% | 0.61% | - |
| HSV(B) | 280.29º | 0.62% | 0.89% | - |
| XYZ | 35.88 | 21.85 | 74.28 | - |
| YUV | 130.07 | 182.14 | 163.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 86 | 226 | 0.20 | 0.62 | 0 | 0.11 | 280.29 | 0.71 | 0.61 |
| Hex | B4 | 56 | E2 | 14 | 3E | 0 | B | 118 | 47 | 3D |
| Octal | 264 | 126 | 342 | 24 | 76 | 0 | 13 | 430 | 107 | 75 |
| Binary | 10110100 | 1010110 | 11100010 | 10100 | 111110 | 0 | 1011 | 100011000 | 1000111 | 111101 |
Color Harmonies of #B456E2
Complementary color
Monochromatic Colors of #B456E2
Black with #B456E2
Text Example
Text Example
White with #B456E2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B456E2; }
p { color: rgb(180,86,226); }
H1.HeaderClassName
{
color: #B456E2;
}
.AnyTagClassName
{
color: #B456E2;
}
</style>
background-color css
<style>
a { background-color: #B456E2; }
a { background-color: rgb(180,86,226); }
div.DivClassName
{
background-color: #B456E2;
}
.BgClassName
{
background-color: #B456E2;
}
</style>
border-color css
<style>
span { border-color: #B456E2; }
span { border-color: rgb(180,86,226); }
td.TdClassName
{
border-color: #B456E2;
}
.TagClassName
{
border-color: #B456E2;
}
</style>