Shades of Medium Orchid #BB5BDD
Tints of Medium Orchid #BB5BDD
RGB
CMYK
RGB Variations
Color information
#BB5BDD (or 0xBB5BDD) is known color: Medium Orchid. HEX triplet: BB, 5B and DD. RGB value is (187,91,221). Sum of RGB (Red+Green+Blue) = 187+91+221=499 (66% of max value = 765). Red value is 187 (73.44% from 255 or 37.47% from 499); Green value is 91 (35.94% from 255 or 18.24% from 499); Blue value is 221 (86.72% from 255 or 44.29% from 499); Max value from RGB is 221 - color contains mainly: blue. Hex color #BB5BDD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BB5BDD is #44A422. Grayscale: #868686. Windows color (decimal): -4498467 or 14506939. OLE color: 14506939.
HSL color Cylindrical-coordinate representation of color #BB5BDD: hue angle of 284.31º degrees, saturation: 0.66, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #BB5BDD is Cyan = 0.15, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 187 | 91 | 221 | - |
| CMYK | 0.15 | 0.59 | 0 | 0.13 |
| HSL | 284.31º | 0.66% | 0.61% | - |
| HSV(B) | 284.31º | 0.59% | 0.87% | - |
| XYZ | 37.29 | 23.27 | 70.93 | - |
| YUV | 134.52 | 176.8 | 165.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 91 | 221 | 0.15 | 0.59 | 0 | 0.13 | 284.31 | 0.66 | 0.61 |
| Hex | BB | 5B | DD | F | 3B | 0 | D | 11C | 42 | 3D |
| Octal | 273 | 133 | 335 | 17 | 73 | 0 | 15 | 434 | 102 | 75 |
| Binary | 10111011 | 1011011 | 11011101 | 1111 | 111011 | 0 | 1101 | 100011100 | 1000010 | 111101 |
Color Harmonies of #BB5BDD
Complementary color
Monochromatic Colors of #BB5BDD
Black with #BB5BDD
Text Example
Text Example
White with #BB5BDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB5BDD; }
p { color: rgb(187,91,221); }
H1.HeaderClassName
{
color: #BB5BDD;
}
.AnyTagClassName
{
color: #BB5BDD;
}
</style>
background-color css
<style>
a { background-color: #BB5BDD; }
a { background-color: rgb(187,91,221); }
div.DivClassName
{
background-color: #BB5BDD;
}
.BgClassName
{
background-color: #BB5BDD;
}
</style>
border-color css
<style>
span { border-color: #BB5BDD; }
span { border-color: rgb(187,91,221); }
td.TdClassName
{
border-color: #BB5BDD;
}
.TagClassName
{
border-color: #BB5BDD;
}
</style>