Shades of Medium Orchid #BB6CDC
Tints of Medium Orchid #BB6CDC
RGB
CMYK
RGB Variations
Color information
#BB6CDC (or 0xBB6CDC) is known color: Medium Orchid. HEX triplet: BB, 6C and DC. RGB value is (187,108,220). Sum of RGB (Red+Green+Blue) = 187+108+220=515 (68% of max value = 765). Red value is 187 (73.44% from 255 or 36.31% from 515); Green value is 108 (42.58% from 255 or 20.97% from 515); Blue value is 220 (86.33% from 255 or 42.72% from 515); Max value from RGB is 220 - color contains mainly: blue. Hex color #BB6CDC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BB6CDC is #449323. Grayscale: #909090. Windows color (decimal): -4494116 or 14445755. OLE color: 14445755.
HSL color Cylindrical-coordinate representation of color #BB6CDC: hue angle of 282.32º degrees, saturation: 0.62, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #BB6CDC is Cyan = 0.15, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 187 | 108 | 220 | - |
| CMYK | 0.15 | 0.51 | 0 | 0.14 |
| HSL | 282.32º | 0.62% | 0.64% | - |
| HSV(B) | 282.32º | 0.51% | 0.86% | - |
| XYZ | 38.77 | 26.46 | 70.77 | - |
| YUV | 144.39 | 170.67 | 158.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 108 | 220 | 0.15 | 0.51 | 0 | 0.14 | 282.32 | 0.62 | 0.64 |
| Hex | BB | 6C | DC | F | 33 | 0 | E | 11A | 3E | 40 |
| Octal | 273 | 154 | 334 | 17 | 63 | 0 | 16 | 432 | 76 | 100 |
| Binary | 10111011 | 1101100 | 11011100 | 1111 | 110011 | 0 | 1110 | 100011010 | 111110 | 1000000 |
Color Harmonies of #BB6CDC
Complementary color
Monochromatic Colors of #BB6CDC
Black with #BB6CDC
Text Example
Text Example
White with #BB6CDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB6CDC; }
p { color: rgb(187,108,220); }
H1.HeaderClassName
{
color: #BB6CDC;
}
.AnyTagClassName
{
color: #BB6CDC;
}
</style>
background-color css
<style>
a { background-color: #BB6CDC; }
a { background-color: rgb(187,108,220); }
div.DivClassName
{
background-color: #BB6CDC;
}
.BgClassName
{
background-color: #BB6CDC;
}
</style>
border-color css
<style>
span { border-color: #BB6CDC; }
span { border-color: rgb(187,108,220); }
td.TdClassName
{
border-color: #BB6CDC;
}
.TagClassName
{
border-color: #BB6CDC;
}
</style>