Shades of Medium Orchid #B958DF
Tints of Medium Orchid #B958DF
RGB
CMYK
RGB Variations
Color information
#B958DF (or 0xB958DF) is known color: Medium Orchid. HEX triplet: B9, 58 and DF. RGB value is (185,88,223). Sum of RGB (Red+Green+Blue) = 185+88+223=496 (65% of max value = 765). Red value is 185 (72.66% from 255 or 37.30% from 496); Green value is 88 (34.77% from 255 or 17.74% from 496); Blue value is 223 (87.5% from 255 or 44.96% from 496); Max value from RGB is 223 - color contains mainly: blue. Hex color #B958DF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B958DF is #46A720. Grayscale: #838383. Windows color (decimal): -4630305 or 14637241. OLE color: 14637241.
HSL color Cylindrical-coordinate representation of color #B958DF: hue angle of 283.11º degrees, saturation: 0.68, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #B958DF is Cyan = 0.17, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 185 | 88 | 223 | - |
| CMYK | 0.17 | 0.61 | 0 | 0.13 |
| HSL | 283.11º | 0.68% | 0.61% | - |
| HSV(B) | 283.11º | 0.61% | 0.87% | - |
| XYZ | 36.82 | 22.62 | 72.24 | - |
| YUV | 132.39 | 179.14 | 165.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 88 | 223 | 0.17 | 0.61 | 0 | 0.13 | 283.11 | 0.68 | 0.61 |
| Hex | B9 | 58 | DF | 11 | 3D | 0 | D | 11B | 44 | 3D |
| Octal | 271 | 130 | 337 | 21 | 75 | 0 | 15 | 433 | 104 | 75 |
| Binary | 10111001 | 1011000 | 11011111 | 10001 | 111101 | 0 | 1101 | 100011011 | 1000100 | 111101 |
Color Harmonies of #B958DF
Complementary color
Monochromatic Colors of #B958DF
Black with #B958DF
Text Example
Text Example
White with #B958DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B958DF; }
p { color: rgb(185,88,223); }
H1.HeaderClassName
{
color: #B958DF;
}
.AnyTagClassName
{
color: #B958DF;
}
</style>
background-color css
<style>
a { background-color: #B958DF; }
a { background-color: rgb(185,88,223); }
div.DivClassName
{
background-color: #B958DF;
}
.BgClassName
{
background-color: #B958DF;
}
</style>
border-color css
<style>
span { border-color: #B958DF; }
span { border-color: rgb(185,88,223); }
td.TdClassName
{
border-color: #B958DF;
}
.TagClassName
{
border-color: #B958DF;
}
</style>