Shades of Medium Orchid #B955CD
Tints of Medium Orchid #B955CD
RGB
CMYK
RGB Variations
Color information
#B955CD (or 0xB955CD) is known color: Medium Orchid. HEX triplet: B9, 55 and CD. RGB value is (185,85,205). Sum of RGB (Red+Green+Blue) = 185+85+205=475 (62% of max value = 765). Red value is 185 (72.66% from 255 or 38.95% from 475); Green value is 85 (33.59% from 255 or 17.89% from 475); Blue value is 205 (80.47% from 255 or 43.16% from 475); Max value from RGB is 205 - color contains mainly: blue. Hex color #B955CD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B955CD is #46AA32. Grayscale: #808080. Windows color (decimal): -4631091 or 13456825. OLE color: 13456825.
HSL color Cylindrical-coordinate representation of color #B955CD: hue angle of 290º degrees, saturation: 0.55, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #B955CD is Cyan = 0.10, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 185 | 85 | 205 | - |
| CMYK | 0.10 | 0.59 | 0 | 0.20 |
| HSL | 290º | 0.55% | 0.57% | - |
| HSV(B) | 290º | 0.59% | 0.8% | - |
| XYZ | 34.28 | 21.22 | 60.05 | - |
| YUV | 128.58 | 171.13 | 168.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 85 | 205 | 0.10 | 0.59 | 0 | 0.20 | 290 | 0.55 | 0.57 |
| Hex | B9 | 55 | CD | A | 3B | 0 | 14 | 122 | 37 | 39 |
| Octal | 271 | 125 | 315 | 12 | 73 | 0 | 24 | 442 | 67 | 71 |
| Binary | 10111001 | 1010101 | 11001101 | 1010 | 111011 | 0 | 10100 | 100100010 | 110111 | 111001 |
Color Harmonies of #B955CD
Complementary color
Monochromatic Colors of #B955CD
Black with #B955CD
Text Example
Text Example
White with #B955CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B955CD; }
p { color: rgb(185,85,205); }
H1.HeaderClassName
{
color: #B955CD;
}
.AnyTagClassName
{
color: #B955CD;
}
</style>
background-color css
<style>
a { background-color: #B955CD; }
a { background-color: rgb(185,85,205); }
div.DivClassName
{
background-color: #B955CD;
}
.BgClassName
{
background-color: #B955CD;
}
</style>
border-color css
<style>
span { border-color: #B955CD; }
span { border-color: rgb(185,85,205); }
td.TdClassName
{
border-color: #B955CD;
}
.TagClassName
{
border-color: #B955CD;
}
</style>