Shades of Medium Orchid #BB6ADF
Tints of Medium Orchid #BB6ADF
RGB
CMYK
RGB Variations
Color information
#BB6ADF (or 0xBB6ADF) is known color: Medium Orchid. HEX triplet: BB, 6A and DF. RGB value is (187,106,223). Sum of RGB (Red+Green+Blue) = 187+106+223=516 (68% of max value = 765). Red value is 187 (73.44% from 255 or 36.24% from 516); Green value is 106 (41.80% from 255 or 20.54% from 516); Blue value is 223 (87.5% from 255 or 43.22% from 516); Max value from RGB is 223 - color contains mainly: blue. Hex color #BB6ADF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BB6ADF is #449520. Grayscale: #8F8F8F. Windows color (decimal): -4494625 or 14641851. OLE color: 14641851.
HSL color Cylindrical-coordinate representation of color #BB6ADF: hue angle of 281.54º degrees, saturation: 0.65, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #BB6ADF is Cyan = 0.16, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 187 | 106 | 223 | - |
| CMYK | 0.16 | 0.52 | 0 | 0.13 |
| HSL | 281.54º | 0.65% | 0.65% | - |
| HSV(B) | 281.54º | 0.52% | 0.87% | - |
| XYZ | 38.97 | 26.2 | 72.82 | - |
| YUV | 143.56 | 172.84 | 158.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 106 | 223 | 0.16 | 0.52 | 0 | 0.13 | 281.54 | 0.65 | 0.65 |
| Hex | BB | 6A | DF | 10 | 34 | 0 | D | 11A | 41 | 41 |
| Octal | 273 | 152 | 337 | 20 | 64 | 0 | 15 | 432 | 101 | 101 |
| Binary | 10111011 | 1101010 | 11011111 | 10000 | 110100 | 0 | 1101 | 100011010 | 1000001 | 1000001 |
Color Harmonies of #BB6ADF
Complementary color
Monochromatic Colors of #BB6ADF
Black with #BB6ADF
Text Example
Text Example
White with #BB6ADF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB6ADF; }
p { color: rgb(187,106,223); }
H1.HeaderClassName
{
color: #BB6ADF;
}
.AnyTagClassName
{
color: #BB6ADF;
}
</style>
background-color css
<style>
a { background-color: #BB6ADF; }
a { background-color: rgb(187,106,223); }
div.DivClassName
{
background-color: #BB6ADF;
}
.BgClassName
{
background-color: #BB6ADF;
}
</style>
border-color css
<style>
span { border-color: #BB6ADF; }
span { border-color: rgb(187,106,223); }
td.TdClassName
{
border-color: #BB6ADF;
}
.TagClassName
{
border-color: #BB6ADF;
}
</style>