Shades of Medium Orchid #B751E5
Tints of Medium Orchid #B751E5
RGB
CMYK
RGB Variations
Color information
#B751E5 (or 0xB751E5) is known color: Medium Orchid. HEX triplet: B7, 51 and E5. RGB value is (183,81,229). Sum of RGB (Red+Green+Blue) = 183+81+229=493 (65% of max value = 765). Red value is 183 (71.88% from 255 or 37.12% from 493); Green value is 81 (32.03% from 255 or 16.43% from 493); Blue value is 229 (89.84% from 255 or 46.45% from 493); Max value from RGB is 229 - color contains mainly: blue. Hex color #B751E5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B751E5 is #48AE1A. Grayscale: #7F7F7F. Windows color (decimal): -4763163 or 15028663. OLE color: 15028663.
HSL color Cylindrical-coordinate representation of color #B751E5: hue angle of 281.35º degrees, saturation: 0.74, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #B751E5 is Cyan = 0.20, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 183 | 81 | 229 | - |
| CMYK | 0.20 | 0.65 | 0 | 0.10 |
| HSL | 281.35º | 0.74% | 0.61% | - |
| HSV(B) | 281.35º | 0.65% | 0.9% | - |
| XYZ | 36.61 | 21.61 | 76.37 | - |
| YUV | 128.37 | 184.79 | 166.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 81 | 229 | 0.20 | 0.65 | 0 | 0.10 | 281.35 | 0.74 | 0.61 |
| Hex | B7 | 51 | E5 | 14 | 41 | 0 | A | 119 | 4A | 3D |
| Octal | 267 | 121 | 345 | 24 | 101 | 0 | 12 | 431 | 112 | 75 |
| Binary | 10110111 | 1010001 | 11100101 | 10100 | 1000001 | 0 | 1010 | 100011001 | 1001010 | 111101 |
Color Harmonies of #B751E5
Complementary color
Monochromatic Colors of #B751E5
Black with #B751E5
Text Example
Text Example
White with #B751E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B751E5; }
p { color: rgb(183,81,229); }
H1.HeaderClassName
{
color: #B751E5;
}
.AnyTagClassName
{
color: #B751E5;
}
</style>
background-color css
<style>
a { background-color: #B751E5; }
a { background-color: rgb(183,81,229); }
div.DivClassName
{
background-color: #B751E5;
}
.BgClassName
{
background-color: #B751E5;
}
</style>
border-color css
<style>
span { border-color: #B751E5; }
span { border-color: rgb(183,81,229); }
td.TdClassName
{
border-color: #B751E5;
}
.TagClassName
{
border-color: #B751E5;
}
</style>