Shades of Medium Orchid #BB4DC9
Tints of Medium Orchid #BB4DC9
RGB
CMYK
RGB Variations
Color information
#BB4DC9 (or 0xBB4DC9) is known color: Medium Orchid. HEX triplet: BB, 4D and C9. RGB value is (187,77,201). Sum of RGB (Red+Green+Blue) = 187+77+201=465 (61% of max value = 765). Red value is 187 (73.44% from 255 or 40.22% from 465); Green value is 77 (30.47% from 255 or 16.56% from 465); Blue value is 201 (78.91% from 255 or 43.23% from 465); Max value from RGB is 201 - color contains mainly: blue. Hex color #BB4DC9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BB4DC9 is #44B236. Grayscale: #7B7B7B. Windows color (decimal): -4502071 or 13192635. OLE color: 13192635.
HSL color Cylindrical-coordinate representation of color #BB4DC9: hue angle of 293.23º degrees, saturation: 0.53, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #BB4DC9 is Cyan = 0.07, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 187 | 77 | 201 | - |
| CMYK | 0.07 | 0.62 | 0 | 0.21 |
| HSL | 293.23º | 0.53% | 0.55% | - |
| HSV(B) | 293.23º | 0.62% | 0.79% | - |
| XYZ | 33.69 | 20.09 | 57.36 | - |
| YUV | 124.03 | 171.44 | 172.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 77 | 201 | 0.07 | 0.62 | 0 | 0.21 | 293.23 | 0.53 | 0.55 |
| Hex | BB | 4D | C9 | 7 | 3E | 0 | 15 | 125 | 35 | 37 |
| Octal | 273 | 115 | 311 | 7 | 76 | 0 | 25 | 445 | 65 | 67 |
| Binary | 10111011 | 1001101 | 11001001 | 111 | 111110 | 0 | 10101 | 100100101 | 110101 | 110111 |
Color Harmonies of #BB4DC9
Complementary color
Monochromatic Colors of #BB4DC9
Black with #BB4DC9
Text Example
Text Example
White with #BB4DC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB4DC9; }
p { color: rgb(187,77,201); }
H1.HeaderClassName
{
color: #BB4DC9;
}
.AnyTagClassName
{
color: #BB4DC9;
}
</style>
background-color css
<style>
a { background-color: #BB4DC9; }
a { background-color: rgb(187,77,201); }
div.DivClassName
{
background-color: #BB4DC9;
}
.BgClassName
{
background-color: #BB4DC9;
}
</style>
border-color css
<style>
span { border-color: #BB4DC9; }
span { border-color: rgb(187,77,201); }
td.TdClassName
{
border-color: #BB4DC9;
}
.TagClassName
{
border-color: #BB4DC9;
}
</style>