Shades of Medium Orchid #B953CD
Tints of Medium Orchid #B953CD
RGB
CMYK
RGB Variations
Color information
#B953CD (or 0xB953CD) is known color: Medium Orchid. HEX triplet: B9, 53 and CD. RGB value is (185,83,205). Sum of RGB (Red+Green+Blue) = 185+83+205=473 (62% of max value = 765). Red value is 185 (72.66% from 255 or 39.11% from 473); Green value is 83 (32.81% from 255 or 17.55% from 473); Blue value is 205 (80.47% from 255 or 43.34% from 473); Max value from RGB is 205 - color contains mainly: blue. Hex color #B953CD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B953CD is #46AC32. Grayscale: #7F7F7F. Windows color (decimal): -4631603 or 13456313. OLE color: 13456313.
HSL color Cylindrical-coordinate representation of color #B953CD: hue angle of 290.16º degrees, saturation: 0.55, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B953CD is Cyan = 0.10, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 185 | 83 | 205 | - |
| CMYK | 0.10 | 0.60 | 0 | 0.20 |
| HSL | 290.16º | 0.55% | 0.56% | - |
| HSV(B) | 290.16º | 0.6% | 0.8% | - |
| XYZ | 34.12 | 20.91 | 60 | - |
| YUV | 127.41 | 171.79 | 169.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 83 | 205 | 0.10 | 0.60 | 0 | 0.20 | 290.16 | 0.55 | 0.56 |
| Hex | B9 | 53 | CD | A | 3C | 0 | 14 | 122 | 37 | 38 |
| Octal | 271 | 123 | 315 | 12 | 74 | 0 | 24 | 442 | 67 | 70 |
| Binary | 10111001 | 1010011 | 11001101 | 1010 | 111100 | 0 | 10100 | 100100010 | 110111 | 111000 |
Color Harmonies of #B953CD
Complementary color
Monochromatic Colors of #B953CD
Black with #B953CD
Text Example
Text Example
White with #B953CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B953CD; }
p { color: rgb(185,83,205); }
H1.HeaderClassName
{
color: #B953CD;
}
.AnyTagClassName
{
color: #B953CD;
}
</style>
background-color css
<style>
a { background-color: #B953CD; }
a { background-color: rgb(185,83,205); }
div.DivClassName
{
background-color: #B953CD;
}
.BgClassName
{
background-color: #B953CD;
}
</style>
border-color css
<style>
span { border-color: #B953CD; }
span { border-color: rgb(185,83,205); }
td.TdClassName
{
border-color: #B953CD;
}
.TagClassName
{
border-color: #B953CD;
}
</style>