Shades of Medium Orchid #B95EDA
Tints of Medium Orchid #B95EDA
RGB
CMYK
RGB Variations
Color information
#B95EDA (or 0xB95EDA) is known color: Medium Orchid. HEX triplet: B9, 5E and DA. RGB value is (185,94,218). Sum of RGB (Red+Green+Blue) = 185+94+218=497 (65% of max value = 765). Red value is 185 (72.66% from 255 or 37.22% from 497); Green value is 94 (37.11% from 255 or 18.91% from 497); Blue value is 218 (85.55% from 255 or 43.86% from 497); Max value from RGB is 218 - color contains mainly: blue. Hex color #B95EDA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B95EDA is #46A125. Grayscale: #868686. Windows color (decimal): -4628774 or 14311097. OLE color: 14311097.
HSL color Cylindrical-coordinate representation of color #B95EDA: hue angle of 284.03º degrees, saturation: 0.63, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #B95EDA is Cyan = 0.15, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 185 | 94 | 218 | - |
| CMYK | 0.15 | 0.57 | 0 | 0.15 |
| HSL | 284.03º | 0.63% | 0.61% | - |
| HSV(B) | 284.03º | 0.57% | 0.85% | - |
| XYZ | 36.67 | 23.38 | 68.91 | - |
| YUV | 135.35 | 174.65 | 163.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 94 | 218 | 0.15 | 0.57 | 0 | 0.15 | 284.03 | 0.63 | 0.61 |
| Hex | B9 | 5E | DA | F | 39 | 0 | F | 11C | 3F | 3D |
| Octal | 271 | 136 | 332 | 17 | 71 | 0 | 17 | 434 | 77 | 75 |
| Binary | 10111001 | 1011110 | 11011010 | 1111 | 111001 | 0 | 1111 | 100011100 | 111111 | 111101 |
Color Harmonies of #B95EDA
Complementary color
Monochromatic Colors of #B95EDA
Black with #B95EDA
Text Example
Text Example
White with #B95EDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B95EDA; }
p { color: rgb(185,94,218); }
H1.HeaderClassName
{
color: #B95EDA;
}
.AnyTagClassName
{
color: #B95EDA;
}
</style>
background-color css
<style>
a { background-color: #B95EDA; }
a { background-color: rgb(185,94,218); }
div.DivClassName
{
background-color: #B95EDA;
}
.BgClassName
{
background-color: #B95EDA;
}
</style>
border-color css
<style>
span { border-color: #B95EDA; }
span { border-color: rgb(185,94,218); }
td.TdClassName
{
border-color: #B95EDA;
}
.TagClassName
{
border-color: #B95EDA;
}
</style>