Shades of Medium Orchid #B953DF
Tints of Medium Orchid #B953DF
RGB
CMYK
RGB Variations
Color information
#B953DF (or 0xB953DF) is known color: Medium Orchid. HEX triplet: B9, 53 and DF. RGB value is (185,83,223). Sum of RGB (Red+Green+Blue) = 185+83+223=491 (65% of max value = 765). Red value is 185 (72.66% from 255 or 37.68% from 491); Green value is 83 (32.81% from 255 or 16.90% from 491); Blue value is 223 (87.5% from 255 or 45.42% from 491); Max value from RGB is 223 - color contains mainly: blue. Hex color #B953DF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B953DF is #46AC20. Grayscale: #818181. Windows color (decimal): -4631585 or 14635961. OLE color: 14635961.
HSL color Cylindrical-coordinate representation of color #B953DF: hue angle of 283.71º degrees, saturation: 0.69, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #B953DF is Cyan = 0.17, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 185 | 83 | 223 | - |
| CMYK | 0.17 | 0.63 | 0 | 0.13 |
| HSL | 283.71º | 0.69% | 0.6% | - |
| HSV(B) | 283.71º | 0.63% | 0.87% | - |
| XYZ | 36.42 | 21.83 | 72.11 | - |
| YUV | 129.46 | 180.79 | 167.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 83 | 223 | 0.17 | 0.63 | 0 | 0.13 | 283.71 | 0.69 | 0.6 |
| Hex | B9 | 53 | DF | 11 | 3F | 0 | D | 11C | 45 | 3C |
| Octal | 271 | 123 | 337 | 21 | 77 | 0 | 15 | 434 | 105 | 74 |
| Binary | 10111001 | 1010011 | 11011111 | 10001 | 111111 | 0 | 1101 | 100011100 | 1000101 | 111100 |
Color Harmonies of #B953DF
Complementary color
Monochromatic Colors of #B953DF
Black with #B953DF
Text Example
Text Example
White with #B953DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B953DF; }
p { color: rgb(185,83,223); }
H1.HeaderClassName
{
color: #B953DF;
}
.AnyTagClassName
{
color: #B953DF;
}
</style>
background-color css
<style>
a { background-color: #B953DF; }
a { background-color: rgb(185,83,223); }
div.DivClassName
{
background-color: #B953DF;
}
.BgClassName
{
background-color: #B953DF;
}
</style>
border-color css
<style>
span { border-color: #B953DF; }
span { border-color: rgb(185,83,223); }
td.TdClassName
{
border-color: #B953DF;
}
.TagClassName
{
border-color: #B953DF;
}
</style>