Shades of Medium Orchid #B751E4
Tints of Medium Orchid #B751E4
RGB
CMYK
RGB Variations
Color information
#B751E4 (or 0xB751E4) is known color: Medium Orchid. HEX triplet: B7, 51 and E4. RGB value is (183,81,228). Sum of RGB (Red+Green+Blue) = 183+81+228=492 (65% of max value = 765). Red value is 183 (71.88% from 255 or 37.20% from 492); Green value is 81 (32.03% from 255 or 16.46% from 492); Blue value is 228 (89.45% from 255 or 46.34% from 492); Max value from RGB is 228 - color contains mainly: blue. Hex color #B751E4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B751E4 is #48AE1B. Grayscale: #7F7F7F. Windows color (decimal): -4763164 or 14963127. OLE color: 14963127.
HSL color Cylindrical-coordinate representation of color #B751E4: hue angle of 281.63º degrees, saturation: 0.73, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #B751E4 is Cyan = 0.20, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 183 | 81 | 228 | - |
| CMYK | 0.20 | 0.64 | 0 | 0.11 |
| HSL | 281.63º | 0.73% | 0.61% | - |
| HSV(B) | 281.63º | 0.64% | 0.89% | - |
| XYZ | 36.47 | 21.55 | 75.64 | - |
| YUV | 128.26 | 184.29 | 167.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 81 | 228 | 0.20 | 0.64 | 0 | 0.11 | 281.63 | 0.73 | 0.61 |
| Hex | B7 | 51 | E4 | 14 | 40 | 0 | B | 11A | 49 | 3D |
| Octal | 267 | 121 | 344 | 24 | 100 | 0 | 13 | 432 | 111 | 75 |
| Binary | 10110111 | 1010001 | 11100100 | 10100 | 1000000 | 0 | 1011 | 100011010 | 1001001 | 111101 |
Color Harmonies of #B751E4
Complementary color
Monochromatic Colors of #B751E4
Black with #B751E4
Text Example
Text Example
White with #B751E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B751E4; }
p { color: rgb(183,81,228); }
H1.HeaderClassName
{
color: #B751E4;
}
.AnyTagClassName
{
color: #B751E4;
}
</style>
background-color css
<style>
a { background-color: #B751E4; }
a { background-color: rgb(183,81,228); }
div.DivClassName
{
background-color: #B751E4;
}
.BgClassName
{
background-color: #B751E4;
}
</style>
border-color css
<style>
span { border-color: #B751E4; }
span { border-color: rgb(183,81,228); }
td.TdClassName
{
border-color: #B751E4;
}
.TagClassName
{
border-color: #B751E4;
}
</style>