Shades of Medium Orchid #BB6DED
Tints of Medium Orchid #BB6DED
RGB
CMYK
RGB Variations
Color information
#BB6DED (or 0xBB6DED) is known color: Medium Orchid. HEX triplet: BB, 6D and ED. RGB value is (187,109,237). Sum of RGB (Red+Green+Blue) = 187+109+237=533 (70% of max value = 765). Red value is 187 (73.44% from 255 or 35.08% from 533); Green value is 109 (42.97% from 255 or 20.45% from 533); Blue value is 237 (92.97% from 255 or 44.47% from 533); Max value from RGB is 237 - color contains mainly: blue. Hex color #BB6DED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BB6DED is #449212. Grayscale: #929292. Windows color (decimal): -4493843 or 15560123. OLE color: 15560123.
HSL color Cylindrical-coordinate representation of color #BB6DED: hue angle of 276.56º degrees, saturation: 0.78, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #BB6DED is Cyan = 0.21, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 187 | 109 | 237 | - |
| CMYK | 0.21 | 0.54 | 0 | 0.07 |
| HSL | 276.56º | 0.78% | 0.68% | - |
| HSV(B) | 276.56º | 0.54% | 0.93% | - |
| XYZ | 41.25 | 27.62 | 83.28 | - |
| YUV | 146.91 | 178.84 | 156.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 109 | 237 | 0.21 | 0.54 | 0 | 0.07 | 276.56 | 0.78 | 0.68 |
| Hex | BB | 6D | ED | 15 | 36 | 0 | 7 | 115 | 4E | 44 |
| Octal | 273 | 155 | 355 | 25 | 66 | 0 | 7 | 425 | 116 | 104 |
| Binary | 10111011 | 1101101 | 11101101 | 10101 | 110110 | 0 | 111 | 100010101 | 1001110 | 1000100 |
Color Harmonies of #BB6DED
Complementary color
Monochromatic Colors of #BB6DED
Black with #BB6DED
Text Example
Text Example
White with #BB6DED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB6DED; }
p { color: rgb(187,109,237); }
H1.HeaderClassName
{
color: #BB6DED;
}
.AnyTagClassName
{
color: #BB6DED;
}
</style>
background-color css
<style>
a { background-color: #BB6DED; }
a { background-color: rgb(187,109,237); }
div.DivClassName
{
background-color: #BB6DED;
}
.BgClassName
{
background-color: #BB6DED;
}
</style>
border-color css
<style>
span { border-color: #BB6DED; }
span { border-color: rgb(187,109,237); }
td.TdClassName
{
border-color: #BB6DED;
}
.TagClassName
{
border-color: #BB6DED;
}
</style>