Shades of Medium Orchid #BB3CEF
Tints of Medium Orchid #BB3CEF
RGB
CMYK
RGB Variations
Color information
#BB3CEF (or 0xBB3CEF) is known color: Medium Orchid. HEX triplet: BB, 3C and EF. RGB value is (187,60,239). Sum of RGB (Red+Green+Blue) = 187+60+239=486 (64% of max value = 765). Red value is 187 (73.44% from 255 or 38.48% from 486); Green value is 60 (23.83% from 255 or 12.35% from 486); Blue value is 239 (93.75% from 255 or 49.18% from 486); Max value from RGB is 239 - color contains mainly: blue. Hex color #BB3CEF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BB3CEF is #44C310. Grayscale: #757575. Windows color (decimal): -4506385 or 15678651. OLE color: 15678651.
HSL color Cylindrical-coordinate representation of color #BB3CEF: hue angle of 282.57º degrees, saturation: 0.85, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #BB3CEF is Cyan = 0.22, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 187 | 60 | 239 | - |
| CMYK | 0.22 | 0.75 | 0 | 0.06 |
| HSL | 282.57º | 0.85% | 0.59% | - |
| HSV(B) | 282.57º | 0.75% | 0.94% | - |
| XYZ | 37.69 | 20.03 | 83.54 | - |
| YUV | 118.38 | 196.08 | 176.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 60 | 239 | 0.22 | 0.75 | 0 | 0.06 | 282.57 | 0.85 | 0.59 |
| Hex | BB | 3C | EF | 16 | 4B | 0 | 6 | 11B | 55 | 3B |
| Octal | 273 | 74 | 357 | 26 | 113 | 0 | 6 | 433 | 125 | 73 |
| Binary | 10111011 | 111100 | 11101111 | 10110 | 1001011 | 0 | 110 | 100011011 | 1010101 | 111011 |
Color Harmonies of #BB3CEF
Complementary color
Monochromatic Colors of #BB3CEF
Black with #BB3CEF
Text Example
Text Example
White with #BB3CEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB3CEF; }
p { color: rgb(187,60,239); }
H1.HeaderClassName
{
color: #BB3CEF;
}
.AnyTagClassName
{
color: #BB3CEF;
}
</style>
background-color css
<style>
a { background-color: #BB3CEF; }
a { background-color: rgb(187,60,239); }
div.DivClassName
{
background-color: #BB3CEF;
}
.BgClassName
{
background-color: #BB3CEF;
}
</style>
border-color css
<style>
span { border-color: #BB3CEF; }
span { border-color: rgb(187,60,239); }
td.TdClassName
{
border-color: #BB3CEF;
}
.TagClassName
{
border-color: #BB3CEF;
}
</style>