Shades of Medium Orchid #B953DC
Tints of Medium Orchid #B953DC
RGB
CMYK
RGB Variations
Color information
#B953DC (or 0xB953DC) is known color: Medium Orchid. HEX triplet: B9, 53 and DC. RGB value is (185,83,220). Sum of RGB (Red+Green+Blue) = 185+83+220=488 (64% of max value = 765). Red value is 185 (72.66% from 255 or 37.91% from 488); Green value is 83 (32.81% from 255 or 17.01% from 488); Blue value is 220 (86.33% from 255 or 45.08% from 488); Max value from RGB is 220 - color contains mainly: blue. Hex color #B953DC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B953DC is #46AC23. Grayscale: #808080. Windows color (decimal): -4631588 or 14439353. OLE color: 14439353.
HSL color Cylindrical-coordinate representation of color #B953DC: hue angle of 284.67º degrees, saturation: 0.66, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #B953DC is Cyan = 0.16, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 185 | 83 | 220 | - |
| CMYK | 0.16 | 0.62 | 0 | 0.14 |
| HSL | 284.67º | 0.66% | 0.59% | - |
| HSV(B) | 284.67º | 0.62% | 0.86% | - |
| XYZ | 36.02 | 21.67 | 69.99 | - |
| YUV | 129.12 | 179.29 | 167.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 83 | 220 | 0.16 | 0.62 | 0 | 0.14 | 284.67 | 0.66 | 0.59 |
| Hex | B9 | 53 | DC | 10 | 3E | 0 | E | 11D | 42 | 3B |
| Octal | 271 | 123 | 334 | 20 | 76 | 0 | 16 | 435 | 102 | 73 |
| Binary | 10111001 | 1010011 | 11011100 | 10000 | 111110 | 0 | 1110 | 100011101 | 1000010 | 111011 |
Color Harmonies of #B953DC
Complementary color
Monochromatic Colors of #B953DC
Black with #B953DC
Text Example
Text Example
White with #B953DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B953DC; }
p { color: rgb(185,83,220); }
H1.HeaderClassName
{
color: #B953DC;
}
.AnyTagClassName
{
color: #B953DC;
}
</style>
background-color css
<style>
a { background-color: #B953DC; }
a { background-color: rgb(185,83,220); }
div.DivClassName
{
background-color: #B953DC;
}
.BgClassName
{
background-color: #B953DC;
}
</style>
border-color css
<style>
span { border-color: #B953DC; }
span { border-color: rgb(185,83,220); }
td.TdClassName
{
border-color: #B953DC;
}
.TagClassName
{
border-color: #B953DC;
}
</style>