Shades of Medium Orchid #BB6AD7
Tints of Medium Orchid #BB6AD7
RGB
CMYK
RGB Variations
Color information
#BB6AD7 (or 0xBB6AD7) is known color: Medium Orchid. HEX triplet: BB, 6A and D7. RGB value is (187,106,215). Sum of RGB (Red+Green+Blue) = 187+106+215=508 (67% of max value = 765). Red value is 187 (73.44% from 255 or 36.81% from 508); Green value is 106 (41.80% from 255 or 20.87% from 508); Blue value is 215 (84.38% from 255 or 42.32% from 508); Max value from RGB is 215 - color contains mainly: blue. Hex color #BB6AD7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BB6AD7 is #449528. Grayscale: #8E8E8E. Windows color (decimal): -4494633 or 14117563. OLE color: 14117563.
HSL color Cylindrical-coordinate representation of color #BB6AD7: hue angle of 284.59º degrees, saturation: 0.58, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #BB6AD7 is Cyan = 0.13, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 187 | 106 | 215 | - |
| CMYK | 0.13 | 0.51 | 0 | 0.16 |
| HSL | 284.59º | 0.58% | 0.63% | - |
| HSV(B) | 284.59º | 0.51% | 0.84% | - |
| XYZ | 37.91 | 25.78 | 67.27 | - |
| YUV | 142.65 | 168.84 | 159.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 106 | 215 | 0.13 | 0.51 | 0 | 0.16 | 284.59 | 0.58 | 0.63 |
| Hex | BB | 6A | D7 | D | 33 | 0 | 10 | 11D | 3A | 3F |
| Octal | 273 | 152 | 327 | 15 | 63 | 0 | 20 | 435 | 72 | 77 |
| Binary | 10111011 | 1101010 | 11010111 | 1101 | 110011 | 0 | 10000 | 100011101 | 111010 | 111111 |
Color Harmonies of #BB6AD7
Complementary color
Monochromatic Colors of #BB6AD7
Black with #BB6AD7
Text Example
Text Example
White with #BB6AD7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB6AD7; }
p { color: rgb(187,106,215); }
H1.HeaderClassName
{
color: #BB6AD7;
}
.AnyTagClassName
{
color: #BB6AD7;
}
</style>
background-color css
<style>
a { background-color: #BB6AD7; }
a { background-color: rgb(187,106,215); }
div.DivClassName
{
background-color: #BB6AD7;
}
.BgClassName
{
background-color: #BB6AD7;
}
</style>
border-color css
<style>
span { border-color: #BB6AD7; }
span { border-color: rgb(187,106,215); }
td.TdClassName
{
border-color: #BB6AD7;
}
.TagClassName
{
border-color: #BB6AD7;
}
</style>