Shades of Medium Orchid #B95FCD
Tints of Medium Orchid #B95FCD
RGB
CMYK
RGB Variations
Color information
#B95FCD (or 0xB95FCD) is known color: Medium Orchid. HEX triplet: B9, 5F and CD. RGB value is (185,95,205). Sum of RGB (Red+Green+Blue) = 185+95+205=485 (64% of max value = 765). Red value is 185 (72.66% from 255 or 38.14% from 485); Green value is 95 (37.5% from 255 or 19.59% from 485); Blue value is 205 (80.47% from 255 or 42.27% from 485); Max value from RGB is 205 - color contains mainly: blue. Hex color #B95FCD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B95FCD is #46A032. Grayscale: #868686. Windows color (decimal): -4628531 or 13459385. OLE color: 13459385.
HSL color Cylindrical-coordinate representation of color #B95FCD: hue angle of 289.09º degrees, saturation: 0.52, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #B95FCD is Cyan = 0.10, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 185 | 95 | 205 | - |
| CMYK | 0.10 | 0.54 | 0 | 0.20 |
| HSL | 289.09º | 0.52% | 0.59% | - |
| HSV(B) | 289.09º | 0.54% | 0.8% | - |
| XYZ | 35.12 | 22.91 | 60.33 | - |
| YUV | 134.45 | 167.82 | 164.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 95 | 205 | 0.10 | 0.54 | 0 | 0.20 | 289.09 | 0.52 | 0.59 |
| Hex | B9 | 5F | CD | A | 36 | 0 | 14 | 121 | 34 | 3B |
| Octal | 271 | 137 | 315 | 12 | 66 | 0 | 24 | 441 | 64 | 73 |
| Binary | 10111001 | 1011111 | 11001101 | 1010 | 110110 | 0 | 10100 | 100100001 | 110100 | 111011 |
Color Harmonies of #B95FCD
Complementary color
Monochromatic Colors of #B95FCD
Black with #B95FCD
Text Example
Text Example
White with #B95FCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B95FCD; }
p { color: rgb(185,95,205); }
H1.HeaderClassName
{
color: #B95FCD;
}
.AnyTagClassName
{
color: #B95FCD;
}
</style>
background-color css
<style>
a { background-color: #B95FCD; }
a { background-color: rgb(185,95,205); }
div.DivClassName
{
background-color: #B95FCD;
}
.BgClassName
{
background-color: #B95FCD;
}
</style>
border-color css
<style>
span { border-color: #B95FCD; }
span { border-color: rgb(185,95,205); }
td.TdClassName
{
border-color: #B95FCD;
}
.TagClassName
{
border-color: #B95FCD;
}
</style>