Shades of Medium Orchid #B251ED
Tints of Medium Orchid #B251ED
RGB
CMYK
RGB Variations
Color information
#B251ED (or 0xB251ED) is known color: Medium Orchid. HEX triplet: B2, 51 and ED. RGB value is (178,81,237). Sum of RGB (Red+Green+Blue) = 178+81+237=496 (65% of max value = 765). Red value is 178 (69.92% from 255 or 35.89% from 496); Green value is 81 (32.03% from 255 or 16.33% from 496); Blue value is 237 (92.97% from 255 or 47.78% from 496); Max value from RGB is 237 - color contains mainly: blue. Hex color #B251ED is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B251ED is #4DAE12. Grayscale: #7F7F7F. Windows color (decimal): -5090835 or 15552946. OLE color: 15552946.
HSL color Cylindrical-coordinate representation of color #B251ED: hue angle of 277.31º degrees, saturation: 0.81, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #B251ED is Cyan = 0.25, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 178 | 81 | 237 | - |
| CMYK | 0.25 | 0.66 | 0 | 0.07 |
| HSL | 277.31º | 0.81% | 0.62% | - |
| HSV(B) | 277.31º | 0.66% | 0.93% | - |
| XYZ | 36.59 | 21.46 | 82.34 | - |
| YUV | 127.79 | 189.64 | 163.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 81 | 237 | 0.25 | 0.66 | 0 | 0.07 | 277.31 | 0.81 | 0.62 |
| Hex | B2 | 51 | ED | 19 | 42 | 0 | 7 | 115 | 51 | 3E |
| Octal | 262 | 121 | 355 | 31 | 102 | 0 | 7 | 425 | 121 | 76 |
| Binary | 10110010 | 1010001 | 11101101 | 11001 | 1000010 | 0 | 111 | 100010101 | 1010001 | 111110 |
Color Harmonies of #B251ED
Complementary color
Monochromatic Colors of #B251ED
Black with #B251ED
Text Example
Text Example
White with #B251ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B251ED; }
p { color: rgb(178,81,237); }
H1.HeaderClassName
{
color: #B251ED;
}
.AnyTagClassName
{
color: #B251ED;
}
</style>
background-color css
<style>
a { background-color: #B251ED; }
a { background-color: rgb(178,81,237); }
div.DivClassName
{
background-color: #B251ED;
}
.BgClassName
{
background-color: #B251ED;
}
</style>
border-color css
<style>
span { border-color: #B251ED; }
span { border-color: rgb(178,81,237); }
td.TdClassName
{
border-color: #B251ED;
}
.TagClassName
{
border-color: #B251ED;
}
</style>