Shades of Medium Orchid #B751D8
Tints of Medium Orchid #B751D8
RGB
CMYK
RGB Variations
Color information
#B751D8 (or 0xB751D8) is known color: Medium Orchid. HEX triplet: B7, 51 and D8. RGB value is (183,81,216). Sum of RGB (Red+Green+Blue) = 183+81+216=480 (63% of max value = 765). Red value is 183 (71.88% from 255 or 38.12% from 480); Green value is 81 (32.03% from 255 or 16.88% from 480); Blue value is 216 (84.77% from 255 or 45% from 480); Max value from RGB is 216 - color contains mainly: blue. Hex color #B751D8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B751D8 is #48AE27. Grayscale: #7E7E7E. Windows color (decimal): -4763176 or 14176695. OLE color: 14176695.
HSL color Cylindrical-coordinate representation of color #B751D8: hue angle of 285.33º degrees, saturation: 0.63, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #B751D8 is Cyan = 0.15, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 183 | 81 | 216 | - |
| CMYK | 0.15 | 0.62 | 0 | 0.15 |
| HSL | 285.33º | 0.63% | 0.58% | - |
| HSV(B) | 285.33º | 0.63% | 0.85% | - |
| XYZ | 34.87 | 20.91 | 67.16 | - |
| YUV | 126.89 | 178.29 | 168.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 81 | 216 | 0.15 | 0.62 | 0 | 0.15 | 285.33 | 0.63 | 0.58 |
| Hex | B7 | 51 | D8 | F | 3E | 0 | F | 11D | 3F | 3A |
| Octal | 267 | 121 | 330 | 17 | 76 | 0 | 17 | 435 | 77 | 72 |
| Binary | 10110111 | 1010001 | 11011000 | 1111 | 111110 | 0 | 1111 | 100011101 | 111111 | 111010 |
Color Harmonies of #B751D8
Complementary color
Monochromatic Colors of #B751D8
Black with #B751D8
Text Example
Text Example
White with #B751D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B751D8; }
p { color: rgb(183,81,216); }
H1.HeaderClassName
{
color: #B751D8;
}
.AnyTagClassName
{
color: #B751D8;
}
</style>
background-color css
<style>
a { background-color: #B751D8; }
a { background-color: rgb(183,81,216); }
div.DivClassName
{
background-color: #B751D8;
}
.BgClassName
{
background-color: #B751D8;
}
</style>
border-color css
<style>
span { border-color: #B751D8; }
span { border-color: rgb(183,81,216); }
td.TdClassName
{
border-color: #B751D8;
}
.TagClassName
{
border-color: #B751D8;
}
</style>