Shades of Medium Orchid #B953D0
Tints of Medium Orchid #B953D0
RGB
CMYK
RGB Variations
Color information
#B953D0 (or 0xB953D0) is known color: Medium Orchid. HEX triplet: B9, 53 and D0. RGB value is (185,83,208). Sum of RGB (Red+Green+Blue) = 185+83+208=476 (63% of max value = 765). Red value is 185 (72.66% from 255 or 38.87% from 476); Green value is 83 (32.81% from 255 or 17.44% from 476); Blue value is 208 (81.64% from 255 or 43.70% from 476); Max value from RGB is 208 - color contains mainly: blue. Hex color #B953D0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B953D0 is #46AC2F. Grayscale: #7F7F7F. Windows color (decimal): -4631600 or 13652921. OLE color: 13652921.
HSL color Cylindrical-coordinate representation of color #B953D0: hue angle of 288.96º degrees, saturation: 0.57, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B953D0 is Cyan = 0.11, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 185 | 83 | 208 | - |
| CMYK | 0.11 | 0.60 | 0 | 0.18 |
| HSL | 288.96º | 0.57% | 0.57% | - |
| HSV(B) | 288.96º | 0.6% | 0.82% | - |
| XYZ | 34.49 | 21.05 | 61.92 | - |
| YUV | 127.75 | 173.29 | 168.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 83 | 208 | 0.11 | 0.60 | 0 | 0.18 | 288.96 | 0.57 | 0.57 |
| Hex | B9 | 53 | D0 | B | 3C | 0 | 12 | 121 | 39 | 39 |
| Octal | 271 | 123 | 320 | 13 | 74 | 0 | 22 | 441 | 71 | 71 |
| Binary | 10111001 | 1010011 | 11010000 | 1011 | 111100 | 0 | 10010 | 100100001 | 111001 | 111001 |
Color Harmonies of #B953D0
Complementary color
Monochromatic Colors of #B953D0
Black with #B953D0
Text Example
Text Example
White with #B953D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B953D0; }
p { color: rgb(185,83,208); }
H1.HeaderClassName
{
color: #B953D0;
}
.AnyTagClassName
{
color: #B953D0;
}
</style>
background-color css
<style>
a { background-color: #B953D0; }
a { background-color: rgb(185,83,208); }
div.DivClassName
{
background-color: #B953D0;
}
.BgClassName
{
background-color: #B953D0;
}
</style>
border-color css
<style>
span { border-color: #B953D0; }
span { border-color: rgb(185,83,208); }
td.TdClassName
{
border-color: #B953D0;
}
.TagClassName
{
border-color: #B953D0;
}
</style>