Shades of Medium Orchid #B953D8
Tints of Medium Orchid #B953D8
RGB
CMYK
RGB Variations
Color information
#B953D8 (or 0xB953D8) is known color: Medium Orchid. HEX triplet: B9, 53 and D8. RGB value is (185,83,216). Sum of RGB (Red+Green+Blue) = 185+83+216=484 (64% of max value = 765). Red value is 185 (72.66% from 255 or 38.22% from 484); Green value is 83 (32.81% from 255 or 17.15% from 484); Blue value is 216 (84.77% from 255 or 44.63% from 484); Max value from RGB is 216 - color contains mainly: blue. Hex color #B953D8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B953D8 is #46AC27. Grayscale: #808080. Windows color (decimal): -4631592 or 14177209. OLE color: 14177209.
HSL color Cylindrical-coordinate representation of color #B953D8: hue angle of 286.02º degrees, saturation: 0.63, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #B953D8 is Cyan = 0.14, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 185 | 83 | 216 | - |
| CMYK | 0.14 | 0.62 | 0 | 0.15 |
| HSL | 286.02º | 0.63% | 0.59% | - |
| HSV(B) | 286.02º | 0.62% | 0.85% | - |
| XYZ | 35.5 | 21.46 | 67.24 | - |
| YUV | 128.66 | 177.29 | 168.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 83 | 216 | 0.14 | 0.62 | 0 | 0.15 | 286.02 | 0.63 | 0.59 |
| Hex | B9 | 53 | D8 | E | 3E | 0 | F | 11E | 3F | 3B |
| Octal | 271 | 123 | 330 | 16 | 76 | 0 | 17 | 436 | 77 | 73 |
| Binary | 10111001 | 1010011 | 11011000 | 1110 | 111110 | 0 | 1111 | 100011110 | 111111 | 111011 |
Color Harmonies of #B953D8
Complementary color
Monochromatic Colors of #B953D8
Black with #B953D8
Text Example
Text Example
White with #B953D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B953D8; }
p { color: rgb(185,83,216); }
H1.HeaderClassName
{
color: #B953D8;
}
.AnyTagClassName
{
color: #B953D8;
}
</style>
background-color css
<style>
a { background-color: #B953D8; }
a { background-color: rgb(185,83,216); }
div.DivClassName
{
background-color: #B953D8;
}
.BgClassName
{
background-color: #B953D8;
}
</style>
border-color css
<style>
span { border-color: #B953D8; }
span { border-color: rgb(185,83,216); }
td.TdClassName
{
border-color: #B953D8;
}
.TagClassName
{
border-color: #B953D8;
}
</style>