Shades of Medium Orchid #B458D7
Tints of Medium Orchid #B458D7
RGB
CMYK
RGB Variations
Color information
#B458D7 (or 0xB458D7) is known color: Medium Orchid. HEX triplet: B4, 58 and D7. RGB value is (180,88,215). Sum of RGB (Red+Green+Blue) = 180+88+215=483 (63% of max value = 765). Red value is 180 (70.70% from 255 or 37.27% from 483); Green value is 88 (34.77% from 255 or 18.22% from 483); Blue value is 215 (84.38% from 255 or 44.51% from 483); Max value from RGB is 215 - color contains mainly: blue. Hex color #B458D7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B458D7 is #4BA728. Grayscale: #818181. Windows color (decimal): -4957993 or 14112948. OLE color: 14112948.
HSL color Cylindrical-coordinate representation of color #B458D7: hue angle of 283.46º degrees, saturation: 0.61, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #B458D7 is Cyan = 0.16, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 180 | 88 | 215 | - |
| CMYK | 0.16 | 0.59 | 0 | 0.16 |
| HSL | 283.46º | 0.61% | 0.59% | - |
| HSV(B) | 283.46º | 0.59% | 0.84% | - |
| XYZ | 34.58 | 21.59 | 66.63 | - |
| YUV | 129.99 | 175.98 | 163.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 88 | 215 | 0.16 | 0.59 | 0 | 0.16 | 283.46 | 0.61 | 0.59 |
| Hex | B4 | 58 | D7 | 10 | 3B | 0 | 10 | 11B | 3D | 3B |
| Octal | 264 | 130 | 327 | 20 | 73 | 0 | 20 | 433 | 75 | 73 |
| Binary | 10110100 | 1011000 | 11010111 | 10000 | 111011 | 0 | 10000 | 100011011 | 111101 | 111011 |
Color Harmonies of #B458D7
Complementary color
Monochromatic Colors of #B458D7
Black with #B458D7
Text Example
Text Example
White with #B458D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B458D7; }
p { color: rgb(180,88,215); }
H1.HeaderClassName
{
color: #B458D7;
}
.AnyTagClassName
{
color: #B458D7;
}
</style>
background-color css
<style>
a { background-color: #B458D7; }
a { background-color: rgb(180,88,215); }
div.DivClassName
{
background-color: #B458D7;
}
.BgClassName
{
background-color: #B458D7;
}
</style>
border-color css
<style>
span { border-color: #B458D7; }
span { border-color: rgb(180,88,215); }
td.TdClassName
{
border-color: #B458D7;
}
.TagClassName
{
border-color: #B458D7;
}
</style>