Shades of Medium Orchid #B95ACE
Tints of Medium Orchid #B95ACE
RGB
CMYK
RGB Variations
Color information
#B95ACE (or 0xB95ACE) is known color: Medium Orchid. HEX triplet: B9, 5A and CE. RGB value is (185,90,206). Sum of RGB (Red+Green+Blue) = 185+90+206=481 (63% of max value = 765). Red value is 185 (72.66% from 255 or 38.46% from 481); Green value is 90 (35.55% from 255 or 18.71% from 481); Blue value is 206 (80.86% from 255 or 42.83% from 481); Max value from RGB is 206 - color contains mainly: blue. Hex color #B95ACE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B95ACE is #46A531. Grayscale: #838383. Windows color (decimal): -4629810 or 13523641. OLE color: 13523641.
HSL color Cylindrical-coordinate representation of color #B95ACE: hue angle of 289.14º degrees, saturation: 0.54, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #B95ACE is Cyan = 0.10, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 185 | 90 | 206 | - |
| CMYK | 0.10 | 0.56 | 0 | 0.19 |
| HSL | 289.14º | 0.54% | 0.58% | - |
| HSV(B) | 289.14º | 0.56% | 0.81% | - |
| XYZ | 34.8 | 22.08 | 60.82 | - |
| YUV | 131.63 | 169.97 | 166.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 90 | 206 | 0.10 | 0.56 | 0 | 0.19 | 289.14 | 0.54 | 0.58 |
| Hex | B9 | 5A | CE | A | 38 | 0 | 13 | 121 | 36 | 3A |
| Octal | 271 | 132 | 316 | 12 | 70 | 0 | 23 | 441 | 66 | 72 |
| Binary | 10111001 | 1011010 | 11001110 | 1010 | 111000 | 0 | 10011 | 100100001 | 110110 | 111010 |
Color Harmonies of #B95ACE
Complementary color
Monochromatic Colors of #B95ACE
Black with #B95ACE
Text Example
Text Example
White with #B95ACE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B95ACE; }
p { color: rgb(185,90,206); }
H1.HeaderClassName
{
color: #B95ACE;
}
.AnyTagClassName
{
color: #B95ACE;
}
</style>
background-color css
<style>
a { background-color: #B95ACE; }
a { background-color: rgb(185,90,206); }
div.DivClassName
{
background-color: #B95ACE;
}
.BgClassName
{
background-color: #B95ACE;
}
</style>
border-color css
<style>
span { border-color: #B95ACE; }
span { border-color: rgb(185,90,206); }
td.TdClassName
{
border-color: #B95ACE;
}
.TagClassName
{
border-color: #B95ACE;
}
</style>