Shades of Medium Orchid #BB3FEE
Tints of Medium Orchid #BB3FEE
RGB
CMYK
RGB Variations
Color information
#BB3FEE (or 0xBB3FEE) is known color: Medium Orchid. HEX triplet: BB, 3F and EE. RGB value is (187,63,238). Sum of RGB (Red+Green+Blue) = 187+63+238=488 (64% of max value = 765). Red value is 187 (73.44% from 255 or 38.32% from 488); Green value is 63 (25% from 255 or 12.91% from 488); Blue value is 238 (93.36% from 255 or 48.77% from 488); Max value from RGB is 238 - color contains mainly: blue. Hex color #BB3FEE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BB3FEE is #44C011. Grayscale: #777777. Windows color (decimal): -4505618 or 15613883. OLE color: 15613883.
HSL color Cylindrical-coordinate representation of color #BB3FEE: hue angle of 282.51º degrees, saturation: 0.84, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #BB3FEE is Cyan = 0.21, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 187 | 63 | 238 | - |
| CMYK | 0.21 | 0.74 | 0 | 0.07 |
| HSL | 282.51º | 0.84% | 0.59% | - |
| HSV(B) | 282.51º | 0.74% | 0.93% | - |
| XYZ | 37.7 | 20.29 | 82.82 | - |
| YUV | 120.03 | 194.58 | 175.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 63 | 238 | 0.21 | 0.74 | 0 | 0.07 | 282.51 | 0.84 | 0.59 |
| Hex | BB | 3F | EE | 15 | 4A | 0 | 7 | 11B | 54 | 3B |
| Octal | 273 | 77 | 356 | 25 | 112 | 0 | 7 | 433 | 124 | 73 |
| Binary | 10111011 | 111111 | 11101110 | 10101 | 1001010 | 0 | 111 | 100011011 | 1010100 | 111011 |
Color Harmonies of #BB3FEE
Complementary color
Monochromatic Colors of #BB3FEE
Black with #BB3FEE
Text Example
Text Example
White with #BB3FEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB3FEE; }
p { color: rgb(187,63,238); }
H1.HeaderClassName
{
color: #BB3FEE;
}
.AnyTagClassName
{
color: #BB3FEE;
}
</style>
background-color css
<style>
a { background-color: #BB3FEE; }
a { background-color: rgb(187,63,238); }
div.DivClassName
{
background-color: #BB3FEE;
}
.BgClassName
{
background-color: #BB3FEE;
}
</style>
border-color css
<style>
span { border-color: #BB3FEE; }
span { border-color: rgb(187,63,238); }
td.TdClassName
{
border-color: #BB3FEE;
}
.TagClassName
{
border-color: #BB3FEE;
}
</style>