Shades of Medium Orchid #BB4DDC
Tints of Medium Orchid #BB4DDC
RGB
CMYK
RGB Variations
Color information
#BB4DDC (or 0xBB4DDC) is known color: Medium Orchid. HEX triplet: BB, 4D and DC. RGB value is (187,77,220). Sum of RGB (Red+Green+Blue) = 187+77+220=484 (64% of max value = 765). Red value is 187 (73.44% from 255 or 38.64% from 484); Green value is 77 (30.47% from 255 or 15.91% from 484); Blue value is 220 (86.33% from 255 or 45.45% from 484); Max value from RGB is 220 - color contains mainly: blue. Hex color #BB4DDC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BB4DDC is #44B223. Grayscale: #7D7D7D. Windows color (decimal): -4502052 or 14437819. OLE color: 14437819.
HSL color Cylindrical-coordinate representation of color #BB4DDC: hue angle of 286.15º degrees, saturation: 0.67, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #BB4DDC is Cyan = 0.15, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 187 | 77 | 220 | - |
| CMYK | 0.15 | 0.65 | 0 | 0.14 |
| HSL | 286.15º | 0.67% | 0.58% | - |
| HSV(B) | 286.15º | 0.65% | 0.86% | - |
| XYZ | 36.07 | 21.04 | 69.87 | - |
| YUV | 126.19 | 180.94 | 171.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 77 | 220 | 0.15 | 0.65 | 0 | 0.14 | 286.15 | 0.67 | 0.58 |
| Hex | BB | 4D | DC | F | 41 | 0 | E | 11E | 43 | 3A |
| Octal | 273 | 115 | 334 | 17 | 101 | 0 | 16 | 436 | 103 | 72 |
| Binary | 10111011 | 1001101 | 11011100 | 1111 | 1000001 | 0 | 1110 | 100011110 | 1000011 | 111010 |
Color Harmonies of #BB4DDC
Complementary color
Monochromatic Colors of #BB4DDC
Black with #BB4DDC
Text Example
Text Example
White with #BB4DDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB4DDC; }
p { color: rgb(187,77,220); }
H1.HeaderClassName
{
color: #BB4DDC;
}
.AnyTagClassName
{
color: #BB4DDC;
}
</style>
background-color css
<style>
a { background-color: #BB4DDC; }
a { background-color: rgb(187,77,220); }
div.DivClassName
{
background-color: #BB4DDC;
}
.BgClassName
{
background-color: #BB4DDC;
}
</style>
border-color css
<style>
span { border-color: #BB4DDC; }
span { border-color: rgb(187,77,220); }
td.TdClassName
{
border-color: #BB4DDC;
}
.TagClassName
{
border-color: #BB4DDC;
}
</style>