Shades of Medium Orchid #B458F1
Tints of Medium Orchid #B458F1
RGB
CMYK
RGB Variations
Color information
#B458F1 (or 0xB458F1) is known color: Medium Orchid. HEX triplet: B4, 58 and F1. RGB value is (180,88,241). Sum of RGB (Red+Green+Blue) = 180+88+241=509 (67% of max value = 765). Red value is 180 (70.70% from 255 or 35.36% from 509); Green value is 88 (34.77% from 255 or 17.29% from 509); Blue value is 241 (94.53% from 255 or 47.35% from 509); Max value from RGB is 241 - color contains mainly: blue. Hex color #B458F1 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B458F1 is #4BA70E. Grayscale: #848484. Windows color (decimal): -4957967 or 15816884. OLE color: 15816884.
HSL color Cylindrical-coordinate representation of color #B458F1: hue angle of 276.08º degrees, saturation: 0.85, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #B458F1 is Cyan = 0.25, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 180 | 88 | 241 | - |
| CMYK | 0.25 | 0.63 | 0 | 0.05 |
| HSL | 276.08º | 0.85% | 0.65% | - |
| HSV(B) | 276.08º | 0.63% | 0.95% | - |
| XYZ | 38.19 | 23.03 | 85.65 | - |
| YUV | 132.95 | 188.98 | 161.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 88 | 241 | 0.25 | 0.63 | 0 | 0.05 | 276.08 | 0.85 | 0.65 |
| Hex | B4 | 58 | F1 | 19 | 3F | 0 | 5 | 114 | 55 | 41 |
| Octal | 264 | 130 | 361 | 31 | 77 | 0 | 5 | 424 | 125 | 101 |
| Binary | 10110100 | 1011000 | 11110001 | 11001 | 111111 | 0 | 101 | 100010100 | 1010101 | 1000001 |
Color Harmonies of #B458F1
Complementary color
Monochromatic Colors of #B458F1
Black with #B458F1
Text Example
Text Example
White with #B458F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B458F1; }
p { color: rgb(180,88,241); }
H1.HeaderClassName
{
color: #B458F1;
}
.AnyTagClassName
{
color: #B458F1;
}
</style>
background-color css
<style>
a { background-color: #B458F1; }
a { background-color: rgb(180,88,241); }
div.DivClassName
{
background-color: #B458F1;
}
.BgClassName
{
background-color: #B458F1;
}
</style>
border-color css
<style>
span { border-color: #B458F1; }
span { border-color: rgb(180,88,241); }
td.TdClassName
{
border-color: #B458F1;
}
.TagClassName
{
border-color: #B458F1;
}
</style>