Shades of Medium Orchid #BB6CF1
Tints of Medium Orchid #BB6CF1
RGB
CMYK
RGB Variations
Color information
#BB6CF1 (or 0xBB6CF1) is known color: Medium Orchid. HEX triplet: BB, 6C and F1. RGB value is (187,108,241). Sum of RGB (Red+Green+Blue) = 187+108+241=536 (70% of max value = 765). Red value is 187 (73.44% from 255 or 34.89% from 536); Green value is 108 (42.58% from 255 or 20.15% from 536); Blue value is 241 (94.53% from 255 or 44.96% from 536); Max value from RGB is 241 - color contains mainly: blue. Hex color #BB6CF1 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BB6CF1 is #44930E. Grayscale: #929292. Windows color (decimal): -4494095 or 15822011. OLE color: 15822011.
HSL color Cylindrical-coordinate representation of color #BB6CF1: hue angle of 275.64º degrees, saturation: 0.83, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #BB6CF1 is Cyan = 0.22, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 187 | 108 | 241 | - |
| CMYK | 0.22 | 0.55 | 0 | 0.05 |
| HSL | 275.64º | 0.83% | 0.68% | - |
| HSV(B) | 275.64º | 0.55% | 0.95% | - |
| XYZ | 41.73 | 27.64 | 86.35 | - |
| YUV | 146.78 | 181.17 | 156.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 108 | 241 | 0.22 | 0.55 | 0 | 0.05 | 275.64 | 0.83 | 0.68 |
| Hex | BB | 6C | F1 | 16 | 37 | 0 | 5 | 114 | 53 | 44 |
| Octal | 273 | 154 | 361 | 26 | 67 | 0 | 5 | 424 | 123 | 104 |
| Binary | 10111011 | 1101100 | 11110001 | 10110 | 110111 | 0 | 101 | 100010100 | 1010011 | 1000100 |
Color Harmonies of #BB6CF1
Complementary color
Monochromatic Colors of #BB6CF1
Black with #BB6CF1
Text Example
Text Example
White with #BB6CF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB6CF1; }
p { color: rgb(187,108,241); }
H1.HeaderClassName
{
color: #BB6CF1;
}
.AnyTagClassName
{
color: #BB6CF1;
}
</style>
background-color css
<style>
a { background-color: #BB6CF1; }
a { background-color: rgb(187,108,241); }
div.DivClassName
{
background-color: #BB6CF1;
}
.BgClassName
{
background-color: #BB6CF1;
}
</style>
border-color css
<style>
span { border-color: #BB6CF1; }
span { border-color: rgb(187,108,241); }
td.TdClassName
{
border-color: #BB6CF1;
}
.TagClassName
{
border-color: #BB6CF1;
}
</style>