Shades of Medium Orchid #B95EEA
Tints of Medium Orchid #B95EEA
RGB
CMYK
RGB Variations
Color information
#B95EEA (or 0xB95EEA) is known color: Medium Orchid. HEX triplet: B9, 5E and EA. RGB value is (185,94,234). Sum of RGB (Red+Green+Blue) = 185+94+234=513 (67% of max value = 765). Red value is 185 (72.66% from 255 or 36.06% from 513); Green value is 94 (37.11% from 255 or 18.32% from 513); Blue value is 234 (91.80% from 255 or 45.61% from 513); Max value from RGB is 234 - color contains mainly: blue. Hex color #B95EEA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B95EEA is #46A115. Grayscale: #888888. Windows color (decimal): -4628758 or 15359673. OLE color: 15359673.
HSL color Cylindrical-coordinate representation of color #B95EEA: hue angle of 279º degrees, saturation: 0.77, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B95EEA is Cyan = 0.21, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 185 | 94 | 234 | - |
| CMYK | 0.21 | 0.60 | 0 | 0.08 |
| HSL | 279º | 0.77% | 0.64% | - |
| HSV(B) | 279º | 0.6% | 0.92% | - |
| XYZ | 38.86 | 24.26 | 80.48 | - |
| YUV | 137.17 | 182.65 | 162.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 94 | 234 | 0.21 | 0.60 | 0 | 0.08 | 279 | 0.77 | 0.64 |
| Hex | B9 | 5E | EA | 15 | 3C | 0 | 8 | 117 | 4D | 40 |
| Octal | 271 | 136 | 352 | 25 | 74 | 0 | 10 | 427 | 115 | 100 |
| Binary | 10111001 | 1011110 | 11101010 | 10101 | 111100 | 0 | 1000 | 100010111 | 1001101 | 1000000 |
Color Harmonies of #B95EEA
Complementary color
Monochromatic Colors of #B95EEA
Black with #B95EEA
Text Example
Text Example
White with #B95EEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B95EEA; }
p { color: rgb(185,94,234); }
H1.HeaderClassName
{
color: #B95EEA;
}
.AnyTagClassName
{
color: #B95EEA;
}
</style>
background-color css
<style>
a { background-color: #B95EEA; }
a { background-color: rgb(185,94,234); }
div.DivClassName
{
background-color: #B95EEA;
}
.BgClassName
{
background-color: #B95EEA;
}
</style>
border-color css
<style>
span { border-color: #B95EEA; }
span { border-color: rgb(185,94,234); }
td.TdClassName
{
border-color: #B95EEA;
}
.TagClassName
{
border-color: #B95EEA;
}
</style>