Shades of Medium Orchid #B751DF
Tints of Medium Orchid #B751DF
RGB
CMYK
RGB Variations
Color information
#B751DF (or 0xB751DF) is known color: Medium Orchid. HEX triplet: B7, 51 and DF. RGB value is (183,81,223). Sum of RGB (Red+Green+Blue) = 183+81+223=487 (64% of max value = 765). Red value is 183 (71.88% from 255 or 37.58% from 487); Green value is 81 (32.03% from 255 or 16.63% from 487); Blue value is 223 (87.5% from 255 or 45.79% from 487); Max value from RGB is 223 - color contains mainly: blue. Hex color #B751DF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B751DF is #48AE20. Grayscale: #7F7F7F. Windows color (decimal): -4763169 or 14635447. OLE color: 14635447.
HSL color Cylindrical-coordinate representation of color #B751DF: hue angle of 283.1º 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 #B751DF is Cyan = 0.18, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 183 | 81 | 223 | - |
| CMYK | 0.18 | 0.64 | 0 | 0.13 |
| HSL | 283.1º | 0.69% | 0.6% | - |
| HSV(B) | 283.1º | 0.64% | 0.87% | - |
| XYZ | 35.79 | 21.28 | 72.03 | - |
| YUV | 127.69 | 181.79 | 167.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 81 | 223 | 0.18 | 0.64 | 0 | 0.13 | 283.1 | 0.69 | 0.6 |
| Hex | B7 | 51 | DF | 12 | 40 | 0 | D | 11B | 45 | 3C |
| Octal | 267 | 121 | 337 | 22 | 100 | 0 | 15 | 433 | 105 | 74 |
| Binary | 10110111 | 1010001 | 11011111 | 10010 | 1000000 | 0 | 1101 | 100011011 | 1000101 | 111100 |
Color Harmonies of #B751DF
Complementary color
Monochromatic Colors of #B751DF
Black with #B751DF
Text Example
Text Example
White with #B751DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B751DF; }
p { color: rgb(183,81,223); }
H1.HeaderClassName
{
color: #B751DF;
}
.AnyTagClassName
{
color: #B751DF;
}
</style>
background-color css
<style>
a { background-color: #B751DF; }
a { background-color: rgb(183,81,223); }
div.DivClassName
{
background-color: #B751DF;
}
.BgClassName
{
background-color: #B751DF;
}
</style>
border-color css
<style>
span { border-color: #B751DF; }
span { border-color: rgb(183,81,223); }
td.TdClassName
{
border-color: #B751DF;
}
.TagClassName
{
border-color: #B751DF;
}
</style>