Shades of Medium Orchid #BB7ADC
Tints of Medium Orchid #BB7ADC
RGB
CMYK
RGB Variations
Color information
#BB7ADC (or 0xBB7ADC) is known color: Medium Orchid. HEX triplet: BB, 7A and DC. RGB value is (187,122,220). Sum of RGB (Red+Green+Blue) = 187+122+220=529 (70% of max value = 765). Red value is 187 (73.44% from 255 or 35.35% from 529); Green value is 122 (48.05% from 255 or 23.06% from 529); Blue value is 220 (86.33% from 255 or 41.59% from 529); Max value from RGB is 220 - color contains mainly: blue. Hex color #BB7ADC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BB7ADC is #448523. Grayscale: #989898. Windows color (decimal): -4490532 or 14449339. OLE color: 14449339.
HSL color Cylindrical-coordinate representation of color #BB7ADC: hue angle of 279.8º degrees, saturation: 0.58, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #BB7ADC is Cyan = 0.15, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 187 | 122 | 220 | - |
| CMYK | 0.15 | 0.45 | 0 | 0.14 |
| HSL | 279.8º | 0.58% | 0.67% | - |
| HSV(B) | 279.8º | 0.45% | 0.86% | - |
| XYZ | 40.37 | 29.65 | 71.31 | - |
| YUV | 152.61 | 166.03 | 152.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 122 | 220 | 0.15 | 0.45 | 0 | 0.14 | 279.8 | 0.58 | 0.67 |
| Hex | BB | 7A | DC | F | 2D | 0 | E | 118 | 3A | 43 |
| Octal | 273 | 172 | 334 | 17 | 55 | 0 | 16 | 430 | 72 | 103 |
| Binary | 10111011 | 1111010 | 11011100 | 1111 | 101101 | 0 | 1110 | 100011000 | 111010 | 1000011 |
Color Harmonies of #BB7ADC
Complementary color
Monochromatic Colors of #BB7ADC
Black with #BB7ADC
Text Example
Text Example
White with #BB7ADC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB7ADC; }
p { color: rgb(187,122,220); }
H1.HeaderClassName
{
color: #BB7ADC;
}
.AnyTagClassName
{
color: #BB7ADC;
}
</style>
background-color css
<style>
a { background-color: #BB7ADC; }
a { background-color: rgb(187,122,220); }
div.DivClassName
{
background-color: #BB7ADC;
}
.BgClassName
{
background-color: #BB7ADC;
}
</style>
border-color css
<style>
span { border-color: #BB7ADC; }
span { border-color: rgb(187,122,220); }
td.TdClassName
{
border-color: #BB7ADC;
}
.TagClassName
{
border-color: #BB7ADC;
}
</style>