Shades of Medium Orchid #BB49D2
Tints of Medium Orchid #BB49D2
RGB
CMYK
RGB Variations
Color information
#BB49D2 (or 0xBB49D2) is known color: Medium Orchid. HEX triplet: BB, 49 and D2. RGB value is (187,73,210). Sum of RGB (Red+Green+Blue) = 187+73+210=470 (62% of max value = 765). Red value is 187 (73.44% from 255 or 39.79% from 470); Green value is 73 (28.91% from 255 or 15.53% from 470); Blue value is 210 (82.42% from 255 or 44.68% from 470); Max value from RGB is 210 - color contains mainly: blue. Hex color #BB49D2 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BB49D2 is #44B62D. Grayscale: #7A7A7A. Windows color (decimal): -4503086 or 13781435. OLE color: 13781435.
HSL color Cylindrical-coordinate representation of color #BB49D2: hue angle of 289.93º degrees, saturation: 0.6, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #BB49D2 is Cyan = 0.11, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 187 | 73 | 210 | - |
| CMYK | 0.11 | 0.65 | 0 | 0.18 |
| HSL | 289.93º | 0.6% | 0.55% | - |
| HSV(B) | 289.93º | 0.65% | 0.82% | - |
| XYZ | 34.51 | 19.98 | 63.01 | - |
| YUV | 122.7 | 177.27 | 173.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 73 | 210 | 0.11 | 0.65 | 0 | 0.18 | 289.93 | 0.6 | 0.55 |
| Hex | BB | 49 | D2 | B | 41 | 0 | 12 | 122 | 3C | 37 |
| Octal | 273 | 111 | 322 | 13 | 101 | 0 | 22 | 442 | 74 | 67 |
| Binary | 10111011 | 1001001 | 11010010 | 1011 | 1000001 | 0 | 10010 | 100100010 | 111100 | 110111 |
Color Harmonies of #BB49D2
Complementary color
Monochromatic Colors of #BB49D2
Black with #BB49D2
Text Example
Text Example
White with #BB49D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB49D2; }
p { color: rgb(187,73,210); }
H1.HeaderClassName
{
color: #BB49D2;
}
.AnyTagClassName
{
color: #BB49D2;
}
</style>
background-color css
<style>
a { background-color: #BB49D2; }
a { background-color: rgb(187,73,210); }
div.DivClassName
{
background-color: #BB49D2;
}
.BgClassName
{
background-color: #BB49D2;
}
</style>
border-color css
<style>
span { border-color: #BB49D2; }
span { border-color: rgb(187,73,210); }
td.TdClassName
{
border-color: #BB49D2;
}
.TagClassName
{
border-color: #BB49D2;
}
</style>