Shades of Medium Orchid #BB6CDD
Tints of Medium Orchid #BB6CDD
RGB
CMYK
RGB Variations
Color information
#BB6CDD (or 0xBB6CDD) is known color: Medium Orchid. HEX triplet: BB, 6C and DD. RGB value is (187,108,221). Sum of RGB (Red+Green+Blue) = 187+108+221=516 (68% of max value = 765). Red value is 187 (73.44% from 255 or 36.24% from 516); Green value is 108 (42.58% from 255 or 20.93% from 516); Blue value is 221 (86.72% from 255 or 42.83% from 516); Max value from RGB is 221 - color contains mainly: blue. Hex color #BB6CDD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BB6CDD is #449322. Grayscale: #909090. Windows color (decimal): -4494115 or 14511291. OLE color: 14511291.
HSL color Cylindrical-coordinate representation of color #BB6CDD: hue angle of 281.95º degrees, saturation: 0.62, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #BB6CDD is Cyan = 0.15, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 187 | 108 | 221 | - |
| CMYK | 0.15 | 0.51 | 0 | 0.13 |
| HSL | 281.95º | 0.62% | 0.65% | - |
| HSV(B) | 281.95º | 0.51% | 0.87% | - |
| XYZ | 38.91 | 26.51 | 71.47 | - |
| YUV | 144.5 | 171.17 | 158.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 108 | 221 | 0.15 | 0.51 | 0 | 0.13 | 281.95 | 0.62 | 0.65 |
| Hex | BB | 6C | DD | F | 33 | 0 | D | 11A | 3E | 41 |
| Octal | 273 | 154 | 335 | 17 | 63 | 0 | 15 | 432 | 76 | 101 |
| Binary | 10111011 | 1101100 | 11011101 | 1111 | 110011 | 0 | 1101 | 100011010 | 111110 | 1000001 |
Color Harmonies of #BB6CDD
Complementary color
Monochromatic Colors of #BB6CDD
Black with #BB6CDD
Text Example
Text Example
White with #BB6CDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB6CDD; }
p { color: rgb(187,108,221); }
H1.HeaderClassName
{
color: #BB6CDD;
}
.AnyTagClassName
{
color: #BB6CDD;
}
</style>
background-color css
<style>
a { background-color: #BB6CDD; }
a { background-color: rgb(187,108,221); }
div.DivClassName
{
background-color: #BB6CDD;
}
.BgClassName
{
background-color: #BB6CDD;
}
</style>
border-color css
<style>
span { border-color: #BB6CDD; }
span { border-color: rgb(187,108,221); }
td.TdClassName
{
border-color: #BB6CDD;
}
.TagClassName
{
border-color: #BB6CDD;
}
</style>