Shades of Medium Orchid #B76FCE
Tints of Medium Orchid #B76FCE
RGB
CMYK
RGB Variations
Color information
#B76FCE (or 0xB76FCE) is known color: Medium Orchid. HEX triplet: B7, 6F and CE. RGB value is (183,111,206). Sum of RGB (Red+Green+Blue) = 183+111+206=500 (66% of max value = 765). Red value is 183 (71.88% from 255 or 36.6% from 500); Green value is 111 (43.75% from 255 or 22.2% from 500); Blue value is 206 (80.86% from 255 or 41.2% from 500); Max value from RGB is 206 - color contains mainly: blue. Hex color #B76FCE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B76FCE is #489031. Grayscale: #8F8F8F. Windows color (decimal): -4755506 or 13529015. OLE color: 13529015.
HSL color Cylindrical-coordinate representation of color #B76FCE: hue angle of 285.47º degrees, saturation: 0.49, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #B76FCE is Cyan = 0.11, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 183 | 111 | 206 | - |
| CMYK | 0.11 | 0.46 | 0 | 0.19 |
| HSL | 285.47º | 0.49% | 0.62% | - |
| HSV(B) | 285.47º | 0.46% | 0.81% | - |
| XYZ | 36.35 | 25.89 | 61.47 | - |
| YUV | 143.36 | 163.35 | 156.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 111 | 206 | 0.11 | 0.46 | 0 | 0.19 | 285.47 | 0.49 | 0.62 |
| Hex | B7 | 6F | CE | B | 2E | 0 | 13 | 11D | 31 | 3E |
| Octal | 267 | 157 | 316 | 13 | 56 | 0 | 23 | 435 | 61 | 76 |
| Binary | 10110111 | 1101111 | 11001110 | 1011 | 101110 | 0 | 10011 | 100011101 | 110001 | 111110 |
Color Harmonies of #B76FCE
Complementary color
Monochromatic Colors of #B76FCE
Black with #B76FCE
Text Example
Text Example
White with #B76FCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B76FCE; }
p { color: rgb(183,111,206); }
H1.HeaderClassName
{
color: #B76FCE;
}
.AnyTagClassName
{
color: #B76FCE;
}
</style>
background-color css
<style>
a { background-color: #B76FCE; }
a { background-color: rgb(183,111,206); }
div.DivClassName
{
background-color: #B76FCE;
}
.BgClassName
{
background-color: #B76FCE;
}
</style>
border-color css
<style>
span { border-color: #B76FCE; }
span { border-color: rgb(183,111,206); }
td.TdClassName
{
border-color: #B76FCE;
}
.TagClassName
{
border-color: #B76FCE;
}
</style>