Shades of Medium Orchid #B458F8
Tints of Medium Orchid #B458F8
RGB
CMYK
RGB Variations
Color information
#B458F8 (or 0xB458F8) is known color: Medium Orchid. HEX triplet: B4, 58 and F8. RGB value is (180,88,248). Sum of RGB (Red+Green+Blue) = 180+88+248=516 (68% of max value = 765). Red value is 180 (70.70% from 255 or 34.88% from 516); Green value is 88 (34.77% from 255 or 17.05% from 516); Blue value is 248 (97.27% from 255 or 48.06% from 516); Max value from RGB is 248 - color contains mainly: blue. Hex color #B458F8 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B458F8 is #4BA707. Grayscale: #858585. Windows color (decimal): -4957960 or 16275636. OLE color: 16275636.
HSL color Cylindrical-coordinate representation of color #B458F8: hue angle of 274.5º degrees, saturation: 0.92, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #B458F8 is Cyan = 0.27, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 180 | 88 | 248 | - |
| CMYK | 0.27 | 0.65 | 0 | 0.03 |
| HSL | 274.5º | 0.92% | 0.66% | - |
| HSV(B) | 274.5º | 0.65% | 0.97% | - |
| XYZ | 39.26 | 23.46 | 91.27 | - |
| YUV | 133.75 | 192.48 | 160.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 88 | 248 | 0.27 | 0.65 | 0 | 0.03 | 274.5 | 0.92 | 0.66 |
| Hex | B4 | 58 | F8 | 1B | 41 | 0 | 3 | 112 | 5C | 42 |
| Octal | 264 | 130 | 370 | 33 | 101 | 0 | 3 | 422 | 134 | 102 |
| Binary | 10110100 | 1011000 | 11111000 | 11011 | 1000001 | 0 | 11 | 100010010 | 1011100 | 1000010 |
Color Harmonies of #B458F8
Complementary color
Monochromatic Colors of #B458F8
Black with #B458F8
Text Example
Text Example
White with #B458F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B458F8; }
p { color: rgb(180,88,248); }
H1.HeaderClassName
{
color: #B458F8;
}
.AnyTagClassName
{
color: #B458F8;
}
</style>
background-color css
<style>
a { background-color: #B458F8; }
a { background-color: rgb(180,88,248); }
div.DivClassName
{
background-color: #B458F8;
}
.BgClassName
{
background-color: #B458F8;
}
</style>
border-color css
<style>
span { border-color: #B458F8; }
span { border-color: rgb(180,88,248); }
td.TdClassName
{
border-color: #B458F8;
}
.TagClassName
{
border-color: #B458F8;
}
</style>