Shades of Medium Orchid #BB6FE9
Tints of Medium Orchid #BB6FE9
RGB
CMYK
RGB Variations
Color information
#BB6FE9 (or 0xBB6FE9) is known color: Medium Orchid. HEX triplet: BB, 6F and E9. RGB value is (187,111,233). Sum of RGB (Red+Green+Blue) = 187+111+233=531 (70% of max value = 765). Red value is 187 (73.44% from 255 or 35.22% from 531); Green value is 111 (43.75% from 255 or 20.90% from 531); Blue value is 233 (91.41% from 255 or 43.88% from 531); Max value from RGB is 233 - color contains mainly: blue. Hex color #BB6FE9 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BB6FE9 is #449016. Grayscale: #939393. Windows color (decimal): -4493335 or 15298491. OLE color: 15298491.
HSL color Cylindrical-coordinate representation of color #BB6FE9: hue angle of 277.38º degrees, saturation: 0.73, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #BB6FE9 is Cyan = 0.20, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 187 | 111 | 233 | - |
| CMYK | 0.20 | 0.52 | 0 | 0.09 |
| HSL | 277.38º | 0.73% | 0.67% | - |
| HSV(B) | 277.38º | 0.52% | 0.91% | - |
| XYZ | 40.89 | 27.82 | 80.31 | - |
| YUV | 147.63 | 176.18 | 156.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 111 | 233 | 0.20 | 0.52 | 0 | 0.09 | 277.38 | 0.73 | 0.67 |
| Hex | BB | 6F | E9 | 14 | 34 | 0 | 9 | 115 | 49 | 43 |
| Octal | 273 | 157 | 351 | 24 | 64 | 0 | 11 | 425 | 111 | 103 |
| Binary | 10111011 | 1101111 | 11101001 | 10100 | 110100 | 0 | 1001 | 100010101 | 1001001 | 1000011 |
Color Harmonies of #BB6FE9
Complementary color
Monochromatic Colors of #BB6FE9
Black with #BB6FE9
Text Example
Text Example
White with #BB6FE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB6FE9; }
p { color: rgb(187,111,233); }
H1.HeaderClassName
{
color: #BB6FE9;
}
.AnyTagClassName
{
color: #BB6FE9;
}
</style>
background-color css
<style>
a { background-color: #BB6FE9; }
a { background-color: rgb(187,111,233); }
div.DivClassName
{
background-color: #BB6FE9;
}
.BgClassName
{
background-color: #BB6FE9;
}
</style>
border-color css
<style>
span { border-color: #BB6FE9; }
span { border-color: rgb(187,111,233); }
td.TdClassName
{
border-color: #BB6FE9;
}
.TagClassName
{
border-color: #BB6FE9;
}
</style>