Shades of Medium Orchid #BB5AD7
Tints of Medium Orchid #BB5AD7
RGB
CMYK
RGB Variations
Color information
#BB5AD7 (or 0xBB5AD7) is known color: Medium Orchid. HEX triplet: BB, 5A and D7. RGB value is (187,90,215). Sum of RGB (Red+Green+Blue) = 187+90+215=492 (65% of max value = 765). Red value is 187 (73.44% from 255 or 38.01% from 492); Green value is 90 (35.55% from 255 or 18.29% from 492); Blue value is 215 (84.38% from 255 or 43.70% from 492); Max value from RGB is 215 - color contains mainly: blue. Hex color #BB5AD7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BB5AD7 is #44A528. Grayscale: #848484. Windows color (decimal): -4498729 or 14113467. OLE color: 14113467.
HSL color Cylindrical-coordinate representation of color #BB5AD7: hue angle of 286.56º degrees, saturation: 0.61, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #BB5AD7 is Cyan = 0.13, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 187 | 90 | 215 | - |
| CMYK | 0.13 | 0.58 | 0 | 0.16 |
| HSL | 286.56º | 0.61% | 0.6% | - |
| HSV(B) | 286.56º | 0.58% | 0.84% | - |
| XYZ | 36.42 | 22.78 | 66.77 | - |
| YUV | 133.25 | 174.14 | 166.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 90 | 215 | 0.13 | 0.58 | 0 | 0.16 | 286.56 | 0.61 | 0.6 |
| Hex | BB | 5A | D7 | D | 3A | 0 | 10 | 11F | 3D | 3C |
| Octal | 273 | 132 | 327 | 15 | 72 | 0 | 20 | 437 | 75 | 74 |
| Binary | 10111011 | 1011010 | 11010111 | 1101 | 111010 | 0 | 10000 | 100011111 | 111101 | 111100 |
Color Harmonies of #BB5AD7
Complementary color
Monochromatic Colors of #BB5AD7
Black with #BB5AD7
Text Example
Text Example
White with #BB5AD7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB5AD7; }
p { color: rgb(187,90,215); }
H1.HeaderClassName
{
color: #BB5AD7;
}
.AnyTagClassName
{
color: #BB5AD7;
}
</style>
background-color css
<style>
a { background-color: #BB5AD7; }
a { background-color: rgb(187,90,215); }
div.DivClassName
{
background-color: #BB5AD7;
}
.BgClassName
{
background-color: #BB5AD7;
}
</style>
border-color css
<style>
span { border-color: #BB5AD7; }
span { border-color: rgb(187,90,215); }
td.TdClassName
{
border-color: #BB5AD7;
}
.TagClassName
{
border-color: #BB5AD7;
}
</style>