Shades of Medium Orchid #B751CE
Tints of Medium Orchid #B751CE
RGB
CMYK
RGB Variations
Color information
#B751CE (or 0xB751CE) is known color: Medium Orchid. HEX triplet: B7, 51 and CE. RGB value is (183,81,206). Sum of RGB (Red+Green+Blue) = 183+81+206=470 (62% of max value = 765). Red value is 183 (71.88% from 255 or 38.94% from 470); Green value is 81 (32.03% from 255 or 17.23% from 470); Blue value is 206 (80.86% from 255 or 43.83% from 470); Max value from RGB is 206 - color contains mainly: blue. Hex color #B751CE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B751CE is #48AE31. Grayscale: #7D7D7D. Windows color (decimal): -4763186 or 13521335. OLE color: 13521335.
HSL color Cylindrical-coordinate representation of color #B751CE: hue angle of 288.96º degrees, saturation: 0.56, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #B751CE is Cyan = 0.11, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 183 | 81 | 206 | - |
| CMYK | 0.11 | 0.61 | 0 | 0.19 |
| HSL | 288.96º | 0.56% | 0.56% | - |
| HSV(B) | 288.96º | 0.61% | 0.81% | - |
| XYZ | 33.61 | 20.41 | 60.56 | - |
| YUV | 125.75 | 173.29 | 168.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 81 | 206 | 0.11 | 0.61 | 0 | 0.19 | 288.96 | 0.56 | 0.56 |
| Hex | B7 | 51 | CE | B | 3D | 0 | 13 | 121 | 38 | 38 |
| Octal | 267 | 121 | 316 | 13 | 75 | 0 | 23 | 441 | 70 | 70 |
| Binary | 10110111 | 1010001 | 11001110 | 1011 | 111101 | 0 | 10011 | 100100001 | 111000 | 111000 |
Color Harmonies of #B751CE
Complementary color
Monochromatic Colors of #B751CE
Black with #B751CE
Text Example
Text Example
White with #B751CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B751CE; }
p { color: rgb(183,81,206); }
H1.HeaderClassName
{
color: #B751CE;
}
.AnyTagClassName
{
color: #B751CE;
}
</style>
background-color css
<style>
a { background-color: #B751CE; }
a { background-color: rgb(183,81,206); }
div.DivClassName
{
background-color: #B751CE;
}
.BgClassName
{
background-color: #B751CE;
}
</style>
border-color css
<style>
span { border-color: #B751CE; }
span { border-color: rgb(183,81,206); }
td.TdClassName
{
border-color: #B751CE;
}
.TagClassName
{
border-color: #B751CE;
}
</style>