Shades of Medium Orchid #B958E1
Tints of Medium Orchid #B958E1
RGB
CMYK
RGB Variations
Color information
#B958E1 (or 0xB958E1) is known color: Medium Orchid. HEX triplet: B9, 58 and E1. RGB value is (185,88,225). Sum of RGB (Red+Green+Blue) = 185+88+225=498 (65% of max value = 765). Red value is 185 (72.66% from 255 or 37.15% from 498); Green value is 88 (34.77% from 255 or 17.67% from 498); Blue value is 225 (88.28% from 255 or 45.18% from 498); Max value from RGB is 225 - color contains mainly: blue. Hex color #B958E1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B958E1 is #46A71E. Grayscale: #848484. Windows color (decimal): -4630303 or 14768313. OLE color: 14768313.
HSL color Cylindrical-coordinate representation of color #B958E1: hue angle of 282.48º degrees, saturation: 0.7, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #B958E1 is Cyan = 0.18, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 185 | 88 | 225 | - |
| CMYK | 0.18 | 0.61 | 0 | 0.12 |
| HSL | 282.48º | 0.7% | 0.61% | - |
| HSV(B) | 282.48º | 0.61% | 0.88% | - |
| XYZ | 37.09 | 22.73 | 73.67 | - |
| YUV | 132.62 | 180.14 | 165.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 88 | 225 | 0.18 | 0.61 | 0 | 0.12 | 282.48 | 0.7 | 0.61 |
| Hex | B9 | 58 | E1 | 12 | 3D | 0 | C | 11A | 46 | 3D |
| Octal | 271 | 130 | 341 | 22 | 75 | 0 | 14 | 432 | 106 | 75 |
| Binary | 10111001 | 1011000 | 11100001 | 10010 | 111101 | 0 | 1100 | 100011010 | 1000110 | 111101 |
Color Harmonies of #B958E1
Complementary color
Monochromatic Colors of #B958E1
Black with #B958E1
Text Example
Text Example
White with #B958E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B958E1; }
p { color: rgb(185,88,225); }
H1.HeaderClassName
{
color: #B958E1;
}
.AnyTagClassName
{
color: #B958E1;
}
</style>
background-color css
<style>
a { background-color: #B958E1; }
a { background-color: rgb(185,88,225); }
div.DivClassName
{
background-color: #B958E1;
}
.BgClassName
{
background-color: #B958E1;
}
</style>
border-color css
<style>
span { border-color: #B958E1; }
span { border-color: rgb(185,88,225); }
td.TdClassName
{
border-color: #B958E1;
}
.TagClassName
{
border-color: #B958E1;
}
</style>