Shades of Medium Orchid #BB4DD5
Tints of Medium Orchid #BB4DD5
RGB
CMYK
RGB Variations
Color information
#BB4DD5 (or 0xBB4DD5) is known color: Medium Orchid. HEX triplet: BB, 4D and D5. RGB value is (187,77,213). Sum of RGB (Red+Green+Blue) = 187+77+213=477 (63% of max value = 765). Red value is 187 (73.44% from 255 or 39.20% from 477); Green value is 77 (30.47% from 255 or 16.14% from 477); Blue value is 213 (83.59% from 255 or 44.65% from 477); Max value from RGB is 213 - color contains mainly: blue. Hex color #BB4DD5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BB4DD5 is #44B22A. Grayscale: #7C7C7C. Windows color (decimal): -4502059 or 13979067. OLE color: 13979067.
HSL color Cylindrical-coordinate representation of color #BB4DD5: hue angle of 288.53º degrees, saturation: 0.62, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #BB4DD5 is Cyan = 0.12, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 187 | 77 | 213 | - |
| CMYK | 0.12 | 0.64 | 0 | 0.16 |
| HSL | 288.53º | 0.62% | 0.57% | - |
| HSV(B) | 288.53º | 0.64% | 0.84% | - |
| XYZ | 35.16 | 20.68 | 65.09 | - |
| YUV | 125.39 | 177.44 | 171.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 77 | 213 | 0.12 | 0.64 | 0 | 0.16 | 288.53 | 0.62 | 0.57 |
| Hex | BB | 4D | D5 | C | 40 | 0 | 10 | 121 | 3E | 39 |
| Octal | 273 | 115 | 325 | 14 | 100 | 0 | 20 | 441 | 76 | 71 |
| Binary | 10111011 | 1001101 | 11010101 | 1100 | 1000000 | 0 | 10000 | 100100001 | 111110 | 111001 |
Color Harmonies of #BB4DD5
Complementary color
Monochromatic Colors of #BB4DD5
Black with #BB4DD5
Text Example
Text Example
White with #BB4DD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB4DD5; }
p { color: rgb(187,77,213); }
H1.HeaderClassName
{
color: #BB4DD5;
}
.AnyTagClassName
{
color: #BB4DD5;
}
</style>
background-color css
<style>
a { background-color: #BB4DD5; }
a { background-color: rgb(187,77,213); }
div.DivClassName
{
background-color: #BB4DD5;
}
.BgClassName
{
background-color: #BB4DD5;
}
</style>
border-color css
<style>
span { border-color: #BB4DD5; }
span { border-color: rgb(187,77,213); }
td.TdClassName
{
border-color: #BB4DD5;
}
.TagClassName
{
border-color: #BB4DD5;
}
</style>