Shades of Medium Orchid #BB5AD0
Tints of Medium Orchid #BB5AD0
RGB
CMYK
RGB Variations
Color information
#BB5AD0 (or 0xBB5AD0) is known color: Medium Orchid. HEX triplet: BB, 5A and D0. RGB value is (187,90,208). Sum of RGB (Red+Green+Blue) = 187+90+208=485 (64% of max value = 765). Red value is 187 (73.44% from 255 or 38.56% from 485); Green value is 90 (35.55% from 255 or 18.56% from 485); Blue value is 208 (81.64% from 255 or 42.89% from 485); Max value from RGB is 208 - color contains mainly: blue. Hex color #BB5AD0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BB5AD0 is #44A52F. Grayscale: #848484. Windows color (decimal): -4498736 or 13654715. OLE color: 13654715.
HSL color Cylindrical-coordinate representation of color #BB5AD0: hue angle of 289.32º degrees, saturation: 0.56, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #BB5AD0 is Cyan = 0.10, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 187 | 90 | 208 | - |
| CMYK | 0.10 | 0.57 | 0 | 0.18 |
| HSL | 289.32º | 0.56% | 0.58% | - |
| HSV(B) | 289.32º | 0.57% | 0.82% | - |
| XYZ | 35.53 | 22.43 | 62.13 | - |
| YUV | 132.46 | 170.64 | 166.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 90 | 208 | 0.10 | 0.57 | 0 | 0.18 | 289.32 | 0.56 | 0.58 |
| Hex | BB | 5A | D0 | A | 39 | 0 | 12 | 121 | 38 | 3A |
| Octal | 273 | 132 | 320 | 12 | 71 | 0 | 22 | 441 | 70 | 72 |
| Binary | 10111011 | 1011010 | 11010000 | 1010 | 111001 | 0 | 10010 | 100100001 | 111000 | 111010 |
Color Harmonies of #BB5AD0
Complementary color
Monochromatic Colors of #BB5AD0
Black with #BB5AD0
Text Example
Text Example
White with #BB5AD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB5AD0; }
p { color: rgb(187,90,208); }
H1.HeaderClassName
{
color: #BB5AD0;
}
.AnyTagClassName
{
color: #BB5AD0;
}
</style>
background-color css
<style>
a { background-color: #BB5AD0; }
a { background-color: rgb(187,90,208); }
div.DivClassName
{
background-color: #BB5AD0;
}
.BgClassName
{
background-color: #BB5AD0;
}
</style>
border-color css
<style>
span { border-color: #BB5AD0; }
span { border-color: rgb(187,90,208); }
td.TdClassName
{
border-color: #BB5AD0;
}
.TagClassName
{
border-color: #BB5AD0;
}
</style>