Shades of Medium Orchid #B458E7
Tints of Medium Orchid #B458E7
RGB
CMYK
RGB Variations
Color information
#B458E7 (or 0xB458E7) is known color: Medium Orchid. HEX triplet: B4, 58 and E7. RGB value is (180,88,231). Sum of RGB (Red+Green+Blue) = 180+88+231=499 (66% of max value = 765). Red value is 180 (70.70% from 255 or 36.07% from 499); Green value is 88 (34.77% from 255 or 17.64% from 499); Blue value is 231 (90.62% from 255 or 46.29% from 499); Max value from RGB is 231 - color contains mainly: blue. Hex color #B458E7 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B458E7 is #4BA718. Grayscale: #838383. Windows color (decimal): -4957977 or 15161524. OLE color: 15161524.
HSL color Cylindrical-coordinate representation of color #B458E7: hue angle of 278.6º degrees, saturation: 0.75, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #B458E7 is Cyan = 0.22, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 180 | 88 | 231 | - |
| CMYK | 0.22 | 0.62 | 0 | 0.09 |
| HSL | 278.6º | 0.75% | 0.63% | - |
| HSV(B) | 278.6º | 0.62% | 0.91% | - |
| XYZ | 36.74 | 22.45 | 78 | - |
| YUV | 131.81 | 183.98 | 162.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 88 | 231 | 0.22 | 0.62 | 0 | 0.09 | 278.6 | 0.75 | 0.63 |
| Hex | B4 | 58 | E7 | 16 | 3E | 0 | 9 | 117 | 4B | 3F |
| Octal | 264 | 130 | 347 | 26 | 76 | 0 | 11 | 427 | 113 | 77 |
| Binary | 10110100 | 1011000 | 11100111 | 10110 | 111110 | 0 | 1001 | 100010111 | 1001011 | 111111 |
Color Harmonies of #B458E7
Complementary color
Monochromatic Colors of #B458E7
Black with #B458E7
Text Example
Text Example
White with #B458E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B458E7; }
p { color: rgb(180,88,231); }
H1.HeaderClassName
{
color: #B458E7;
}
.AnyTagClassName
{
color: #B458E7;
}
</style>
background-color css
<style>
a { background-color: #B458E7; }
a { background-color: rgb(180,88,231); }
div.DivClassName
{
background-color: #B458E7;
}
.BgClassName
{
background-color: #B458E7;
}
</style>
border-color css
<style>
span { border-color: #B458E7; }
span { border-color: rgb(180,88,231); }
td.TdClassName
{
border-color: #B458E7;
}
.TagClassName
{
border-color: #B458E7;
}
</style>