Shades of Medium Orchid #B95FDD
Tints of Medium Orchid #B95FDD
RGB
CMYK
RGB Variations
Color information
#B95FDD (or 0xB95FDD) is known color: Medium Orchid. HEX triplet: B9, 5F and DD. RGB value is (185,95,221). Sum of RGB (Red+Green+Blue) = 185+95+221=501 (66% of max value = 765). Red value is 185 (72.66% from 255 or 36.93% from 501); Green value is 95 (37.5% from 255 or 18.96% from 501); Blue value is 221 (86.72% from 255 or 44.11% from 501); Max value from RGB is 221 - color contains mainly: blue. Hex color #B95FDD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B95FDD is #46A022. Grayscale: #878787. Windows color (decimal): -4628515 or 14507961. OLE color: 14507961.
HSL color Cylindrical-coordinate representation of color #B95FDD: hue angle of 282.86º degrees, saturation: 0.65, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #B95FDD is Cyan = 0.16, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 185 | 95 | 221 | - |
| CMYK | 0.16 | 0.57 | 0 | 0.13 |
| HSL | 282.86º | 0.65% | 0.62% | - |
| HSV(B) | 282.86º | 0.57% | 0.87% | - |
| XYZ | 37.15 | 23.72 | 71.03 | - |
| YUV | 136.27 | 175.82 | 162.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 95 | 221 | 0.16 | 0.57 | 0 | 0.13 | 282.86 | 0.65 | 0.62 |
| Hex | B9 | 5F | DD | 10 | 39 | 0 | D | 11B | 41 | 3E |
| Octal | 271 | 137 | 335 | 20 | 71 | 0 | 15 | 433 | 101 | 76 |
| Binary | 10111001 | 1011111 | 11011101 | 10000 | 111001 | 0 | 1101 | 100011011 | 1000001 | 111110 |
Color Harmonies of #B95FDD
Complementary color
Monochromatic Colors of #B95FDD
Black with #B95FDD
Text Example
Text Example
White with #B95FDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B95FDD; }
p { color: rgb(185,95,221); }
H1.HeaderClassName
{
color: #B95FDD;
}
.AnyTagClassName
{
color: #B95FDD;
}
</style>
background-color css
<style>
a { background-color: #B95FDD; }
a { background-color: rgb(185,95,221); }
div.DivClassName
{
background-color: #B95FDD;
}
.BgClassName
{
background-color: #B95FDD;
}
</style>
border-color css
<style>
span { border-color: #B95FDD; }
span { border-color: rgb(185,95,221); }
td.TdClassName
{
border-color: #B95FDD;
}
.TagClassName
{
border-color: #B95FDD;
}
</style>