Shades of Medium Orchid #BB4CDC
Tints of Medium Orchid #BB4CDC
RGB
CMYK
RGB Variations
Color information
#BB4CDC (or 0xBB4CDC) is known color: Medium Orchid. HEX triplet: BB, 4C and DC. RGB value is (187,76,220). Sum of RGB (Red+Green+Blue) = 187+76+220=483 (63% of max value = 765). Red value is 187 (73.44% from 255 or 38.72% from 483); Green value is 76 (30.08% from 255 or 15.73% from 483); Blue value is 220 (86.33% from 255 or 45.55% from 483); Max value from RGB is 220 - color contains mainly: blue. Hex color #BB4CDC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BB4CDC is #44B323. Grayscale: #7D7D7D. Windows color (decimal): -4502308 or 14437563. OLE color: 14437563.
HSL color Cylindrical-coordinate representation of color #BB4CDC: hue angle of 286.25º 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 #BB4CDC is Cyan = 0.15, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 187 | 76 | 220 | - |
| CMYK | 0.15 | 0.65 | 0 | 0.14 |
| HSL | 286.25º | 0.67% | 0.58% | - |
| HSV(B) | 286.25º | 0.65% | 0.86% | - |
| XYZ | 36 | 20.9 | 69.85 | - |
| YUV | 125.61 | 181.27 | 171.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 76 | 220 | 0.15 | 0.65 | 0 | 0.14 | 286.25 | 0.67 | 0.58 |
| Hex | BB | 4C | DC | F | 41 | 0 | E | 11E | 43 | 3A |
| Octal | 273 | 114 | 334 | 17 | 101 | 0 | 16 | 436 | 103 | 72 |
| Binary | 10111011 | 1001100 | 11011100 | 1111 | 1000001 | 0 | 1110 | 100011110 | 1000011 | 111010 |
Color Harmonies of #BB4CDC
Complementary color
Monochromatic Colors of #BB4CDC
Black with #BB4CDC
Text Example
Text Example
White with #BB4CDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB4CDC; }
p { color: rgb(187,76,220); }
H1.HeaderClassName
{
color: #BB4CDC;
}
.AnyTagClassName
{
color: #BB4CDC;
}
</style>
background-color css
<style>
a { background-color: #BB4CDC; }
a { background-color: rgb(187,76,220); }
div.DivClassName
{
background-color: #BB4CDC;
}
.BgClassName
{
background-color: #BB4CDC;
}
</style>
border-color css
<style>
span { border-color: #BB4CDC; }
span { border-color: rgb(187,76,220); }
td.TdClassName
{
border-color: #BB4CDC;
}
.TagClassName
{
border-color: #BB4CDC;
}
</style>