Shades of Medium Orchid #B751C9
Tints of Medium Orchid #B751C9
RGB
CMYK
RGB Variations
Color information
#B751C9 (or 0xB751C9) is known color: Medium Orchid. HEX triplet: B7, 51 and C9. RGB value is (183,81,201). Sum of RGB (Red+Green+Blue) = 183+81+201=465 (61% of max value = 765). Red value is 183 (71.88% from 255 or 39.35% from 465); Green value is 81 (32.03% from 255 or 17.42% from 465); Blue value is 201 (78.91% from 255 or 43.23% from 465); Max value from RGB is 201 - color contains mainly: blue. Hex color #B751C9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B751C9 is #48AE36. Grayscale: #7C7C7C. Windows color (decimal): -4763191 or 13193655. OLE color: 13193655.
HSL color Cylindrical-coordinate representation of color #B751C9: hue angle of 291º degrees, saturation: 0.53, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B751C9 is Cyan = 0.09, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 183 | 81 | 201 | - |
| CMYK | 0.09 | 0.60 | 0 | 0.21 |
| HSL | 291º | 0.53% | 0.55% | - |
| HSV(B) | 291º | 0.6% | 0.79% | - |
| XYZ | 33.01 | 20.17 | 57.41 | - |
| YUV | 125.18 | 170.79 | 169.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 81 | 201 | 0.09 | 0.60 | 0 | 0.21 | 291 | 0.53 | 0.55 |
| Hex | B7 | 51 | C9 | 9 | 3C | 0 | 15 | 123 | 35 | 37 |
| Octal | 267 | 121 | 311 | 11 | 74 | 0 | 25 | 443 | 65 | 67 |
| Binary | 10110111 | 1010001 | 11001001 | 1001 | 111100 | 0 | 10101 | 100100011 | 110101 | 110111 |
Color Harmonies of #B751C9
Complementary color
Monochromatic Colors of #B751C9
Black with #B751C9
Text Example
Text Example
White with #B751C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B751C9; }
p { color: rgb(183,81,201); }
H1.HeaderClassName
{
color: #B751C9;
}
.AnyTagClassName
{
color: #B751C9;
}
</style>
background-color css
<style>
a { background-color: #B751C9; }
a { background-color: rgb(183,81,201); }
div.DivClassName
{
background-color: #B751C9;
}
.BgClassName
{
background-color: #B751C9;
}
</style>
border-color css
<style>
span { border-color: #B751C9; }
span { border-color: rgb(183,81,201); }
td.TdClassName
{
border-color: #B751C9;
}
.TagClassName
{
border-color: #B751C9;
}
</style>