Shades of Medium Orchid #BB6DE3
Tints of Medium Orchid #BB6DE3
RGB
CMYK
RGB Variations
Color information
#BB6DE3 (or 0xBB6DE3) is known color: Medium Orchid. HEX triplet: BB, 6D and E3. RGB value is (187,109,227). Sum of RGB (Red+Green+Blue) = 187+109+227=523 (69% of max value = 765). Red value is 187 (73.44% from 255 or 35.76% from 523); Green value is 109 (42.97% from 255 or 20.84% from 523); Blue value is 227 (89.06% from 255 or 43.40% from 523); Max value from RGB is 227 - color contains mainly: blue. Hex color #BB6DE3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BB6DE3 is #44921C. Grayscale: #919191. Windows color (decimal): -4493853 or 14904763. OLE color: 14904763.
HSL color Cylindrical-coordinate representation of color #BB6DE3: hue angle of 279.66º degrees, saturation: 0.68, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #BB6DE3 is Cyan = 0.18, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 187 | 109 | 227 | - |
| CMYK | 0.18 | 0.52 | 0 | 0.11 |
| HSL | 279.66º | 0.68% | 0.66% | - |
| HSV(B) | 279.66º | 0.52% | 0.89% | - |
| XYZ | 39.83 | 27.05 | 75.79 | - |
| YUV | 145.77 | 173.84 | 157.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 109 | 227 | 0.18 | 0.52 | 0 | 0.11 | 279.66 | 0.68 | 0.66 |
| Hex | BB | 6D | E3 | 12 | 34 | 0 | B | 118 | 44 | 42 |
| Octal | 273 | 155 | 343 | 22 | 64 | 0 | 13 | 430 | 104 | 102 |
| Binary | 10111011 | 1101101 | 11100011 | 10010 | 110100 | 0 | 1011 | 100011000 | 1000100 | 1000010 |
Color Harmonies of #BB6DE3
Complementary color
Monochromatic Colors of #BB6DE3
Black with #BB6DE3
Text Example
Text Example
White with #BB6DE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB6DE3; }
p { color: rgb(187,109,227); }
H1.HeaderClassName
{
color: #BB6DE3;
}
.AnyTagClassName
{
color: #BB6DE3;
}
</style>
background-color css
<style>
a { background-color: #BB6DE3; }
a { background-color: rgb(187,109,227); }
div.DivClassName
{
background-color: #BB6DE3;
}
.BgClassName
{
background-color: #BB6DE3;
}
</style>
border-color css
<style>
span { border-color: #BB6DE3; }
span { border-color: rgb(187,109,227); }
td.TdClassName
{
border-color: #BB6DE3;
}
.TagClassName
{
border-color: #BB6DE3;
}
</style>