Shades of Medium Orchid #B95ED4
Tints of Medium Orchid #B95ED4
RGB
CMYK
RGB Variations
Color information
#B95ED4 (or 0xB95ED4) is known color: Medium Orchid. HEX triplet: B9, 5E and D4. RGB value is (185,94,212). Sum of RGB (Red+Green+Blue) = 185+94+212=491 (65% of max value = 765). Red value is 185 (72.66% from 255 or 37.68% from 491); Green value is 94 (37.11% from 255 or 19.14% from 491); Blue value is 212 (83.20% from 255 or 43.18% from 491); Max value from RGB is 212 - color contains mainly: blue. Hex color #B95ED4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B95ED4 is #46A12B. Grayscale: #868686. Windows color (decimal): -4628780 or 13917881. OLE color: 13917881.
HSL color Cylindrical-coordinate representation of color #B95ED4: hue angle of 286.27º degrees, saturation: 0.58, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #B95ED4 is Cyan = 0.13, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 185 | 94 | 212 | - |
| CMYK | 0.13 | 0.56 | 0 | 0.17 |
| HSL | 286.27º | 0.58% | 0.6% | - |
| HSV(B) | 286.27º | 0.56% | 0.83% | - |
| XYZ | 35.89 | 23.07 | 64.85 | - |
| YUV | 134.66 | 171.65 | 163.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 94 | 212 | 0.13 | 0.56 | 0 | 0.17 | 286.27 | 0.58 | 0.6 |
| Hex | B9 | 5E | D4 | D | 38 | 0 | 11 | 11E | 3A | 3C |
| Octal | 271 | 136 | 324 | 15 | 70 | 0 | 21 | 436 | 72 | 74 |
| Binary | 10111001 | 1011110 | 11010100 | 1101 | 111000 | 0 | 10001 | 100011110 | 111010 | 111100 |
Color Harmonies of #B95ED4
Complementary color
Monochromatic Colors of #B95ED4
Black with #B95ED4
Text Example
Text Example
White with #B95ED4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B95ED4; }
p { color: rgb(185,94,212); }
H1.HeaderClassName
{
color: #B95ED4;
}
.AnyTagClassName
{
color: #B95ED4;
}
</style>
background-color css
<style>
a { background-color: #B95ED4; }
a { background-color: rgb(185,94,212); }
div.DivClassName
{
background-color: #B95ED4;
}
.BgClassName
{
background-color: #B95ED4;
}
</style>
border-color css
<style>
span { border-color: #B95ED4; }
span { border-color: rgb(185,94,212); }
td.TdClassName
{
border-color: #B95ED4;
}
.TagClassName
{
border-color: #B95ED4;
}
</style>