Shades of Medium Orchid #B951E5
Tints of Medium Orchid #B951E5
RGB
CMYK
RGB Variations
Color information
#B951E5 (or 0xB951E5) is known color: Medium Orchid. HEX triplet: B9, 51 and E5. RGB value is (185,81,229). Sum of RGB (Red+Green+Blue) = 185+81+229=495 (65% of max value = 765). Red value is 185 (72.66% from 255 or 37.37% from 495); Green value is 81 (32.03% from 255 or 16.36% from 495); Blue value is 229 (89.84% from 255 or 46.26% from 495); Max value from RGB is 229 - color contains mainly: blue. Hex color #B951E5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B951E5 is #46AE1A. Grayscale: #808080. Windows color (decimal): -4632091 or 15028665. OLE color: 15028665.
HSL color Cylindrical-coordinate representation of color #B951E5: hue angle of 282.16º degrees, saturation: 0.74, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #B951E5 is Cyan = 0.19, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 185 | 81 | 229 | - |
| CMYK | 0.19 | 0.65 | 0 | 0.10 |
| HSL | 282.16º | 0.74% | 0.61% | - |
| HSV(B) | 282.16º | 0.65% | 0.9% | - |
| XYZ | 37.09 | 21.86 | 76.39 | - |
| YUV | 128.97 | 184.46 | 167.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 81 | 229 | 0.19 | 0.65 | 0 | 0.10 | 282.16 | 0.74 | 0.61 |
| Hex | B9 | 51 | E5 | 13 | 41 | 0 | A | 11A | 4A | 3D |
| Octal | 271 | 121 | 345 | 23 | 101 | 0 | 12 | 432 | 112 | 75 |
| Binary | 10111001 | 1010001 | 11100101 | 10011 | 1000001 | 0 | 1010 | 100011010 | 1001010 | 111101 |
Color Harmonies of #B951E5
Complementary color
Monochromatic Colors of #B951E5
Black with #B951E5
Text Example
Text Example
White with #B951E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B951E5; }
p { color: rgb(185,81,229); }
H1.HeaderClassName
{
color: #B951E5;
}
.AnyTagClassName
{
color: #B951E5;
}
</style>
background-color css
<style>
a { background-color: #B951E5; }
a { background-color: rgb(185,81,229); }
div.DivClassName
{
background-color: #B951E5;
}
.BgClassName
{
background-color: #B951E5;
}
</style>
border-color css
<style>
span { border-color: #B951E5; }
span { border-color: rgb(185,81,229); }
td.TdClassName
{
border-color: #B951E5;
}
.TagClassName
{
border-color: #B951E5;
}
</style>