Shades of Medium Orchid #BB6FEE
Tints of Medium Orchid #BB6FEE
RGB
CMYK
RGB Variations
Color information
#BB6FEE (or 0xBB6FEE) is known color: Medium Orchid. HEX triplet: BB, 6F and EE. RGB value is (187,111,238). Sum of RGB (Red+Green+Blue) = 187+111+238=536 (70% of max value = 765). Red value is 187 (73.44% from 255 or 34.89% from 536); Green value is 111 (43.75% from 255 or 20.71% from 536); Blue value is 238 (93.36% from 255 or 44.40% from 536); Max value from RGB is 238 - color contains mainly: blue. Hex color #BB6FEE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BB6FEE is #449011. Grayscale: #939393. Windows color (decimal): -4493330 or 15626171. OLE color: 15626171.
HSL color Cylindrical-coordinate representation of color #BB6FEE: hue angle of 275.91º degrees, saturation: 0.79, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #BB6FEE is Cyan = 0.21, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 187 | 111 | 238 | - |
| CMYK | 0.21 | 0.53 | 0 | 0.07 |
| HSL | 275.91º | 0.79% | 0.68% | - |
| HSV(B) | 275.91º | 0.53% | 0.93% | - |
| XYZ | 41.61 | 28.11 | 84.12 | - |
| YUV | 148.2 | 178.68 | 155.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 111 | 238 | 0.21 | 0.53 | 0 | 0.07 | 275.91 | 0.79 | 0.68 |
| Hex | BB | 6F | EE | 15 | 35 | 0 | 7 | 114 | 4F | 44 |
| Octal | 273 | 157 | 356 | 25 | 65 | 0 | 7 | 424 | 117 | 104 |
| Binary | 10111011 | 1101111 | 11101110 | 10101 | 110101 | 0 | 111 | 100010100 | 1001111 | 1000100 |
Color Harmonies of #BB6FEE
Complementary color
Monochromatic Colors of #BB6FEE
Black with #BB6FEE
Text Example
Text Example
White with #BB6FEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB6FEE; }
p { color: rgb(187,111,238); }
H1.HeaderClassName
{
color: #BB6FEE;
}
.AnyTagClassName
{
color: #BB6FEE;
}
</style>
background-color css
<style>
a { background-color: #BB6FEE; }
a { background-color: rgb(187,111,238); }
div.DivClassName
{
background-color: #BB6FEE;
}
.BgClassName
{
background-color: #BB6FEE;
}
</style>
border-color css
<style>
span { border-color: #BB6FEE; }
span { border-color: rgb(187,111,238); }
td.TdClassName
{
border-color: #BB6FEE;
}
.TagClassName
{
border-color: #BB6FEE;
}
</style>