Shades of Medium Orchid #BB3EEF
Tints of Medium Orchid #BB3EEF
RGB
CMYK
RGB Variations
Color information
#BB3EEF (or 0xBB3EEF) is known color: Medium Orchid. HEX triplet: BB, 3E and EF. RGB value is (187,62,239). Sum of RGB (Red+Green+Blue) = 187+62+239=488 (64% of max value = 765). Red value is 187 (73.44% from 255 or 38.32% from 488); Green value is 62 (24.61% from 255 or 12.70% from 488); Blue value is 239 (93.75% from 255 or 48.98% from 488); Max value from RGB is 239 - color contains mainly: blue. Hex color #BB3EEF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BB3EEF is #44C110. Grayscale: #767676. Windows color (decimal): -4505873 or 15679163. OLE color: 15679163.
HSL color Cylindrical-coordinate representation of color #BB3EEF: hue angle of 282.37º degrees, saturation: 0.85, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #BB3EEF is Cyan = 0.22, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 187 | 62 | 239 | - |
| CMYK | 0.22 | 0.74 | 0 | 0.06 |
| HSL | 282.37º | 0.85% | 0.59% | - |
| HSV(B) | 282.37º | 0.74% | 0.94% | - |
| XYZ | 37.8 | 20.24 | 83.58 | - |
| YUV | 119.55 | 195.41 | 176.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 62 | 239 | 0.22 | 0.74 | 0 | 0.06 | 282.37 | 0.85 | 0.59 |
| Hex | BB | 3E | EF | 16 | 4A | 0 | 6 | 11A | 55 | 3B |
| Octal | 273 | 76 | 357 | 26 | 112 | 0 | 6 | 432 | 125 | 73 |
| Binary | 10111011 | 111110 | 11101111 | 10110 | 1001010 | 0 | 110 | 100011010 | 1010101 | 111011 |
Color Harmonies of #BB3EEF
Complementary color
Monochromatic Colors of #BB3EEF
Black with #BB3EEF
Text Example
Text Example
White with #BB3EEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB3EEF; }
p { color: rgb(187,62,239); }
H1.HeaderClassName
{
color: #BB3EEF;
}
.AnyTagClassName
{
color: #BB3EEF;
}
</style>
background-color css
<style>
a { background-color: #BB3EEF; }
a { background-color: rgb(187,62,239); }
div.DivClassName
{
background-color: #BB3EEF;
}
.BgClassName
{
background-color: #BB3EEF;
}
</style>
border-color css
<style>
span { border-color: #BB3EEF; }
span { border-color: rgb(187,62,239); }
td.TdClassName
{
border-color: #BB3EEF;
}
.TagClassName
{
border-color: #BB3EEF;
}
</style>