Shades of Medium Orchid #BB4DD1
Tints of Medium Orchid #BB4DD1
RGB
CMYK
RGB Variations
Color information
#BB4DD1 (or 0xBB4DD1) is known color: Medium Orchid. HEX triplet: BB, 4D and D1. RGB value is (187,77,209). Sum of RGB (Red+Green+Blue) = 187+77+209=473 (62% of max value = 765). Red value is 187 (73.44% from 255 or 39.53% from 473); Green value is 77 (30.47% from 255 or 16.28% from 473); Blue value is 209 (82.03% from 255 or 44.19% from 473); Max value from RGB is 209 - color contains mainly: blue. Hex color #BB4DD1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BB4DD1 is #44B22E. Grayscale: #7C7C7C. Windows color (decimal): -4502063 or 13716923. OLE color: 13716923.
HSL color Cylindrical-coordinate representation of color #BB4DD1: hue angle of 290º degrees, saturation: 0.59, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #BB4DD1 is Cyan = 0.11, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 187 | 77 | 209 | - |
| CMYK | 0.11 | 0.63 | 0 | 0.18 |
| HSL | 290º | 0.59% | 0.56% | - |
| HSV(B) | 290º | 0.63% | 0.82% | - |
| XYZ | 34.66 | 20.48 | 62.45 | - |
| YUV | 124.94 | 175.44 | 172.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 77 | 209 | 0.11 | 0.63 | 0 | 0.18 | 290 | 0.59 | 0.56 |
| Hex | BB | 4D | D1 | B | 3F | 0 | 12 | 122 | 3B | 38 |
| Octal | 273 | 115 | 321 | 13 | 77 | 0 | 22 | 442 | 73 | 70 |
| Binary | 10111011 | 1001101 | 11010001 | 1011 | 111111 | 0 | 10010 | 100100010 | 111011 | 111000 |
Color Harmonies of #BB4DD1
Complementary color
Monochromatic Colors of #BB4DD1
Black with #BB4DD1
Text Example
Text Example
White with #BB4DD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB4DD1; }
p { color: rgb(187,77,209); }
H1.HeaderClassName
{
color: #BB4DD1;
}
.AnyTagClassName
{
color: #BB4DD1;
}
</style>
background-color css
<style>
a { background-color: #BB4DD1; }
a { background-color: rgb(187,77,209); }
div.DivClassName
{
background-color: #BB4DD1;
}
.BgClassName
{
background-color: #BB4DD1;
}
</style>
border-color css
<style>
span { border-color: #BB4DD1; }
span { border-color: rgb(187,77,209); }
td.TdClassName
{
border-color: #BB4DD1;
}
.TagClassName
{
border-color: #BB4DD1;
}
</style>