Shades of Medium Orchid #BB76DA
Tints of Medium Orchid #BB76DA
RGB
CMYK
RGB Variations
Color information
#BB76DA (or 0xBB76DA) is known color: Medium Orchid. HEX triplet: BB, 76 and DA. RGB value is (187,118,218). Sum of RGB (Red+Green+Blue) = 187+118+218=523 (69% of max value = 765). Red value is 187 (73.44% from 255 or 35.76% from 523); Green value is 118 (46.48% from 255 or 22.56% from 523); Blue value is 218 (85.55% from 255 or 41.68% from 523); Max value from RGB is 218 - color contains mainly: blue. Hex color #BB76DA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BB76DA is #448925. Grayscale: #959595. Windows color (decimal): -4491558 or 14317243. OLE color: 14317243.
HSL color Cylindrical-coordinate representation of color #BB76DA: hue angle of 281.4º degrees, saturation: 0.57, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #BB76DA is Cyan = 0.14, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 187 | 118 | 218 | - |
| CMYK | 0.14 | 0.46 | 0 | 0.15 |
| HSL | 281.4º | 0.57% | 0.66% | - |
| HSV(B) | 281.4º | 0.46% | 0.85% | - |
| XYZ | 39.63 | 28.58 | 69.76 | - |
| YUV | 150.03 | 166.36 | 154.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 118 | 218 | 0.14 | 0.46 | 0 | 0.15 | 281.4 | 0.57 | 0.66 |
| Hex | BB | 76 | DA | E | 2E | 0 | F | 119 | 39 | 42 |
| Octal | 273 | 166 | 332 | 16 | 56 | 0 | 17 | 431 | 71 | 102 |
| Binary | 10111011 | 1110110 | 11011010 | 1110 | 101110 | 0 | 1111 | 100011001 | 111001 | 1000010 |
Color Harmonies of #BB76DA
Complementary color
Monochromatic Colors of #BB76DA
Black with #BB76DA
Text Example
Text Example
White with #BB76DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB76DA; }
p { color: rgb(187,118,218); }
H1.HeaderClassName
{
color: #BB76DA;
}
.AnyTagClassName
{
color: #BB76DA;
}
</style>
background-color css
<style>
a { background-color: #BB76DA; }
a { background-color: rgb(187,118,218); }
div.DivClassName
{
background-color: #BB76DA;
}
.BgClassName
{
background-color: #BB76DA;
}
</style>
border-color css
<style>
span { border-color: #BB76DA; }
span { border-color: rgb(187,118,218); }
td.TdClassName
{
border-color: #BB76DA;
}
.TagClassName
{
border-color: #BB76DA;
}
</style>