Shades of Medium Orchid #BB6CE2
Tints of Medium Orchid #BB6CE2
RGB
CMYK
RGB Variations
Color information
#BB6CE2 (or 0xBB6CE2) is known color: Medium Orchid. HEX triplet: BB, 6C and E2. RGB value is (187,108,226). Sum of RGB (Red+Green+Blue) = 187+108+226=521 (69% of max value = 765). Red value is 187 (73.44% from 255 or 35.89% from 521); Green value is 108 (42.58% from 255 or 20.73% from 521); Blue value is 226 (88.67% from 255 or 43.38% from 521); Max value from RGB is 226 - color contains mainly: blue. Hex color #BB6CE2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BB6CE2 is #44931D. Grayscale: #909090. Windows color (decimal): -4494110 or 14838971. OLE color: 14838971.
HSL color Cylindrical-coordinate representation of color #BB6CE2: hue angle of 280.17º degrees, saturation: 0.67, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #BB6CE2 is Cyan = 0.17, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 187 | 108 | 226 | - |
| CMYK | 0.17 | 0.52 | 0 | 0.11 |
| HSL | 280.17º | 0.67% | 0.65% | - |
| HSV(B) | 280.17º | 0.52% | 0.89% | - |
| XYZ | 39.58 | 26.78 | 75.03 | - |
| YUV | 145.07 | 173.67 | 157.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 108 | 226 | 0.17 | 0.52 | 0 | 0.11 | 280.17 | 0.67 | 0.65 |
| Hex | BB | 6C | E2 | 11 | 34 | 0 | B | 118 | 43 | 41 |
| Octal | 273 | 154 | 342 | 21 | 64 | 0 | 13 | 430 | 103 | 101 |
| Binary | 10111011 | 1101100 | 11100010 | 10001 | 110100 | 0 | 1011 | 100011000 | 1000011 | 1000001 |
Color Harmonies of #BB6CE2
Complementary color
Monochromatic Colors of #BB6CE2
Black with #BB6CE2
Text Example
Text Example
White with #BB6CE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB6CE2; }
p { color: rgb(187,108,226); }
H1.HeaderClassName
{
color: #BB6CE2;
}
.AnyTagClassName
{
color: #BB6CE2;
}
</style>
background-color css
<style>
a { background-color: #BB6CE2; }
a { background-color: rgb(187,108,226); }
div.DivClassName
{
background-color: #BB6CE2;
}
.BgClassName
{
background-color: #BB6CE2;
}
</style>
border-color css
<style>
span { border-color: #BB6CE2; }
span { border-color: rgb(187,108,226); }
td.TdClassName
{
border-color: #BB6CE2;
}
.TagClassName
{
border-color: #BB6CE2;
}
</style>