Shades of Medium Orchid #BB5ADF
Tints of Medium Orchid #BB5ADF
RGB
CMYK
RGB Variations
Color information
#BB5ADF (or 0xBB5ADF) is known color: Medium Orchid. HEX triplet: BB, 5A and DF. RGB value is (187,90,223). Sum of RGB (Red+Green+Blue) = 187+90+223=500 (66% of max value = 765). Red value is 187 (73.44% from 255 or 37.4% from 500); Green value is 90 (35.55% from 255 or 18% from 500); Blue value is 223 (87.5% from 255 or 44.6% from 500); Max value from RGB is 223 - color contains mainly: blue. Hex color #BB5ADF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BB5ADF is #44A520. Grayscale: #858585. Windows color (decimal): -4498721 or 14637755. OLE color: 14637755.
HSL color Cylindrical-coordinate representation of color #BB5ADF: hue angle of 283.76º degrees, saturation: 0.68, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #BB5ADF is Cyan = 0.16, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 187 | 90 | 223 | - |
| CMYK | 0.16 | 0.60 | 0 | 0.13 |
| HSL | 283.76º | 0.68% | 0.61% | - |
| HSV(B) | 283.76º | 0.6% | 0.87% | - |
| XYZ | 37.47 | 23.2 | 72.32 | - |
| YUV | 134.17 | 178.14 | 165.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 90 | 223 | 0.16 | 0.60 | 0 | 0.13 | 283.76 | 0.68 | 0.61 |
| Hex | BB | 5A | DF | 10 | 3C | 0 | D | 11C | 44 | 3D |
| Octal | 273 | 132 | 337 | 20 | 74 | 0 | 15 | 434 | 104 | 75 |
| Binary | 10111011 | 1011010 | 11011111 | 10000 | 111100 | 0 | 1101 | 100011100 | 1000100 | 111101 |
Color Harmonies of #BB5ADF
Complementary color
Monochromatic Colors of #BB5ADF
Black with #BB5ADF
Text Example
Text Example
White with #BB5ADF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB5ADF; }
p { color: rgb(187,90,223); }
H1.HeaderClassName
{
color: #BB5ADF;
}
.AnyTagClassName
{
color: #BB5ADF;
}
</style>
background-color css
<style>
a { background-color: #BB5ADF; }
a { background-color: rgb(187,90,223); }
div.DivClassName
{
background-color: #BB5ADF;
}
.BgClassName
{
background-color: #BB5ADF;
}
</style>
border-color css
<style>
span { border-color: #BB5ADF; }
span { border-color: rgb(187,90,223); }
td.TdClassName
{
border-color: #BB5ADF;
}
.TagClassName
{
border-color: #BB5ADF;
}
</style>