Shades of Medium Orchid #B457E3
Tints of Medium Orchid #B457E3
RGB
CMYK
RGB Variations
Color information
#B457E3 (or 0xB457E3) is known color: Medium Orchid. HEX triplet: B4, 57 and E3. RGB value is (180,87,227). Sum of RGB (Red+Green+Blue) = 180+87+227=494 (65% of max value = 765). Red value is 180 (70.70% from 255 or 36.44% from 494); Green value is 87 (34.38% from 255 or 17.61% from 494); Blue value is 227 (89.06% from 255 or 45.95% from 494); Max value from RGB is 227 - color contains mainly: blue. Hex color #B457E3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B457E3 is #4BA81C. Grayscale: #828282. Windows color (decimal): -4958237 or 14899124. OLE color: 14899124.
HSL color Cylindrical-coordinate representation of color #B457E3: hue angle of 279.86º degrees, saturation: 0.71, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #B457E3 is Cyan = 0.21, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 180 | 87 | 227 | - |
| CMYK | 0.21 | 0.62 | 0 | 0.11 |
| HSL | 279.86º | 0.71% | 0.62% | - |
| HSV(B) | 279.86º | 0.62% | 0.89% | - |
| XYZ | 36.1 | 22.07 | 75.03 | - |
| YUV | 130.77 | 182.31 | 163.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 87 | 227 | 0.21 | 0.62 | 0 | 0.11 | 279.86 | 0.71 | 0.62 |
| Hex | B4 | 57 | E3 | 15 | 3E | 0 | B | 118 | 47 | 3E |
| Octal | 264 | 127 | 343 | 25 | 76 | 0 | 13 | 430 | 107 | 76 |
| Binary | 10110100 | 1010111 | 11100011 | 10101 | 111110 | 0 | 1011 | 100011000 | 1000111 | 111110 |
Color Harmonies of #B457E3
Complementary color
Monochromatic Colors of #B457E3
Black with #B457E3
Text Example
Text Example
White with #B457E3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B457E3; }
p { color: rgb(180,87,227); }
H1.HeaderClassName
{
color: #B457E3;
}
.AnyTagClassName
{
color: #B457E3;
}
</style>
background-color css
<style>
a { background-color: #B457E3; }
a { background-color: rgb(180,87,227); }
div.DivClassName
{
background-color: #B457E3;
}
.BgClassName
{
background-color: #B457E3;
}
</style>
border-color css
<style>
span { border-color: #B457E3; }
span { border-color: rgb(180,87,227); }
td.TdClassName
{
border-color: #B457E3;
}
.TagClassName
{
border-color: #B457E3;
}
</style>