Shades of Medium Orchid #B457D4
Tints of Medium Orchid #B457D4
RGB
CMYK
RGB Variations
Color information
#B457D4 (or 0xB457D4) is known color: Medium Orchid. HEX triplet: B4, 57 and D4. RGB value is (180,87,212). Sum of RGB (Red+Green+Blue) = 180+87+212=479 (63% of max value = 765). Red value is 180 (70.70% from 255 or 37.58% from 479); Green value is 87 (34.38% from 255 or 18.16% from 479); Blue value is 212 (83.20% from 255 or 44.26% from 479); Max value from RGB is 212 - color contains mainly: blue. Hex color #B457D4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B457D4 is #4BA82B. Grayscale: #808080. Windows color (decimal): -4958252 or 13916084. OLE color: 13916084.
HSL color Cylindrical-coordinate representation of color #B457D4: hue angle of 284.64º degrees, saturation: 0.59, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #B457D4 is Cyan = 0.15, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 180 | 87 | 212 | - |
| CMYK | 0.15 | 0.59 | 0 | 0.17 |
| HSL | 284.64º | 0.59% | 0.59% | - |
| HSV(B) | 284.64º | 0.59% | 0.83% | - |
| XYZ | 34.11 | 21.27 | 64.6 | - |
| YUV | 129.06 | 174.81 | 164.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 87 | 212 | 0.15 | 0.59 | 0 | 0.17 | 284.64 | 0.59 | 0.59 |
| Hex | B4 | 57 | D4 | F | 3B | 0 | 11 | 11D | 3B | 3B |
| Octal | 264 | 127 | 324 | 17 | 73 | 0 | 21 | 435 | 73 | 73 |
| Binary | 10110100 | 1010111 | 11010100 | 1111 | 111011 | 0 | 10001 | 100011101 | 111011 | 111011 |
Color Harmonies of #B457D4
Complementary color
Monochromatic Colors of #B457D4
Black with #B457D4
Text Example
Text Example
White with #B457D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B457D4; }
p { color: rgb(180,87,212); }
H1.HeaderClassName
{
color: #B457D4;
}
.AnyTagClassName
{
color: #B457D4;
}
</style>
background-color css
<style>
a { background-color: #B457D4; }
a { background-color: rgb(180,87,212); }
div.DivClassName
{
background-color: #B457D4;
}
.BgClassName
{
background-color: #B457D4;
}
</style>
border-color css
<style>
span { border-color: #B457D4; }
span { border-color: rgb(180,87,212); }
td.TdClassName
{
border-color: #B457D4;
}
.TagClassName
{
border-color: #B457D4;
}
</style>