Shades of Medium Orchid #BB6FED
Tints of Medium Orchid #BB6FED
RGB
CMYK
RGB Variations
Color information
#BB6FED (or 0xBB6FED) is known color: Medium Orchid. HEX triplet: BB, 6F and ED. RGB value is (187,111,237). Sum of RGB (Red+Green+Blue) = 187+111+237=535 (70% of max value = 765). Red value is 187 (73.44% from 255 or 34.95% from 535); Green value is 111 (43.75% from 255 or 20.75% from 535); Blue value is 237 (92.97% from 255 or 44.30% from 535); Max value from RGB is 237 - color contains mainly: blue. Hex color #BB6FED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BB6FED is #449012. Grayscale: #939393. Windows color (decimal): -4493331 or 15560635. OLE color: 15560635.
HSL color Cylindrical-coordinate representation of color #BB6FED: hue angle of 276.19º degrees, saturation: 0.78, 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 #BB6FED is Cyan = 0.21, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 187 | 111 | 237 | - |
| CMYK | 0.21 | 0.53 | 0 | 0.07 |
| HSL | 276.19º | 0.78% | 0.68% | - |
| HSV(B) | 276.19º | 0.53% | 0.93% | - |
| XYZ | 41.46 | 28.05 | 83.35 | - |
| YUV | 148.09 | 178.18 | 155.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 111 | 237 | 0.21 | 0.53 | 0 | 0.07 | 276.19 | 0.78 | 0.68 |
| Hex | BB | 6F | ED | 15 | 35 | 0 | 7 | 114 | 4E | 44 |
| Octal | 273 | 157 | 355 | 25 | 65 | 0 | 7 | 424 | 116 | 104 |
| Binary | 10111011 | 1101111 | 11101101 | 10101 | 110101 | 0 | 111 | 100010100 | 1001110 | 1000100 |
Color Harmonies of #BB6FED
Complementary color
Monochromatic Colors of #BB6FED
Black with #BB6FED
Text Example
Text Example
White with #BB6FED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB6FED; }
p { color: rgb(187,111,237); }
H1.HeaderClassName
{
color: #BB6FED;
}
.AnyTagClassName
{
color: #BB6FED;
}
</style>
background-color css
<style>
a { background-color: #BB6FED; }
a { background-color: rgb(187,111,237); }
div.DivClassName
{
background-color: #BB6FED;
}
.BgClassName
{
background-color: #BB6FED;
}
</style>
border-color css
<style>
span { border-color: #BB6FED; }
span { border-color: rgb(187,111,237); }
td.TdClassName
{
border-color: #BB6FED;
}
.TagClassName
{
border-color: #BB6FED;
}
</style>