Shades of Medium Orchid #BB6FE8
Tints of Medium Orchid #BB6FE8
RGB
CMYK
RGB Variations
Color information
#BB6FE8 (or 0xBB6FE8) is known color: Medium Orchid. HEX triplet: BB, 6F and E8. RGB value is (187,111,232). Sum of RGB (Red+Green+Blue) = 187+111+232=530 (70% of max value = 765). Red value is 187 (73.44% from 255 or 35.28% from 530); Green value is 111 (43.75% from 255 or 20.94% from 530); Blue value is 232 (91.02% from 255 or 43.77% from 530); Max value from RGB is 232 - color contains mainly: blue. Hex color #BB6FE8 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BB6FE8 is #449017. Grayscale: #939393. Windows color (decimal): -4493336 or 15232955. OLE color: 15232955.
HSL color Cylindrical-coordinate representation of color #BB6FE8: hue angle of 277.69º degrees, saturation: 0.72, 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 #BB6FE8 is Cyan = 0.19, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 187 | 111 | 232 | - |
| CMYK | 0.19 | 0.52 | 0 | 0.09 |
| HSL | 277.69º | 0.72% | 0.67% | - |
| HSV(B) | 277.69º | 0.52% | 0.91% | - |
| XYZ | 40.74 | 27.76 | 79.55 | - |
| YUV | 147.52 | 175.68 | 156.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 111 | 232 | 0.19 | 0.52 | 0 | 0.09 | 277.69 | 0.72 | 0.67 |
| Hex | BB | 6F | E8 | 13 | 34 | 0 | 9 | 116 | 48 | 43 |
| Octal | 273 | 157 | 350 | 23 | 64 | 0 | 11 | 426 | 110 | 103 |
| Binary | 10111011 | 1101111 | 11101000 | 10011 | 110100 | 0 | 1001 | 100010110 | 1001000 | 1000011 |
Color Harmonies of #BB6FE8
Complementary color
Monochromatic Colors of #BB6FE8
Black with #BB6FE8
Text Example
Text Example
White with #BB6FE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB6FE8; }
p { color: rgb(187,111,232); }
H1.HeaderClassName
{
color: #BB6FE8;
}
.AnyTagClassName
{
color: #BB6FE8;
}
</style>
background-color css
<style>
a { background-color: #BB6FE8; }
a { background-color: rgb(187,111,232); }
div.DivClassName
{
background-color: #BB6FE8;
}
.BgClassName
{
background-color: #BB6FE8;
}
</style>
border-color css
<style>
span { border-color: #BB6FE8; }
span { border-color: rgb(187,111,232); }
td.TdClassName
{
border-color: #BB6FE8;
}
.TagClassName
{
border-color: #BB6FE8;
}
</style>