Shades of Medium Orchid #BB76DC
Tints of Medium Orchid #BB76DC
RGB
CMYK
RGB Variations
Color information
#BB76DC (or 0xBB76DC) is known color: Medium Orchid. HEX triplet: BB, 76 and DC. RGB value is (187,118,220). Sum of RGB (Red+Green+Blue) = 187+118+220=525 (69% of max value = 765). Red value is 187 (73.44% from 255 or 35.62% from 525); Green value is 118 (46.48% from 255 or 22.48% from 525); Blue value is 220 (86.33% from 255 or 41.90% from 525); Max value from RGB is 220 - color contains mainly: blue. Hex color #BB76DC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BB76DC is #448923. Grayscale: #959595. Windows color (decimal): -4491556 or 14448315. OLE color: 14448315.
HSL color Cylindrical-coordinate representation of color #BB76DC: hue angle of 280.59º degrees, saturation: 0.59, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #BB76DC is Cyan = 0.15, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 187 | 118 | 220 | - |
| CMYK | 0.15 | 0.46 | 0 | 0.14 |
| HSL | 280.59º | 0.59% | 0.66% | - |
| HSV(B) | 280.59º | 0.46% | 0.86% | - |
| XYZ | 39.89 | 28.69 | 71.15 | - |
| YUV | 150.26 | 167.36 | 154.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 118 | 220 | 0.15 | 0.46 | 0 | 0.14 | 280.59 | 0.59 | 0.66 |
| Hex | BB | 76 | DC | F | 2E | 0 | E | 119 | 3B | 42 |
| Octal | 273 | 166 | 334 | 17 | 56 | 0 | 16 | 431 | 73 | 102 |
| Binary | 10111011 | 1110110 | 11011100 | 1111 | 101110 | 0 | 1110 | 100011001 | 111011 | 1000010 |
Color Harmonies of #BB76DC
Complementary color
Monochromatic Colors of #BB76DC
Black with #BB76DC
Text Example
Text Example
White with #BB76DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB76DC; }
p { color: rgb(187,118,220); }
H1.HeaderClassName
{
color: #BB76DC;
}
.AnyTagClassName
{
color: #BB76DC;
}
</style>
background-color css
<style>
a { background-color: #BB76DC; }
a { background-color: rgb(187,118,220); }
div.DivClassName
{
background-color: #BB76DC;
}
.BgClassName
{
background-color: #BB76DC;
}
</style>
border-color css
<style>
span { border-color: #BB76DC; }
span { border-color: rgb(187,118,220); }
td.TdClassName
{
border-color: #BB76DC;
}
.TagClassName
{
border-color: #BB76DC;
}
</style>