Shades of Medium Orchid #B457EF
Tints of Medium Orchid #B457EF
RGB
CMYK
RGB Variations
Color information
#B457EF (or 0xB457EF) is known color: Medium Orchid. HEX triplet: B4, 57 and EF. RGB value is (180,87,239). Sum of RGB (Red+Green+Blue) = 180+87+239=506 (67% of max value = 765). Red value is 180 (70.70% from 255 or 35.57% from 506); Green value is 87 (34.38% from 255 or 17.19% from 506); Blue value is 239 (93.75% from 255 or 47.23% from 506); Max value from RGB is 239 - color contains mainly: blue. Hex color #B457EF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B457EF is #4BA810. Grayscale: #838383. Windows color (decimal): -4958225 or 15685556. OLE color: 15685556.
HSL color Cylindrical-coordinate representation of color #B457EF: hue angle of 276.71º degrees, saturation: 0.83, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #B457EF is Cyan = 0.25, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 180 | 87 | 239 | - |
| CMYK | 0.25 | 0.64 | 0 | 0.06 |
| HSL | 276.71º | 0.83% | 0.64% | - |
| HSV(B) | 276.71º | 0.64% | 0.94% | - |
| XYZ | 37.81 | 22.75 | 84.06 | - |
| YUV | 132.14 | 188.31 | 162.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 87 | 239 | 0.25 | 0.64 | 0 | 0.06 | 276.71 | 0.83 | 0.64 |
| Hex | B4 | 57 | EF | 19 | 40 | 0 | 6 | 115 | 53 | 40 |
| Octal | 264 | 127 | 357 | 31 | 100 | 0 | 6 | 425 | 123 | 100 |
| Binary | 10110100 | 1010111 | 11101111 | 11001 | 1000000 | 0 | 110 | 100010101 | 1010011 | 1000000 |
Color Harmonies of #B457EF
Complementary color
Monochromatic Colors of #B457EF
Black with #B457EF
Text Example
Text Example
White with #B457EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B457EF; }
p { color: rgb(180,87,239); }
H1.HeaderClassName
{
color: #B457EF;
}
.AnyTagClassName
{
color: #B457EF;
}
</style>
background-color css
<style>
a { background-color: #B457EF; }
a { background-color: rgb(180,87,239); }
div.DivClassName
{
background-color: #B457EF;
}
.BgClassName
{
background-color: #B457EF;
}
</style>
border-color css
<style>
span { border-color: #B457EF; }
span { border-color: rgb(180,87,239); }
td.TdClassName
{
border-color: #B457EF;
}
.TagClassName
{
border-color: #B457EF;
}
</style>