Shades of Medium Orchid #BB4EDF
Tints of Medium Orchid #BB4EDF
RGB
CMYK
RGB Variations
Color information
#BB4EDF (or 0xBB4EDF) is known color: Medium Orchid. HEX triplet: BB, 4E and DF. RGB value is (187,78,223). Sum of RGB (Red+Green+Blue) = 187+78+223=488 (64% of max value = 765). Red value is 187 (73.44% from 255 or 38.32% from 488); Green value is 78 (30.86% from 255 or 15.98% from 488); Blue value is 223 (87.5% from 255 or 45.70% from 488); Max value from RGB is 223 - color contains mainly: blue. Hex color #BB4EDF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BB4EDF is #44B120. Grayscale: #7E7E7E. Windows color (decimal): -4501793 or 14634683. OLE color: 14634683.
HSL color Cylindrical-coordinate representation of color #BB4EDF: hue angle of 285.1º degrees, saturation: 0.69, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #BB4EDF is Cyan = 0.16, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 187 | 78 | 223 | - |
| CMYK | 0.16 | 0.65 | 0 | 0.13 |
| HSL | 285.1º | 0.69% | 0.59% | - |
| HSV(B) | 285.1º | 0.65% | 0.87% | - |
| XYZ | 36.54 | 21.34 | 72.01 | - |
| YUV | 127.12 | 182.11 | 170.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 78 | 223 | 0.16 | 0.65 | 0 | 0.13 | 285.1 | 0.69 | 0.59 |
| Hex | BB | 4E | DF | 10 | 41 | 0 | D | 11D | 45 | 3B |
| Octal | 273 | 116 | 337 | 20 | 101 | 0 | 15 | 435 | 105 | 73 |
| Binary | 10111011 | 1001110 | 11011111 | 10000 | 1000001 | 0 | 1101 | 100011101 | 1000101 | 111011 |
Color Harmonies of #BB4EDF
Complementary color
Monochromatic Colors of #BB4EDF
Black with #BB4EDF
Text Example
Text Example
White with #BB4EDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB4EDF; }
p { color: rgb(187,78,223); }
H1.HeaderClassName
{
color: #BB4EDF;
}
.AnyTagClassName
{
color: #BB4EDF;
}
</style>
background-color css
<style>
a { background-color: #BB4EDF; }
a { background-color: rgb(187,78,223); }
div.DivClassName
{
background-color: #BB4EDF;
}
.BgClassName
{
background-color: #BB4EDF;
}
</style>
border-color css
<style>
span { border-color: #BB4EDF; }
span { border-color: rgb(187,78,223); }
td.TdClassName
{
border-color: #BB4EDF;
}
.TagClassName
{
border-color: #BB4EDF;
}
</style>