Shades of Medium Orchid #BB4EDC
Tints of Medium Orchid #BB4EDC
RGB
CMYK
RGB Variations
Color information
#BB4EDC (or 0xBB4EDC) is known color: Medium Orchid. HEX triplet: BB, 4E and DC. RGB value is (187,78,220). Sum of RGB (Red+Green+Blue) = 187+78+220=485 (64% of max value = 765). Red value is 187 (73.44% from 255 or 38.56% from 485); Green value is 78 (30.86% from 255 or 16.08% from 485); Blue value is 220 (86.33% from 255 or 45.36% from 485); Max value from RGB is 220 - color contains mainly: blue. Hex color #BB4EDC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BB4EDC is #44B123. Grayscale: #7E7E7E. Windows color (decimal): -4501796 or 14438075. OLE color: 14438075.
HSL color Cylindrical-coordinate representation of color #BB4EDC: hue angle of 286.06º 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 #BB4EDC is Cyan = 0.15, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 187 | 78 | 220 | - |
| CMYK | 0.15 | 0.65 | 0 | 0.14 |
| HSL | 286.06º | 0.67% | 0.58% | - |
| HSV(B) | 286.06º | 0.65% | 0.86% | - |
| XYZ | 36.14 | 21.18 | 69.89 | - |
| YUV | 126.78 | 180.61 | 170.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 78 | 220 | 0.15 | 0.65 | 0 | 0.14 | 286.06 | 0.67 | 0.58 |
| Hex | BB | 4E | DC | F | 41 | 0 | E | 11E | 43 | 3A |
| Octal | 273 | 116 | 334 | 17 | 101 | 0 | 16 | 436 | 103 | 72 |
| Binary | 10111011 | 1001110 | 11011100 | 1111 | 1000001 | 0 | 1110 | 100011110 | 1000011 | 111010 |
Color Harmonies of #BB4EDC
Complementary color
Monochromatic Colors of #BB4EDC
Black with #BB4EDC
Text Example
Text Example
White with #BB4EDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB4EDC; }
p { color: rgb(187,78,220); }
H1.HeaderClassName
{
color: #BB4EDC;
}
.AnyTagClassName
{
color: #BB4EDC;
}
</style>
background-color css
<style>
a { background-color: #BB4EDC; }
a { background-color: rgb(187,78,220); }
div.DivClassName
{
background-color: #BB4EDC;
}
.BgClassName
{
background-color: #BB4EDC;
}
</style>
border-color css
<style>
span { border-color: #BB4EDC; }
span { border-color: rgb(187,78,220); }
td.TdClassName
{
border-color: #BB4EDC;
}
.TagClassName
{
border-color: #BB4EDC;
}
</style>