Shades of Medium Orchid #BB6CEF
Tints of Medium Orchid #BB6CEF
RGB
CMYK
RGB Variations
Color information
#BB6CEF (or 0xBB6CEF) is known color: Medium Orchid. HEX triplet: BB, 6C and EF. RGB value is (187,108,239). Sum of RGB (Red+Green+Blue) = 187+108+239=534 (70% of max value = 765). Red value is 187 (73.44% from 255 or 35.02% from 534); Green value is 108 (42.58% from 255 or 20.22% from 534); Blue value is 239 (93.75% from 255 or 44.76% from 534); Max value from RGB is 239 - color contains mainly: blue. Hex color #BB6CEF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BB6CEF is #449310. Grayscale: #929292. Windows color (decimal): -4494097 or 15690939. OLE color: 15690939.
HSL color Cylindrical-coordinate representation of color #BB6CEF: hue angle of 276.18º degrees, saturation: 0.8, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #BB6CEF is Cyan = 0.22, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 187 | 108 | 239 | - |
| CMYK | 0.22 | 0.55 | 0 | 0.06 |
| HSL | 276.18º | 0.8% | 0.68% | - |
| HSV(B) | 276.18º | 0.55% | 0.94% | - |
| XYZ | 41.44 | 27.52 | 84.79 | - |
| YUV | 146.56 | 180.17 | 156.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 108 | 239 | 0.22 | 0.55 | 0 | 0.06 | 276.18 | 0.8 | 0.68 |
| Hex | BB | 6C | EF | 16 | 37 | 0 | 6 | 114 | 50 | 44 |
| Octal | 273 | 154 | 357 | 26 | 67 | 0 | 6 | 424 | 120 | 104 |
| Binary | 10111011 | 1101100 | 11101111 | 10110 | 110111 | 0 | 110 | 100010100 | 1010000 | 1000100 |
Color Harmonies of #BB6CEF
Complementary color
Monochromatic Colors of #BB6CEF
Black with #BB6CEF
Text Example
Text Example
White with #BB6CEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB6CEF; }
p { color: rgb(187,108,239); }
H1.HeaderClassName
{
color: #BB6CEF;
}
.AnyTagClassName
{
color: #BB6CEF;
}
</style>
background-color css
<style>
a { background-color: #BB6CEF; }
a { background-color: rgb(187,108,239); }
div.DivClassName
{
background-color: #BB6CEF;
}
.BgClassName
{
background-color: #BB6CEF;
}
</style>
border-color css
<style>
span { border-color: #BB6CEF; }
span { border-color: rgb(187,108,239); }
td.TdClassName
{
border-color: #BB6CEF;
}
.TagClassName
{
border-color: #BB6CEF;
}
</style>