Shades of Medium Orchid #B251DF
Tints of Medium Orchid #B251DF
RGB
CMYK
RGB Variations
Color information
#B251DF (or 0xB251DF) is known color: Medium Orchid. HEX triplet: B2, 51 and DF. RGB value is (178,81,223). Sum of RGB (Red+Green+Blue) = 178+81+223=482 (63% of max value = 765). Red value is 178 (69.92% from 255 or 36.93% from 482); Green value is 81 (32.03% from 255 or 16.80% from 482); Blue value is 223 (87.5% from 255 or 46.27% from 482); Max value from RGB is 223 - color contains mainly: blue. Hex color #B251DF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B251DF is #4DAE20. Grayscale: #7D7D7D. Windows color (decimal): -5090849 or 14635442. OLE color: 14635442.
HSL color Cylindrical-coordinate representation of color #B251DF: hue angle of 280.99º degrees, saturation: 0.69, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #B251DF is Cyan = 0.20, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 178 | 81 | 223 | - |
| CMYK | 0.20 | 0.64 | 0 | 0.13 |
| HSL | 280.99º | 0.69% | 0.6% | - |
| HSV(B) | 280.99º | 0.64% | 0.87% | - |
| XYZ | 34.62 | 20.68 | 71.98 | - |
| YUV | 126.19 | 182.64 | 164.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 81 | 223 | 0.20 | 0.64 | 0 | 0.13 | 280.99 | 0.69 | 0.6 |
| Hex | B2 | 51 | DF | 14 | 40 | 0 | D | 119 | 45 | 3C |
| Octal | 262 | 121 | 337 | 24 | 100 | 0 | 15 | 431 | 105 | 74 |
| Binary | 10110010 | 1010001 | 11011111 | 10100 | 1000000 | 0 | 1101 | 100011001 | 1000101 | 111100 |
Color Harmonies of #B251DF
Complementary color
Monochromatic Colors of #B251DF
Black with #B251DF
Text Example
Text Example
White with #B251DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B251DF; }
p { color: rgb(178,81,223); }
H1.HeaderClassName
{
color: #B251DF;
}
.AnyTagClassName
{
color: #B251DF;
}
</style>
background-color css
<style>
a { background-color: #B251DF; }
a { background-color: rgb(178,81,223); }
div.DivClassName
{
background-color: #B251DF;
}
.BgClassName
{
background-color: #B251DF;
}
</style>
border-color css
<style>
span { border-color: #B251DF; }
span { border-color: rgb(178,81,223); }
td.TdClassName
{
border-color: #B251DF;
}
.TagClassName
{
border-color: #B251DF;
}
</style>