Shades of Medium Orchid #BB4DD0
Tints of Medium Orchid #BB4DD0
RGB
CMYK
RGB Variations
Color information
#BB4DD0 (or 0xBB4DD0) is known color: Medium Orchid. HEX triplet: BB, 4D and D0. RGB value is (187,77,208). Sum of RGB (Red+Green+Blue) = 187+77+208=472 (62% of max value = 765). Red value is 187 (73.44% from 255 or 39.62% from 472); Green value is 77 (30.47% from 255 or 16.31% from 472); Blue value is 208 (81.64% from 255 or 44.07% from 472); Max value from RGB is 208 - color contains mainly: blue. Hex color #BB4DD0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BB4DD0 is #44B22F. Grayscale: #7C7C7C. Windows color (decimal): -4502064 or 13651387. OLE color: 13651387.
HSL color Cylindrical-coordinate representation of color #BB4DD0: hue angle of 290.38º degrees, saturation: 0.58, 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 #BB4DD0 is Cyan = 0.10, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 187 | 77 | 208 | - |
| CMYK | 0.10 | 0.63 | 0 | 0.18 |
| HSL | 290.38º | 0.58% | 0.56% | - |
| HSV(B) | 290.38º | 0.63% | 0.82% | - |
| XYZ | 34.53 | 20.43 | 61.8 | - |
| YUV | 124.82 | 174.94 | 172.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 77 | 208 | 0.10 | 0.63 | 0 | 0.18 | 290.38 | 0.58 | 0.56 |
| Hex | BB | 4D | D0 | A | 3F | 0 | 12 | 122 | 3A | 38 |
| Octal | 273 | 115 | 320 | 12 | 77 | 0 | 22 | 442 | 72 | 70 |
| Binary | 10111011 | 1001101 | 11010000 | 1010 | 111111 | 0 | 10010 | 100100010 | 111010 | 111000 |
Color Harmonies of #BB4DD0
Complementary color
Monochromatic Colors of #BB4DD0
Black with #BB4DD0
Text Example
Text Example
White with #BB4DD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB4DD0; }
p { color: rgb(187,77,208); }
H1.HeaderClassName
{
color: #BB4DD0;
}
.AnyTagClassName
{
color: #BB4DD0;
}
</style>
background-color css
<style>
a { background-color: #BB4DD0; }
a { background-color: rgb(187,77,208); }
div.DivClassName
{
background-color: #BB4DD0;
}
.BgClassName
{
background-color: #BB4DD0;
}
</style>
border-color css
<style>
span { border-color: #BB4DD0; }
span { border-color: rgb(187,77,208); }
td.TdClassName
{
border-color: #BB4DD0;
}
.TagClassName
{
border-color: #BB4DD0;
}
</style>