Shades of Medium Orchid #BB3BDC
Tints of Medium Orchid #BB3BDC
RGB
CMYK
RGB Variations
Color information
#BB3BDC (or 0xBB3BDC) is known color: Medium Orchid. HEX triplet: BB, 3B and DC. RGB value is (187,59,220). Sum of RGB (Red+Green+Blue) = 187+59+220=466 (61% of max value = 765). Red value is 187 (73.44% from 255 or 40.13% from 466); Green value is 59 (23.44% from 255 or 12.66% from 466); Blue value is 220 (86.33% from 255 or 47.21% from 466); Max value from RGB is 220 - color contains mainly: blue. Hex color #BB3BDC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BB3BDC is #44C423. Grayscale: #737373. Windows color (decimal): -4506660 or 14433211. OLE color: 14433211.
HSL color Cylindrical-coordinate representation of color #BB3BDC: hue angle of 287.7º degrees, saturation: 0.7, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #BB3BDC is Cyan = 0.15, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 187 | 59 | 220 | - |
| CMYK | 0.15 | 0.73 | 0 | 0.14 |
| HSL | 287.7º | 0.7% | 0.55% | - |
| HSV(B) | 287.7º | 0.73% | 0.86% | - |
| XYZ | 34.98 | 18.86 | 69.51 | - |
| YUV | 115.63 | 186.91 | 178.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 59 | 220 | 0.15 | 0.73 | 0 | 0.14 | 287.7 | 0.7 | 0.55 |
| Hex | BB | 3B | DC | F | 49 | 0 | E | 120 | 46 | 37 |
| Octal | 273 | 73 | 334 | 17 | 111 | 0 | 16 | 440 | 106 | 67 |
| Binary | 10111011 | 111011 | 11011100 | 1111 | 1001001 | 0 | 1110 | 100100000 | 1000110 | 110111 |
Color Harmonies of #BB3BDC
Complementary color
Monochromatic Colors of #BB3BDC
Black with #BB3BDC
Text Example
Text Example
White with #BB3BDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB3BDC; }
p { color: rgb(187,59,220); }
H1.HeaderClassName
{
color: #BB3BDC;
}
.AnyTagClassName
{
color: #BB3BDC;
}
</style>
background-color css
<style>
a { background-color: #BB3BDC; }
a { background-color: rgb(187,59,220); }
div.DivClassName
{
background-color: #BB3BDC;
}
.BgClassName
{
background-color: #BB3BDC;
}
</style>
border-color css
<style>
span { border-color: #BB3BDC; }
span { border-color: rgb(187,59,220); }
td.TdClassName
{
border-color: #BB3BDC;
}
.TagClassName
{
border-color: #BB3BDC;
}
</style>