Shades of Medium Orchid #BB6DC7
Tints of Medium Orchid #BB6DC7
RGB
CMYK
RGB Variations
Color information
#BB6DC7 (or 0xBB6DC7) is known color: Medium Orchid. HEX triplet: BB, 6D and C7. RGB value is (187,109,199). Sum of RGB (Red+Green+Blue) = 187+109+199=495 (65% of max value = 765). Red value is 187 (73.44% from 255 or 37.78% from 495); Green value is 109 (42.97% from 255 or 22.02% from 495); Blue value is 199 (78.12% from 255 or 40.20% from 495); Max value from RGB is 199 - color contains mainly: blue. Hex color #BB6DC7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BB6DC7 is #449238. Grayscale: #8E8E8E. Windows color (decimal): -4493881 or 13069755. OLE color: 13069755.
HSL color Cylindrical-coordinate representation of color #BB6DC7: hue angle of 292º degrees, saturation: 0.45, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #BB6DC7 is Cyan = 0.06, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 187 | 109 | 199 | - |
| CMYK | 0.06 | 0.45 | 0 | 0.22 |
| HSL | 292º | 0.45% | 0.6% | - |
| HSV(B) | 292º | 0.45% | 0.78% | - |
| XYZ | 36.27 | 25.63 | 57.07 | - |
| YUV | 142.58 | 159.84 | 159.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 109 | 199 | 0.06 | 0.45 | 0 | 0.22 | 292 | 0.45 | 0.6 |
| Hex | BB | 6D | C7 | 6 | 2D | 0 | 16 | 124 | 2D | 3C |
| Octal | 273 | 155 | 307 | 6 | 55 | 0 | 26 | 444 | 55 | 74 |
| Binary | 10111011 | 1101101 | 11000111 | 110 | 101101 | 0 | 10110 | 100100100 | 101101 | 111100 |
Color Harmonies of #BB6DC7
Complementary color
Monochromatic Colors of #BB6DC7
Black with #BB6DC7
Text Example
Text Example
White with #BB6DC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB6DC7; }
p { color: rgb(187,109,199); }
H1.HeaderClassName
{
color: #BB6DC7;
}
.AnyTagClassName
{
color: #BB6DC7;
}
</style>
background-color css
<style>
a { background-color: #BB6DC7; }
a { background-color: rgb(187,109,199); }
div.DivClassName
{
background-color: #BB6DC7;
}
.BgClassName
{
background-color: #BB6DC7;
}
</style>
border-color css
<style>
span { border-color: #BB6DC7; }
span { border-color: rgb(187,109,199); }
td.TdClassName
{
border-color: #BB6DC7;
}
.TagClassName
{
border-color: #BB6DC7;
}
</style>