Shades of Medium Orchid #BB4CD3
Tints of Medium Orchid #BB4CD3
RGB
CMYK
RGB Variations
Color information
#BB4CD3 (or 0xBB4CD3) is known color: Medium Orchid. HEX triplet: BB, 4C and D3. RGB value is (187,76,211). Sum of RGB (Red+Green+Blue) = 187+76+211=474 (62% of max value = 765). Red value is 187 (73.44% from 255 or 39.45% from 474); Green value is 76 (30.08% from 255 or 16.03% from 474); Blue value is 211 (82.81% from 255 or 44.51% from 474); Max value from RGB is 211 - color contains mainly: blue. Hex color #BB4CD3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BB4CD3 is #44B32C. Grayscale: #7C7C7C. Windows color (decimal): -4502317 or 13847739. OLE color: 13847739.
HSL color Cylindrical-coordinate representation of color #BB4CD3: hue angle of 289.33º degrees, saturation: 0.61, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #BB4CD3 is Cyan = 0.11, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 187 | 76 | 211 | - |
| CMYK | 0.11 | 0.64 | 0 | 0.17 |
| HSL | 289.33º | 0.61% | 0.56% | - |
| HSV(B) | 289.33º | 0.64% | 0.83% | - |
| XYZ | 34.84 | 20.44 | 63.74 | - |
| YUV | 124.58 | 176.77 | 172.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 76 | 211 | 0.11 | 0.64 | 0 | 0.17 | 289.33 | 0.61 | 0.56 |
| Hex | BB | 4C | D3 | B | 40 | 0 | 11 | 121 | 3D | 38 |
| Octal | 273 | 114 | 323 | 13 | 100 | 0 | 21 | 441 | 75 | 70 |
| Binary | 10111011 | 1001100 | 11010011 | 1011 | 1000000 | 0 | 10001 | 100100001 | 111101 | 111000 |
Color Harmonies of #BB4CD3
Complementary color
Monochromatic Colors of #BB4CD3
Black with #BB4CD3
Text Example
Text Example
White with #BB4CD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB4CD3; }
p { color: rgb(187,76,211); }
H1.HeaderClassName
{
color: #BB4CD3;
}
.AnyTagClassName
{
color: #BB4CD3;
}
</style>
background-color css
<style>
a { background-color: #BB4CD3; }
a { background-color: rgb(187,76,211); }
div.DivClassName
{
background-color: #BB4CD3;
}
.BgClassName
{
background-color: #BB4CD3;
}
</style>
border-color css
<style>
span { border-color: #BB4CD3; }
span { border-color: rgb(187,76,211); }
td.TdClassName
{
border-color: #BB4CD3;
}
.TagClassName
{
border-color: #BB4CD3;
}
</style>