Shades of Medium Orchid #B951E0
Tints of Medium Orchid #B951E0
RGB
CMYK
RGB Variations
Color information
#B951E0 (or 0xB951E0) is known color: Medium Orchid. HEX triplet: B9, 51 and E0. RGB value is (185,81,224). Sum of RGB (Red+Green+Blue) = 185+81+224=490 (64% of max value = 765). Red value is 185 (72.66% from 255 or 37.76% from 490); Green value is 81 (32.03% from 255 or 16.53% from 490); Blue value is 224 (87.89% from 255 or 45.71% from 490); Max value from RGB is 224 - color contains mainly: blue. Hex color #B951E0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B951E0 is #46AE1F. Grayscale: #7F7F7F. Windows color (decimal): -4632096 or 14700985. OLE color: 14700985.
HSL color Cylindrical-coordinate representation of color #B951E0: hue angle of 283.64º degrees, saturation: 0.7, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #B951E0 is Cyan = 0.17, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 185 | 81 | 224 | - |
| CMYK | 0.17 | 0.64 | 0 | 0.12 |
| HSL | 283.64º | 0.7% | 0.6% | - |
| HSV(B) | 283.64º | 0.64% | 0.88% | - |
| XYZ | 36.4 | 21.58 | 72.77 | - |
| YUV | 128.4 | 181.96 | 168.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 81 | 224 | 0.17 | 0.64 | 0 | 0.12 | 283.64 | 0.7 | 0.6 |
| Hex | B9 | 51 | E0 | 11 | 40 | 0 | C | 11C | 46 | 3C |
| Octal | 271 | 121 | 340 | 21 | 100 | 0 | 14 | 434 | 106 | 74 |
| Binary | 10111001 | 1010001 | 11100000 | 10001 | 1000000 | 0 | 1100 | 100011100 | 1000110 | 111100 |
Color Harmonies of #B951E0
Complementary color
Monochromatic Colors of #B951E0
Black with #B951E0
Text Example
Text Example
White with #B951E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B951E0; }
p { color: rgb(185,81,224); }
H1.HeaderClassName
{
color: #B951E0;
}
.AnyTagClassName
{
color: #B951E0;
}
</style>
background-color css
<style>
a { background-color: #B951E0; }
a { background-color: rgb(185,81,224); }
div.DivClassName
{
background-color: #B951E0;
}
.BgClassName
{
background-color: #B951E0;
}
</style>
border-color css
<style>
span { border-color: #B951E0; }
span { border-color: rgb(185,81,224); }
td.TdClassName
{
border-color: #B951E0;
}
.TagClassName
{
border-color: #B951E0;
}
</style>