Shades of Medium Orchid #BB44EF
Tints of Medium Orchid #BB44EF
RGB
CMYK
RGB Variations
Color information
#BB44EF (or 0xBB44EF) is known color: Medium Orchid. HEX triplet: BB, 44 and EF. RGB value is (187,68,239). Sum of RGB (Red+Green+Blue) = 187+68+239=494 (65% of max value = 765). Red value is 187 (73.44% from 255 or 37.85% from 494); Green value is 68 (26.95% from 255 or 13.77% from 494); Blue value is 239 (93.75% from 255 or 48.38% from 494); Max value from RGB is 239 - color contains mainly: blue. Hex color #BB44EF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BB44EF is #44BB10. Grayscale: #7A7A7A. Windows color (decimal): -4504337 or 15680699. OLE color: 15680699.
HSL color Cylindrical-coordinate representation of color #BB44EF: hue angle of 281.75º degrees, saturation: 0.84, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #BB44EF is Cyan = 0.22, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 187 | 68 | 239 | - |
| CMYK | 0.22 | 0.72 | 0 | 0.06 |
| HSL | 281.75º | 0.84% | 0.6% | - |
| HSV(B) | 281.75º | 0.72% | 0.94% | - |
| XYZ | 38.14 | 20.93 | 83.69 | - |
| YUV | 123.08 | 193.42 | 173.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 68 | 239 | 0.22 | 0.72 | 0 | 0.06 | 281.75 | 0.84 | 0.6 |
| Hex | BB | 44 | EF | 16 | 48 | 0 | 6 | 11A | 54 | 3C |
| Octal | 273 | 104 | 357 | 26 | 110 | 0 | 6 | 432 | 124 | 74 |
| Binary | 10111011 | 1000100 | 11101111 | 10110 | 1001000 | 0 | 110 | 100011010 | 1010100 | 111100 |
Color Harmonies of #BB44EF
Complementary color
Monochromatic Colors of #BB44EF
Black with #BB44EF
Text Example
Text Example
White with #BB44EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB44EF; }
p { color: rgb(187,68,239); }
H1.HeaderClassName
{
color: #BB44EF;
}
.AnyTagClassName
{
color: #BB44EF;
}
</style>
background-color css
<style>
a { background-color: #BB44EF; }
a { background-color: rgb(187,68,239); }
div.DivClassName
{
background-color: #BB44EF;
}
.BgClassName
{
background-color: #BB44EF;
}
</style>
border-color css
<style>
span { border-color: #BB44EF; }
span { border-color: rgb(187,68,239); }
td.TdClassName
{
border-color: #BB44EF;
}
.TagClassName
{
border-color: #BB44EF;
}
</style>