Shades of Medium Orchid #BB6FEA
Tints of Medium Orchid #BB6FEA
RGB
CMYK
RGB Variations
Color information
#BB6FEA (or 0xBB6FEA) is known color: Medium Orchid. HEX triplet: BB, 6F and EA. RGB value is (187,111,234). Sum of RGB (Red+Green+Blue) = 187+111+234=532 (70% of max value = 765). Red value is 187 (73.44% from 255 or 35.15% from 532); Green value is 111 (43.75% from 255 or 20.86% from 532); Blue value is 234 (91.80% from 255 or 43.98% from 532); Max value from RGB is 234 - color contains mainly: blue. Hex color #BB6FEA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BB6FEA is #449015. Grayscale: #939393. Windows color (decimal): -4493334 or 15364027. OLE color: 15364027.
HSL color Cylindrical-coordinate representation of color #BB6FEA: hue angle of 277.07º degrees, saturation: 0.75, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #BB6FEA is Cyan = 0.20, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 187 | 111 | 234 | - |
| CMYK | 0.20 | 0.53 | 0 | 0.08 |
| HSL | 277.07º | 0.75% | 0.68% | - |
| HSV(B) | 277.07º | 0.53% | 0.92% | - |
| XYZ | 41.03 | 27.87 | 81.06 | - |
| YUV | 147.75 | 176.68 | 156 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 111 | 234 | 0.20 | 0.53 | 0 | 0.08 | 277.07 | 0.75 | 0.68 |
| Hex | BB | 6F | EA | 14 | 35 | 0 | 8 | 115 | 4B | 44 |
| Octal | 273 | 157 | 352 | 24 | 65 | 0 | 10 | 425 | 113 | 104 |
| Binary | 10111011 | 1101111 | 11101010 | 10100 | 110101 | 0 | 1000 | 100010101 | 1001011 | 1000100 |
Color Harmonies of #BB6FEA
Complementary color
Monochromatic Colors of #BB6FEA
Black with #BB6FEA
Text Example
Text Example
White with #BB6FEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB6FEA; }
p { color: rgb(187,111,234); }
H1.HeaderClassName
{
color: #BB6FEA;
}
.AnyTagClassName
{
color: #BB6FEA;
}
</style>
background-color css
<style>
a { background-color: #BB6FEA; }
a { background-color: rgb(187,111,234); }
div.DivClassName
{
background-color: #BB6FEA;
}
.BgClassName
{
background-color: #BB6FEA;
}
</style>
border-color css
<style>
span { border-color: #BB6FEA; }
span { border-color: rgb(187,111,234); }
td.TdClassName
{
border-color: #BB6FEA;
}
.TagClassName
{
border-color: #BB6FEA;
}
</style>