Shades of Medium Orchid #B95DCA
Tints of Medium Orchid #B95DCA
RGB
CMYK
RGB Variations
Color information
#B95DCA (or 0xB95DCA) is known color: Medium Orchid. HEX triplet: B9, 5D and CA. RGB value is (185,93,202). Sum of RGB (Red+Green+Blue) = 185+93+202=480 (63% of max value = 765). Red value is 185 (72.66% from 255 or 38.54% from 480); Green value is 93 (36.72% from 255 or 19.38% from 480); Blue value is 202 (79.30% from 255 or 42.08% from 480); Max value from RGB is 202 - color contains mainly: blue. Hex color #B95DCA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B95DCA is #46A235. Grayscale: #848484. Windows color (decimal): -4629046 or 13262265. OLE color: 13262265.
HSL color Cylindrical-coordinate representation of color #B95DCA: hue angle of 290.64º degrees, saturation: 0.51, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #B95DCA is Cyan = 0.08, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 185 | 93 | 202 | - |
| CMYK | 0.08 | 0.54 | 0 | 0.21 |
| HSL | 290.64º | 0.51% | 0.58% | - |
| HSV(B) | 290.64º | 0.54% | 0.79% | - |
| XYZ | 34.58 | 22.41 | 58.38 | - |
| YUV | 132.93 | 166.98 | 165.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 93 | 202 | 0.08 | 0.54 | 0 | 0.21 | 290.64 | 0.51 | 0.58 |
| Hex | B9 | 5D | CA | 8 | 36 | 0 | 15 | 123 | 33 | 3A |
| Octal | 271 | 135 | 312 | 10 | 66 | 0 | 25 | 443 | 63 | 72 |
| Binary | 10111001 | 1011101 | 11001010 | 1000 | 110110 | 0 | 10101 | 100100011 | 110011 | 111010 |
Color Harmonies of #B95DCA
Complementary color
Monochromatic Colors of #B95DCA
Black with #B95DCA
Text Example
Text Example
White with #B95DCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B95DCA; }
p { color: rgb(185,93,202); }
H1.HeaderClassName
{
color: #B95DCA;
}
.AnyTagClassName
{
color: #B95DCA;
}
</style>
background-color css
<style>
a { background-color: #B95DCA; }
a { background-color: rgb(185,93,202); }
div.DivClassName
{
background-color: #B95DCA;
}
.BgClassName
{
background-color: #B95DCA;
}
</style>
border-color css
<style>
span { border-color: #B95DCA; }
span { border-color: rgb(185,93,202); }
td.TdClassName
{
border-color: #B95DCA;
}
.TagClassName
{
border-color: #B95DCA;
}
</style>