Shades of Medium Orchid #B457E2
Tints of Medium Orchid #B457E2
RGB
CMYK
RGB Variations
Color information
#B457E2 (or 0xB457E2) is known color: Medium Orchid. HEX triplet: B4, 57 and E2. RGB value is (180,87,226). Sum of RGB (Red+Green+Blue) = 180+87+226=493 (65% of max value = 765). Red value is 180 (70.70% from 255 or 36.51% from 493); Green value is 87 (34.38% from 255 or 17.65% from 493); Blue value is 226 (88.67% from 255 or 45.84% from 493); Max value from RGB is 226 - color contains mainly: blue. Hex color #B457E2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B457E2 is #4BA81D. Grayscale: #828282. Windows color (decimal): -4958238 or 14833588. OLE color: 14833588.
HSL color Cylindrical-coordinate representation of color #B457E2: hue angle of 280.14º 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 #B457E2 is Cyan = 0.20, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 180 | 87 | 226 | - |
| CMYK | 0.20 | 0.62 | 0 | 0.11 |
| HSL | 280.14º | 0.71% | 0.61% | - |
| HSV(B) | 280.14º | 0.62% | 0.89% | - |
| XYZ | 35.96 | 22.01 | 74.3 | - |
| YUV | 130.65 | 181.81 | 163.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 87 | 226 | 0.20 | 0.62 | 0 | 0.11 | 280.14 | 0.71 | 0.61 |
| Hex | B4 | 57 | E2 | 14 | 3E | 0 | B | 118 | 47 | 3D |
| Octal | 264 | 127 | 342 | 24 | 76 | 0 | 13 | 430 | 107 | 75 |
| Binary | 10110100 | 1010111 | 11100010 | 10100 | 111110 | 0 | 1011 | 100011000 | 1000111 | 111101 |
Color Harmonies of #B457E2
Complementary color
Monochromatic Colors of #B457E2
Black with #B457E2
Text Example
Text Example
White with #B457E2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B457E2; }
p { color: rgb(180,87,226); }
H1.HeaderClassName
{
color: #B457E2;
}
.AnyTagClassName
{
color: #B457E2;
}
</style>
background-color css
<style>
a { background-color: #B457E2; }
a { background-color: rgb(180,87,226); }
div.DivClassName
{
background-color: #B457E2;
}
.BgClassName
{
background-color: #B457E2;
}
</style>
border-color css
<style>
span { border-color: #B457E2; }
span { border-color: rgb(180,87,226); }
td.TdClassName
{
border-color: #B457E2;
}
.TagClassName
{
border-color: #B457E2;
}
</style>