Shades of Medium Orchid #BB76CE
Tints of Medium Orchid #BB76CE
RGB
CMYK
RGB Variations
Color information
#BB76CE (or 0xBB76CE) is known color: Medium Orchid. HEX triplet: BB, 76 and CE. RGB value is (187,118,206). Sum of RGB (Red+Green+Blue) = 187+118+206=511 (67% of max value = 765). Red value is 187 (73.44% from 255 or 36.59% from 511); Green value is 118 (46.48% from 255 or 23.09% from 511); Blue value is 206 (80.86% from 255 or 40.31% from 511); Max value from RGB is 206 - color contains mainly: blue. Hex color #BB76CE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BB76CE is #448931. Grayscale: #949494. Windows color (decimal): -4491570 or 13530811. OLE color: 13530811.
HSL color Cylindrical-coordinate representation of color #BB76CE: hue angle of 287.05º degrees, saturation: 0.47, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #BB76CE is Cyan = 0.09, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 187 | 118 | 206 | - |
| CMYK | 0.09 | 0.43 | 0 | 0.19 |
| HSL | 287.05º | 0.47% | 0.64% | - |
| HSV(B) | 287.05º | 0.43% | 0.81% | - |
| XYZ | 38.11 | 27.98 | 61.78 | - |
| YUV | 148.66 | 160.36 | 155.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 118 | 206 | 0.09 | 0.43 | 0 | 0.19 | 287.05 | 0.47 | 0.64 |
| Hex | BB | 76 | CE | 9 | 2B | 0 | 13 | 11F | 2F | 40 |
| Octal | 273 | 166 | 316 | 11 | 53 | 0 | 23 | 437 | 57 | 100 |
| Binary | 10111011 | 1110110 | 11001110 | 1001 | 101011 | 0 | 10011 | 100011111 | 101111 | 1000000 |
Color Harmonies of #BB76CE
Complementary color
Monochromatic Colors of #BB76CE
Black with #BB76CE
Text Example
Text Example
White with #BB76CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB76CE; }
p { color: rgb(187,118,206); }
H1.HeaderClassName
{
color: #BB76CE;
}
.AnyTagClassName
{
color: #BB76CE;
}
</style>
background-color css
<style>
a { background-color: #BB76CE; }
a { background-color: rgb(187,118,206); }
div.DivClassName
{
background-color: #BB76CE;
}
.BgClassName
{
background-color: #BB76CE;
}
</style>
border-color css
<style>
span { border-color: #BB76CE; }
span { border-color: rgb(187,118,206); }
td.TdClassName
{
border-color: #BB76CE;
}
.TagClassName
{
border-color: #BB76CE;
}
</style>