Shades of Medium Orchid #BB5CDD
Tints of Medium Orchid #BB5CDD
RGB
CMYK
RGB Variations
Color information
#BB5CDD (or 0xBB5CDD) is known color: Medium Orchid. HEX triplet: BB, 5C and DD. RGB value is (187,92,221). Sum of RGB (Red+Green+Blue) = 187+92+221=500 (66% of max value = 765). Red value is 187 (73.44% from 255 or 37.4% from 500); Green value is 92 (36.33% from 255 or 18.4% from 500); Blue value is 221 (86.72% from 255 or 44.2% from 500); Max value from RGB is 221 - color contains mainly: blue. Hex color #BB5CDD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BB5CDD is #44A322. Grayscale: #868686. Windows color (decimal): -4498211 or 14507195. OLE color: 14507195.
HSL color Cylindrical-coordinate representation of color #BB5CDD: hue angle of 284.19º degrees, saturation: 0.65, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #BB5CDD is Cyan = 0.15, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 187 | 92 | 221 | - |
| CMYK | 0.15 | 0.58 | 0 | 0.13 |
| HSL | 284.19º | 0.65% | 0.61% | - |
| HSV(B) | 284.19º | 0.58% | 0.87% | - |
| XYZ | 37.37 | 23.44 | 70.96 | - |
| YUV | 135.11 | 176.47 | 165.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 92 | 221 | 0.15 | 0.58 | 0 | 0.13 | 284.19 | 0.65 | 0.61 |
| Hex | BB | 5C | DD | F | 3A | 0 | D | 11C | 41 | 3D |
| Octal | 273 | 134 | 335 | 17 | 72 | 0 | 15 | 434 | 101 | 75 |
| Binary | 10111011 | 1011100 | 11011101 | 1111 | 111010 | 0 | 1101 | 100011100 | 1000001 | 111101 |
Color Harmonies of #BB5CDD
Complementary color
Monochromatic Colors of #BB5CDD
Black with #BB5CDD
Text Example
Text Example
White with #BB5CDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB5CDD; }
p { color: rgb(187,92,221); }
H1.HeaderClassName
{
color: #BB5CDD;
}
.AnyTagClassName
{
color: #BB5CDD;
}
</style>
background-color css
<style>
a { background-color: #BB5CDD; }
a { background-color: rgb(187,92,221); }
div.DivClassName
{
background-color: #BB5CDD;
}
.BgClassName
{
background-color: #BB5CDD;
}
</style>
border-color css
<style>
span { border-color: #BB5CDD; }
span { border-color: rgb(187,92,221); }
td.TdClassName
{
border-color: #BB5CDD;
}
.TagClassName
{
border-color: #BB5CDD;
}
</style>