Shades of Medium Orchid #BB6CDF
Tints of Medium Orchid #BB6CDF
RGB
CMYK
RGB Variations
Color information
#BB6CDF (or 0xBB6CDF) is known color: Medium Orchid. HEX triplet: BB, 6C and DF. RGB value is (187,108,223). Sum of RGB (Red+Green+Blue) = 187+108+223=518 (68% of max value = 765). Red value is 187 (73.44% from 255 or 36.10% from 518); Green value is 108 (42.58% from 255 or 20.85% from 518); Blue value is 223 (87.5% from 255 or 43.05% from 518); Max value from RGB is 223 - color contains mainly: blue. Hex color #BB6CDF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BB6CDF is #449320. Grayscale: #909090. Windows color (decimal): -4494113 or 14642363. OLE color: 14642363.
HSL color Cylindrical-coordinate representation of color #BB6CDF: hue angle of 281.22º degrees, saturation: 0.64, 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 #BB6CDF is Cyan = 0.16, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 187 | 108 | 223 | - |
| CMYK | 0.16 | 0.52 | 0 | 0.13 |
| HSL | 281.22º | 0.64% | 0.65% | - |
| HSV(B) | 281.22º | 0.52% | 0.87% | - |
| XYZ | 39.18 | 26.62 | 72.88 | - |
| YUV | 144.73 | 172.17 | 158.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 108 | 223 | 0.16 | 0.52 | 0 | 0.13 | 281.22 | 0.64 | 0.65 |
| Hex | BB | 6C | DF | 10 | 34 | 0 | D | 119 | 40 | 41 |
| Octal | 273 | 154 | 337 | 20 | 64 | 0 | 15 | 431 | 100 | 101 |
| Binary | 10111011 | 1101100 | 11011111 | 10000 | 110100 | 0 | 1101 | 100011001 | 1000000 | 1000001 |
Color Harmonies of #BB6CDF
Complementary color
Monochromatic Colors of #BB6CDF
Black with #BB6CDF
Text Example
Text Example
White with #BB6CDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB6CDF; }
p { color: rgb(187,108,223); }
H1.HeaderClassName
{
color: #BB6CDF;
}
.AnyTagClassName
{
color: #BB6CDF;
}
</style>
background-color css
<style>
a { background-color: #BB6CDF; }
a { background-color: rgb(187,108,223); }
div.DivClassName
{
background-color: #BB6CDF;
}
.BgClassName
{
background-color: #BB6CDF;
}
</style>
border-color css
<style>
span { border-color: #BB6CDF; }
span { border-color: rgb(187,108,223); }
td.TdClassName
{
border-color: #BB6CDF;
}
.TagClassName
{
border-color: #BB6CDF;
}
</style>