Shades of Medium Orchid #B95CDC
Tints of Medium Orchid #B95CDC
RGB
CMYK
RGB Variations
Color information
#B95CDC (or 0xB95CDC) is known color: Medium Orchid. HEX triplet: B9, 5C and DC. RGB value is (185,92,220). Sum of RGB (Red+Green+Blue) = 185+92+220=497 (65% of max value = 765). Red value is 185 (72.66% from 255 or 37.22% from 497); Green value is 92 (36.33% from 255 or 18.51% from 497); Blue value is 220 (86.33% from 255 or 44.27% from 497); Max value from RGB is 220 - color contains mainly: blue. Hex color #B95CDC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B95CDC is #46A323. Grayscale: #858585. Windows color (decimal): -4629284 or 14441657. OLE color: 14441657.
HSL color Cylindrical-coordinate representation of color #B95CDC: hue angle of 283.59º degrees, saturation: 0.65, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #B95CDC is Cyan = 0.16, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 185 | 92 | 220 | - |
| CMYK | 0.16 | 0.58 | 0 | 0.14 |
| HSL | 283.59º | 0.65% | 0.61% | - |
| HSV(B) | 283.59º | 0.58% | 0.86% | - |
| XYZ | 36.75 | 23.14 | 70.24 | - |
| YUV | 134.4 | 176.31 | 164.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 92 | 220 | 0.16 | 0.58 | 0 | 0.14 | 283.59 | 0.65 | 0.61 |
| Hex | B9 | 5C | DC | 10 | 3A | 0 | E | 11C | 41 | 3D |
| Octal | 271 | 134 | 334 | 20 | 72 | 0 | 16 | 434 | 101 | 75 |
| Binary | 10111001 | 1011100 | 11011100 | 10000 | 111010 | 0 | 1110 | 100011100 | 1000001 | 111101 |
Color Harmonies of #B95CDC
Complementary color
Monochromatic Colors of #B95CDC
Black with #B95CDC
Text Example
Text Example
White with #B95CDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B95CDC; }
p { color: rgb(185,92,220); }
H1.HeaderClassName
{
color: #B95CDC;
}
.AnyTagClassName
{
color: #B95CDC;
}
</style>
background-color css
<style>
a { background-color: #B95CDC; }
a { background-color: rgb(185,92,220); }
div.DivClassName
{
background-color: #B95CDC;
}
.BgClassName
{
background-color: #B95CDC;
}
</style>
border-color css
<style>
span { border-color: #B95CDC; }
span { border-color: rgb(185,92,220); }
td.TdClassName
{
border-color: #B95CDC;
}
.TagClassName
{
border-color: #B95CDC;
}
</style>