Shades of Medium Orchid #BB4ADF
Tints of Medium Orchid #BB4ADF
RGB
CMYK
RGB Variations
Color information
#BB4ADF (or 0xBB4ADF) is known color: Medium Orchid. HEX triplet: BB, 4A and DF. RGB value is (187,74,223). Sum of RGB (Red+Green+Blue) = 187+74+223=484 (64% of max value = 765). Red value is 187 (73.44% from 255 or 38.64% from 484); Green value is 74 (29.30% from 255 or 15.29% from 484); Blue value is 223 (87.5% from 255 or 46.07% from 484); Max value from RGB is 223 - color contains mainly: blue. Hex color #BB4ADF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BB4ADF is #44B520. Grayscale: #7C7C7C. Windows color (decimal): -4502817 or 14633659. OLE color: 14633659.
HSL color Cylindrical-coordinate representation of color #BB4ADF: hue angle of 285.5º degrees, saturation: 0.7, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #BB4ADF is Cyan = 0.16, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 187 | 74 | 223 | - |
| CMYK | 0.16 | 0.67 | 0 | 0.13 |
| HSL | 285.5º | 0.7% | 0.58% | - |
| HSV(B) | 285.5º | 0.67% | 0.87% | - |
| XYZ | 36.26 | 20.79 | 71.91 | - |
| YUV | 124.77 | 183.44 | 172.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 74 | 223 | 0.16 | 0.67 | 0 | 0.13 | 285.5 | 0.7 | 0.58 |
| Hex | BB | 4A | DF | 10 | 43 | 0 | D | 11E | 46 | 3A |
| Octal | 273 | 112 | 337 | 20 | 103 | 0 | 15 | 436 | 106 | 72 |
| Binary | 10111011 | 1001010 | 11011111 | 10000 | 1000011 | 0 | 1101 | 100011110 | 1000110 | 111010 |
Color Harmonies of #BB4ADF
Complementary color
Monochromatic Colors of #BB4ADF
Black with #BB4ADF
Text Example
Text Example
White with #BB4ADF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB4ADF; }
p { color: rgb(187,74,223); }
H1.HeaderClassName
{
color: #BB4ADF;
}
.AnyTagClassName
{
color: #BB4ADF;
}
</style>
background-color css
<style>
a { background-color: #BB4ADF; }
a { background-color: rgb(187,74,223); }
div.DivClassName
{
background-color: #BB4ADF;
}
.BgClassName
{
background-color: #BB4ADF;
}
</style>
border-color css
<style>
span { border-color: #BB4ADF; }
span { border-color: rgb(187,74,223); }
td.TdClassName
{
border-color: #BB4ADF;
}
.TagClassName
{
border-color: #BB4ADF;
}
</style>