Shades of Medium Orchid #B958E7
Tints of Medium Orchid #B958E7
RGB
CMYK
RGB Variations
Color information
#B958E7 (or 0xB958E7) is known color: Medium Orchid. HEX triplet: B9, 58 and E7. RGB value is (185,88,231). Sum of RGB (Red+Green+Blue) = 185+88+231=504 (66% of max value = 765). Red value is 185 (72.66% from 255 or 36.71% from 504); Green value is 88 (34.77% from 255 or 17.46% from 504); Blue value is 231 (90.62% from 255 or 45.83% from 504); Max value from RGB is 231 - color contains mainly: blue. Hex color #B958E7 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B958E7 is #46A718. Grayscale: #848484. Windows color (decimal): -4630297 or 15161529. OLE color: 15161529.
HSL color Cylindrical-coordinate representation of color #B958E7: hue angle of 280.7º degrees, saturation: 0.75, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #B958E7 is Cyan = 0.20, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 185 | 88 | 231 | - |
| CMYK | 0.20 | 0.62 | 0 | 0.09 |
| HSL | 280.7º | 0.75% | 0.63% | - |
| HSV(B) | 280.7º | 0.62% | 0.91% | - |
| XYZ | 37.92 | 23.06 | 78.05 | - |
| YUV | 133.31 | 183.14 | 164.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 88 | 231 | 0.20 | 0.62 | 0 | 0.09 | 280.7 | 0.75 | 0.63 |
| Hex | B9 | 58 | E7 | 14 | 3E | 0 | 9 | 119 | 4B | 3F |
| Octal | 271 | 130 | 347 | 24 | 76 | 0 | 11 | 431 | 113 | 77 |
| Binary | 10111001 | 1011000 | 11100111 | 10100 | 111110 | 0 | 1001 | 100011001 | 1001011 | 111111 |
Color Harmonies of #B958E7
Complementary color
Monochromatic Colors of #B958E7
Black with #B958E7
Text Example
Text Example
White with #B958E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B958E7; }
p { color: rgb(185,88,231); }
H1.HeaderClassName
{
color: #B958E7;
}
.AnyTagClassName
{
color: #B958E7;
}
</style>
background-color css
<style>
a { background-color: #B958E7; }
a { background-color: rgb(185,88,231); }
div.DivClassName
{
background-color: #B958E7;
}
.BgClassName
{
background-color: #B958E7;
}
</style>
border-color css
<style>
span { border-color: #B958E7; }
span { border-color: rgb(185,88,231); }
td.TdClassName
{
border-color: #B958E7;
}
.TagClassName
{
border-color: #B958E7;
}
</style>