Shades of Medium Orchid #B76CDB
Tints of Medium Orchid #B76CDB
RGB
CMYK
RGB Variations
Color information
#B76CDB (or 0xB76CDB) is known color: Medium Orchid. HEX triplet: B7, 6C and DB. RGB value is (183,108,219). Sum of RGB (Red+Green+Blue) = 183+108+219=510 (67% of max value = 765). Red value is 183 (71.88% from 255 or 35.88% from 510); Green value is 108 (42.58% from 255 or 21.18% from 510); Blue value is 219 (85.94% from 255 or 42.94% from 510); Max value from RGB is 219 - color contains mainly: blue. Hex color #B76CDB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B76CDB is #489324. Grayscale: #8E8E8E. Windows color (decimal): -4756261 or 14380215. OLE color: 14380215.
HSL color Cylindrical-coordinate representation of color #B76CDB: hue angle of 280.54º degrees, saturation: 0.61, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #B76CDB is Cyan = 0.16, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 183 | 108 | 219 | - |
| CMYK | 0.16 | 0.51 | 0 | 0.14 |
| HSL | 280.54º | 0.61% | 0.64% | - |
| HSV(B) | 280.54º | 0.51% | 0.86% | - |
| XYZ | 37.68 | 25.91 | 70.03 | - |
| YUV | 143.08 | 170.85 | 156.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 108 | 219 | 0.16 | 0.51 | 0 | 0.14 | 280.54 | 0.61 | 0.64 |
| Hex | B7 | 6C | DB | 10 | 33 | 0 | E | 119 | 3D | 40 |
| Octal | 267 | 154 | 333 | 20 | 63 | 0 | 16 | 431 | 75 | 100 |
| Binary | 10110111 | 1101100 | 11011011 | 10000 | 110011 | 0 | 1110 | 100011001 | 111101 | 1000000 |
Color Harmonies of #B76CDB
Complementary color
Monochromatic Colors of #B76CDB
Black with #B76CDB
Text Example
Text Example
White with #B76CDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B76CDB; }
p { color: rgb(183,108,219); }
H1.HeaderClassName
{
color: #B76CDB;
}
.AnyTagClassName
{
color: #B76CDB;
}
</style>
background-color css
<style>
a { background-color: #B76CDB; }
a { background-color: rgb(183,108,219); }
div.DivClassName
{
background-color: #B76CDB;
}
.BgClassName
{
background-color: #B76CDB;
}
</style>
border-color css
<style>
span { border-color: #B76CDB; }
span { border-color: rgb(183,108,219); }
td.TdClassName
{
border-color: #B76CDB;
}
.TagClassName
{
border-color: #B76CDB;
}
</style>