Shades of Medium Orchid #B951CA
Tints of Medium Orchid #B951CA
RGB
CMYK
RGB Variations
Color information
#B951CA (or 0xB951CA) is known color: Medium Orchid. HEX triplet: B9, 51 and CA. RGB value is (185,81,202). Sum of RGB (Red+Green+Blue) = 185+81+202=468 (61% of max value = 765). Red value is 185 (72.66% from 255 or 39.53% from 468); Green value is 81 (32.03% from 255 or 17.31% from 468); Blue value is 202 (79.30% from 255 or 43.16% from 468); Max value from RGB is 202 - color contains mainly: blue. Hex color #B951CA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B951CA is #46AE35. Grayscale: #7D7D7D. Windows color (decimal): -4632118 or 13259193. OLE color: 13259193.
HSL color Cylindrical-coordinate representation of color #B951CA: hue angle of 291.57º degrees, saturation: 0.53, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B951CA is Cyan = 0.08, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 185 | 81 | 202 | - |
| CMYK | 0.08 | 0.60 | 0 | 0.21 |
| HSL | 291.57º | 0.53% | 0.55% | - |
| HSV(B) | 291.57º | 0.6% | 0.79% | - |
| XYZ | 33.61 | 20.46 | 58.06 | - |
| YUV | 125.89 | 170.96 | 170.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 81 | 202 | 0.08 | 0.60 | 0 | 0.21 | 291.57 | 0.53 | 0.55 |
| Hex | B9 | 51 | CA | 8 | 3C | 0 | 15 | 124 | 35 | 37 |
| Octal | 271 | 121 | 312 | 10 | 74 | 0 | 25 | 444 | 65 | 67 |
| Binary | 10111001 | 1010001 | 11001010 | 1000 | 111100 | 0 | 10101 | 100100100 | 110101 | 110111 |
Color Harmonies of #B951CA
Complementary color
Monochromatic Colors of #B951CA
Black with #B951CA
Text Example
Text Example
White with #B951CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B951CA; }
p { color: rgb(185,81,202); }
H1.HeaderClassName
{
color: #B951CA;
}
.AnyTagClassName
{
color: #B951CA;
}
</style>
background-color css
<style>
a { background-color: #B951CA; }
a { background-color: rgb(185,81,202); }
div.DivClassName
{
background-color: #B951CA;
}
.BgClassName
{
background-color: #B951CA;
}
</style>
border-color css
<style>
span { border-color: #B951CA; }
span { border-color: rgb(185,81,202); }
td.TdClassName
{
border-color: #B951CA;
}
.TagClassName
{
border-color: #B951CA;
}
</style>