Shades of Medium Orchid #B251C9
Tints of Medium Orchid #B251C9
RGB
CMYK
RGB Variations
Color information
#B251C9 (or 0xB251C9) is known color: Medium Orchid. HEX triplet: B2, 51 and C9. RGB value is (178,81,201). Sum of RGB (Red+Green+Blue) = 178+81+201=460 (60% of max value = 765). Red value is 178 (69.92% from 255 or 38.70% from 460); Green value is 81 (32.03% from 255 or 17.61% from 460); Blue value is 201 (78.91% from 255 or 43.70% from 460); Max value from RGB is 201 - color contains mainly: blue. Hex color #B251C9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B251C9 is #4DAE36. Grayscale: #7B7B7B. Windows color (decimal): -5090871 or 13193650. OLE color: 13193650.
HSL color Cylindrical-coordinate representation of color #B251C9: hue angle of 288.5º 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 #B251C9 is Cyan = 0.11, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 178 | 81 | 201 | - |
| CMYK | 0.11 | 0.60 | 0 | 0.21 |
| HSL | 288.5º | 0.53% | 0.55% | - |
| HSV(B) | 288.5º | 0.6% | 0.79% | - |
| XYZ | 31.85 | 19.57 | 57.36 | - |
| YUV | 123.68 | 171.64 | 166.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 81 | 201 | 0.11 | 0.60 | 0 | 0.21 | 288.5 | 0.53 | 0.55 |
| Hex | B2 | 51 | C9 | B | 3C | 0 | 15 | 120 | 35 | 37 |
| Octal | 262 | 121 | 311 | 13 | 74 | 0 | 25 | 440 | 65 | 67 |
| Binary | 10110010 | 1010001 | 11001001 | 1011 | 111100 | 0 | 10101 | 100100000 | 110101 | 110111 |
Color Harmonies of #B251C9
Complementary color
Monochromatic Colors of #B251C9
Black with #B251C9
Text Example
Text Example
White with #B251C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B251C9; }
p { color: rgb(178,81,201); }
H1.HeaderClassName
{
color: #B251C9;
}
.AnyTagClassName
{
color: #B251C9;
}
</style>
background-color css
<style>
a { background-color: #B251C9; }
a { background-color: rgb(178,81,201); }
div.DivClassName
{
background-color: #B251C9;
}
.BgClassName
{
background-color: #B251C9;
}
</style>
border-color css
<style>
span { border-color: #B251C9; }
span { border-color: rgb(178,81,201); }
td.TdClassName
{
border-color: #B251C9;
}
.TagClassName
{
border-color: #B251C9;
}
</style>