Shades of Medium Orchid #BB4CDD
Tints of Medium Orchid #BB4CDD
RGB
CMYK
RGB Variations
Color information
#BB4CDD (or 0xBB4CDD) is known color: Medium Orchid. HEX triplet: BB, 4C and DD. RGB value is (187,76,221). Sum of RGB (Red+Green+Blue) = 187+76+221=484 (64% of max value = 765). Red value is 187 (73.44% from 255 or 38.64% from 484); Green value is 76 (30.08% from 255 or 15.70% from 484); Blue value is 221 (86.72% from 255 or 45.66% from 484); Max value from RGB is 221 - color contains mainly: blue. Hex color #BB4CDD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BB4CDD is #44B322. Grayscale: #7D7D7D. Windows color (decimal): -4502307 or 14503099. OLE color: 14503099.
HSL color Cylindrical-coordinate representation of color #BB4CDD: hue angle of 285.93º degrees, saturation: 0.68, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #BB4CDD is Cyan = 0.15, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 187 | 76 | 221 | - |
| CMYK | 0.15 | 0.66 | 0 | 0.13 |
| HSL | 285.93º | 0.68% | 0.58% | - |
| HSV(B) | 285.93º | 0.66% | 0.87% | - |
| XYZ | 36.13 | 20.95 | 70.55 | - |
| YUV | 125.72 | 181.77 | 171.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 76 | 221 | 0.15 | 0.66 | 0 | 0.13 | 285.93 | 0.68 | 0.58 |
| Hex | BB | 4C | DD | F | 42 | 0 | D | 11E | 44 | 3A |
| Octal | 273 | 114 | 335 | 17 | 102 | 0 | 15 | 436 | 104 | 72 |
| Binary | 10111011 | 1001100 | 11011101 | 1111 | 1000010 | 0 | 1101 | 100011110 | 1000100 | 111010 |
Color Harmonies of #BB4CDD
Complementary color
Monochromatic Colors of #BB4CDD
Black with #BB4CDD
Text Example
Text Example
White with #BB4CDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB4CDD; }
p { color: rgb(187,76,221); }
H1.HeaderClassName
{
color: #BB4CDD;
}
.AnyTagClassName
{
color: #BB4CDD;
}
</style>
background-color css
<style>
a { background-color: #BB4CDD; }
a { background-color: rgb(187,76,221); }
div.DivClassName
{
background-color: #BB4CDD;
}
.BgClassName
{
background-color: #BB4CDD;
}
</style>
border-color css
<style>
span { border-color: #BB4CDD; }
span { border-color: rgb(187,76,221); }
td.TdClassName
{
border-color: #BB4CDD;
}
.TagClassName
{
border-color: #BB4CDD;
}
</style>