Shades of Medium Orchid #BB6BDA
Tints of Medium Orchid #BB6BDA
RGB
CMYK
RGB Variations
Color information
#BB6BDA (or 0xBB6BDA) is known color: Medium Orchid. HEX triplet: BB, 6B and DA. RGB value is (187,107,218). Sum of RGB (Red+Green+Blue) = 187+107+218=512 (67% of max value = 765). Red value is 187 (73.44% from 255 or 36.52% from 512); Green value is 107 (42.19% from 255 or 20.90% from 512); Blue value is 218 (85.55% from 255 or 42.58% from 512); Max value from RGB is 218 - color contains mainly: blue. Hex color #BB6BDA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BB6BDA is #449425. Grayscale: #8F8F8F. Windows color (decimal): -4494374 or 14314427. OLE color: 14314427.
HSL color Cylindrical-coordinate representation of color #BB6BDA: hue angle of 283.24º degrees, saturation: 0.6, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #BB6BDA is Cyan = 0.14, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 187 | 107 | 218 | - |
| CMYK | 0.14 | 0.51 | 0 | 0.15 |
| HSL | 283.24º | 0.6% | 0.64% | - |
| HSV(B) | 283.24º | 0.51% | 0.85% | - |
| XYZ | 38.41 | 26.14 | 69.35 | - |
| YUV | 143.57 | 170 | 158.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 107 | 218 | 0.14 | 0.51 | 0 | 0.15 | 283.24 | 0.6 | 0.64 |
| Hex | BB | 6B | DA | E | 33 | 0 | F | 11B | 3C | 40 |
| Octal | 273 | 153 | 332 | 16 | 63 | 0 | 17 | 433 | 74 | 100 |
| Binary | 10111011 | 1101011 | 11011010 | 1110 | 110011 | 0 | 1111 | 100011011 | 111100 | 1000000 |
Color Harmonies of #BB6BDA
Complementary color
Monochromatic Colors of #BB6BDA
Black with #BB6BDA
Text Example
Text Example
White with #BB6BDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB6BDA; }
p { color: rgb(187,107,218); }
H1.HeaderClassName
{
color: #BB6BDA;
}
.AnyTagClassName
{
color: #BB6BDA;
}
</style>
background-color css
<style>
a { background-color: #BB6BDA; }
a { background-color: rgb(187,107,218); }
div.DivClassName
{
background-color: #BB6BDA;
}
.BgClassName
{
background-color: #BB6BDA;
}
</style>
border-color css
<style>
span { border-color: #BB6BDA; }
span { border-color: rgb(187,107,218); }
td.TdClassName
{
border-color: #BB6BDA;
}
.TagClassName
{
border-color: #BB6BDA;
}
</style>