Shades of Medium Orchid #BB5ADD
Tints of Medium Orchid #BB5ADD
RGB
CMYK
RGB Variations
Color information
#BB5ADD (or 0xBB5ADD) is known color: Medium Orchid. HEX triplet: BB, 5A and DD. RGB value is (187,90,221). Sum of RGB (Red+Green+Blue) = 187+90+221=498 (65% of max value = 765). Red value is 187 (73.44% from 255 or 37.55% from 498); Green value is 90 (35.55% from 255 or 18.07% from 498); Blue value is 221 (86.72% from 255 or 44.38% from 498); Max value from RGB is 221 - color contains mainly: blue. Hex color #BB5ADD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BB5ADD is #44A522. Grayscale: #858585. Windows color (decimal): -4498723 or 14506683. OLE color: 14506683.
HSL color Cylindrical-coordinate representation of color #BB5ADD: hue angle of 284.43º 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 #BB5ADD is Cyan = 0.15, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 187 | 90 | 221 | - |
| CMYK | 0.15 | 0.59 | 0 | 0.13 |
| HSL | 284.43º | 0.66% | 0.61% | - |
| HSV(B) | 284.43º | 0.59% | 0.87% | - |
| XYZ | 37.2 | 23.1 | 70.9 | - |
| YUV | 133.94 | 177.14 | 165.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 90 | 221 | 0.15 | 0.59 | 0 | 0.13 | 284.43 | 0.66 | 0.61 |
| Hex | BB | 5A | DD | F | 3B | 0 | D | 11C | 42 | 3D |
| Octal | 273 | 132 | 335 | 17 | 73 | 0 | 15 | 434 | 102 | 75 |
| Binary | 10111011 | 1011010 | 11011101 | 1111 | 111011 | 0 | 1101 | 100011100 | 1000010 | 111101 |
Color Harmonies of #BB5ADD
Complementary color
Monochromatic Colors of #BB5ADD
Black with #BB5ADD
Text Example
Text Example
White with #BB5ADD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB5ADD; }
p { color: rgb(187,90,221); }
H1.HeaderClassName
{
color: #BB5ADD;
}
.AnyTagClassName
{
color: #BB5ADD;
}
</style>
background-color css
<style>
a { background-color: #BB5ADD; }
a { background-color: rgb(187,90,221); }
div.DivClassName
{
background-color: #BB5ADD;
}
.BgClassName
{
background-color: #BB5ADD;
}
</style>
border-color css
<style>
span { border-color: #BB5ADD; }
span { border-color: rgb(187,90,221); }
td.TdClassName
{
border-color: #BB5ADD;
}
.TagClassName
{
border-color: #BB5ADD;
}
</style>