Shades of Medium Orchid #B458C5
Tints of Medium Orchid #B458C5
RGB
CMYK
RGB Variations
Color information
#B458C5 (or 0xB458C5) is known color: Medium Orchid. HEX triplet: B4, 58 and C5. RGB value is (180,88,197). Sum of RGB (Red+Green+Blue) = 180+88+197=465 (61% of max value = 765). Red value is 180 (70.70% from 255 or 38.71% from 465); Green value is 88 (34.77% from 255 or 18.92% from 465); Blue value is 197 (77.34% from 255 or 42.37% from 465); Max value from RGB is 197 - color contains mainly: blue. Hex color #B458C5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B458C5 is #4BA73A. Grayscale: #7F7F7F. Windows color (decimal): -4958011 or 12933300. OLE color: 12933300.
HSL color Cylindrical-coordinate representation of color #B458C5: hue angle of 290.64º degrees, saturation: 0.48, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #B458C5 is Cyan = 0.09, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 180 | 88 | 197 | - |
| CMYK | 0.09 | 0.55 | 0 | 0.23 |
| HSL | 290.64º | 0.48% | 0.56% | - |
| HSV(B) | 290.64º | 0.55% | 0.77% | - |
| XYZ | 32.39 | 20.71 | 55.11 | - |
| YUV | 127.93 | 166.98 | 165.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 88 | 197 | 0.09 | 0.55 | 0 | 0.23 | 290.64 | 0.48 | 0.56 |
| Hex | B4 | 58 | C5 | 9 | 37 | 0 | 17 | 123 | 30 | 38 |
| Octal | 264 | 130 | 305 | 11 | 67 | 0 | 27 | 443 | 60 | 70 |
| Binary | 10110100 | 1011000 | 11000101 | 1001 | 110111 | 0 | 10111 | 100100011 | 110000 | 111000 |
Color Harmonies of #B458C5
Complementary color
Monochromatic Colors of #B458C5
Black with #B458C5
Text Example
Text Example
White with #B458C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B458C5; }
p { color: rgb(180,88,197); }
H1.HeaderClassName
{
color: #B458C5;
}
.AnyTagClassName
{
color: #B458C5;
}
</style>
background-color css
<style>
a { background-color: #B458C5; }
a { background-color: rgb(180,88,197); }
div.DivClassName
{
background-color: #B458C5;
}
.BgClassName
{
background-color: #B458C5;
}
</style>
border-color css
<style>
span { border-color: #B458C5; }
span { border-color: rgb(180,88,197); }
td.TdClassName
{
border-color: #B458C5;
}
.TagClassName
{
border-color: #B458C5;
}
</style>