Shades of Medium Orchid #BB6ED1
Tints of Medium Orchid #BB6ED1
RGB
CMYK
RGB Variations
Color information
#BB6ED1 (or 0xBB6ED1) is known color: Medium Orchid. HEX triplet: BB, 6E and D1. RGB value is (187,110,209). Sum of RGB (Red+Green+Blue) = 187+110+209=506 (67% of max value = 765). Red value is 187 (73.44% from 255 or 36.96% from 506); Green value is 110 (43.36% from 255 or 21.74% from 506); Blue value is 209 (82.03% from 255 or 41.30% from 506); Max value from RGB is 209 - color contains mainly: blue. Hex color #BB6ED1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BB6ED1 is #44912E. Grayscale: #8F8F8F. Windows color (decimal): -4493615 or 13725371. OLE color: 13725371.
HSL color Cylindrical-coordinate representation of color #BB6ED1: hue angle of 286.67º degrees, saturation: 0.52, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #BB6ED1 is Cyan = 0.11, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 187 | 110 | 209 | - |
| CMYK | 0.11 | 0.47 | 0 | 0.18 |
| HSL | 286.67º | 0.52% | 0.63% | - |
| HSV(B) | 286.67º | 0.47% | 0.82% | - |
| XYZ | 37.58 | 26.32 | 63.42 | - |
| YUV | 144.31 | 164.51 | 158.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 110 | 209 | 0.11 | 0.47 | 0 | 0.18 | 286.67 | 0.52 | 0.63 |
| Hex | BB | 6E | D1 | B | 2F | 0 | 12 | 11F | 34 | 3F |
| Octal | 273 | 156 | 321 | 13 | 57 | 0 | 22 | 437 | 64 | 77 |
| Binary | 10111011 | 1101110 | 11010001 | 1011 | 101111 | 0 | 10010 | 100011111 | 110100 | 111111 |
Color Harmonies of #BB6ED1
Complementary color
Monochromatic Colors of #BB6ED1
Black with #BB6ED1
Text Example
Text Example
White with #BB6ED1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB6ED1; }
p { color: rgb(187,110,209); }
H1.HeaderClassName
{
color: #BB6ED1;
}
.AnyTagClassName
{
color: #BB6ED1;
}
</style>
background-color css
<style>
a { background-color: #BB6ED1; }
a { background-color: rgb(187,110,209); }
div.DivClassName
{
background-color: #BB6ED1;
}
.BgClassName
{
background-color: #BB6ED1;
}
</style>
border-color css
<style>
span { border-color: #BB6ED1; }
span { border-color: rgb(187,110,209); }
td.TdClassName
{
border-color: #BB6ED1;
}
.TagClassName
{
border-color: #BB6ED1;
}
</style>