Shades of Medium Orchid #B251E2
Tints of Medium Orchid #B251E2
RGB
CMYK
RGB Variations
Color information
#B251E2 (or 0xB251E2) is known color: Medium Orchid. HEX triplet: B2, 51 and E2. RGB value is (178,81,226). Sum of RGB (Red+Green+Blue) = 178+81+226=485 (64% of max value = 765). Red value is 178 (69.92% from 255 or 36.70% from 485); Green value is 81 (32.03% from 255 or 16.70% from 485); Blue value is 226 (88.67% from 255 or 46.60% from 485); Max value from RGB is 226 - color contains mainly: blue. Hex color #B251E2 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B251E2 is #4DAE1D. Grayscale: #7E7E7E. Windows color (decimal): -5090846 or 14832050. OLE color: 14832050.
HSL color Cylindrical-coordinate representation of color #B251E2: hue angle of 280.14º degrees, saturation: 0.71, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #B251E2 is Cyan = 0.21, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 178 | 81 | 226 | - |
| CMYK | 0.21 | 0.64 | 0 | 0.11 |
| HSL | 280.14º | 0.71% | 0.6% | - |
| HSV(B) | 280.14º | 0.64% | 0.89% | - |
| XYZ | 35.03 | 20.84 | 74.13 | - |
| YUV | 126.53 | 184.14 | 164.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 81 | 226 | 0.21 | 0.64 | 0 | 0.11 | 280.14 | 0.71 | 0.6 |
| Hex | B2 | 51 | E2 | 15 | 40 | 0 | B | 118 | 47 | 3C |
| Octal | 262 | 121 | 342 | 25 | 100 | 0 | 13 | 430 | 107 | 74 |
| Binary | 10110010 | 1010001 | 11100010 | 10101 | 1000000 | 0 | 1011 | 100011000 | 1000111 | 111100 |
Color Harmonies of #B251E2
Complementary color
Monochromatic Colors of #B251E2
Black with #B251E2
Text Example
Text Example
White with #B251E2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B251E2; }
p { color: rgb(178,81,226); }
H1.HeaderClassName
{
color: #B251E2;
}
.AnyTagClassName
{
color: #B251E2;
}
</style>
background-color css
<style>
a { background-color: #B251E2; }
a { background-color: rgb(178,81,226); }
div.DivClassName
{
background-color: #B251E2;
}
.BgClassName
{
background-color: #B251E2;
}
</style>
border-color css
<style>
span { border-color: #B251E2; }
span { border-color: rgb(178,81,226); }
td.TdClassName
{
border-color: #B251E2;
}
.TagClassName
{
border-color: #B251E2;
}
</style>