Shades of Medium Orchid #BB6AEE
Tints of Medium Orchid #BB6AEE
RGB
CMYK
RGB Variations
Color information
#BB6AEE (or 0xBB6AEE) is known color: Medium Orchid. HEX triplet: BB, 6A and EE. RGB value is (187,106,238). Sum of RGB (Red+Green+Blue) = 187+106+238=531 (70% of max value = 765). Red value is 187 (73.44% from 255 or 35.22% from 531); Green value is 106 (41.80% from 255 or 19.96% from 531); Blue value is 238 (93.36% from 255 or 44.82% from 531); Max value from RGB is 238 - color contains mainly: blue. Hex color #BB6AEE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BB6AEE is #449511. Grayscale: #909090. Windows color (decimal): -4494610 or 15624891. OLE color: 15624891.
HSL color Cylindrical-coordinate representation of color #BB6AEE: hue angle of 276.82º degrees, saturation: 0.8, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #BB6AEE is Cyan = 0.21, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 187 | 106 | 238 | - |
| CMYK | 0.21 | 0.55 | 0 | 0.07 |
| HSL | 276.82º | 0.8% | 0.67% | - |
| HSV(B) | 276.82º | 0.55% | 0.93% | - |
| XYZ | 41.08 | 27.05 | 83.94 | - |
| YUV | 145.27 | 180.34 | 157.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 106 | 238 | 0.21 | 0.55 | 0 | 0.07 | 276.82 | 0.8 | 0.67 |
| Hex | BB | 6A | EE | 15 | 37 | 0 | 7 | 115 | 50 | 43 |
| Octal | 273 | 152 | 356 | 25 | 67 | 0 | 7 | 425 | 120 | 103 |
| Binary | 10111011 | 1101010 | 11101110 | 10101 | 110111 | 0 | 111 | 100010101 | 1010000 | 1000011 |
Color Harmonies of #BB6AEE
Complementary color
Monochromatic Colors of #BB6AEE
Black with #BB6AEE
Text Example
Text Example
White with #BB6AEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB6AEE; }
p { color: rgb(187,106,238); }
H1.HeaderClassName
{
color: #BB6AEE;
}
.AnyTagClassName
{
color: #BB6AEE;
}
</style>
background-color css
<style>
a { background-color: #BB6AEE; }
a { background-color: rgb(187,106,238); }
div.DivClassName
{
background-color: #BB6AEE;
}
.BgClassName
{
background-color: #BB6AEE;
}
</style>
border-color css
<style>
span { border-color: #BB6AEE; }
span { border-color: rgb(187,106,238); }
td.TdClassName
{
border-color: #BB6AEE;
}
.TagClassName
{
border-color: #BB6AEE;
}
</style>