Shades of Medium Orchid #BB6DE4
Tints of Medium Orchid #BB6DE4
RGB
CMYK
RGB Variations
Color information
#BB6DE4 (or 0xBB6DE4) is known color: Medium Orchid. HEX triplet: BB, 6D and E4. RGB value is (187,109,228). Sum of RGB (Red+Green+Blue) = 187+109+228=524 (69% of max value = 765). Red value is 187 (73.44% from 255 or 35.69% from 524); Green value is 109 (42.97% from 255 or 20.80% from 524); Blue value is 228 (89.45% from 255 or 43.51% from 524); Max value from RGB is 228 - color contains mainly: blue. Hex color #BB6DE4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BB6DE4 is #44921B. Grayscale: #919191. Windows color (decimal): -4493852 or 14970299. OLE color: 14970299.
HSL color Cylindrical-coordinate representation of color #BB6DE4: hue angle of 279.33º degrees, saturation: 0.69, 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 #BB6DE4 is Cyan = 0.18, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 187 | 109 | 228 | - |
| CMYK | 0.18 | 0.52 | 0 | 0.11 |
| HSL | 279.33º | 0.69% | 0.66% | - |
| HSV(B) | 279.33º | 0.52% | 0.89% | - |
| XYZ | 39.97 | 27.1 | 76.52 | - |
| YUV | 145.89 | 174.34 | 157.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 109 | 228 | 0.18 | 0.52 | 0 | 0.11 | 279.33 | 0.69 | 0.66 |
| Hex | BB | 6D | E4 | 12 | 34 | 0 | B | 117 | 45 | 42 |
| Octal | 273 | 155 | 344 | 22 | 64 | 0 | 13 | 427 | 105 | 102 |
| Binary | 10111011 | 1101101 | 11100100 | 10010 | 110100 | 0 | 1011 | 100010111 | 1000101 | 1000010 |
Color Harmonies of #BB6DE4
Complementary color
Monochromatic Colors of #BB6DE4
Black with #BB6DE4
Text Example
Text Example
White with #BB6DE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB6DE4; }
p { color: rgb(187,109,228); }
H1.HeaderClassName
{
color: #BB6DE4;
}
.AnyTagClassName
{
color: #BB6DE4;
}
</style>
background-color css
<style>
a { background-color: #BB6DE4; }
a { background-color: rgb(187,109,228); }
div.DivClassName
{
background-color: #BB6DE4;
}
.BgClassName
{
background-color: #BB6DE4;
}
</style>
border-color css
<style>
span { border-color: #BB6DE4; }
span { border-color: rgb(187,109,228); }
td.TdClassName
{
border-color: #BB6DE4;
}
.TagClassName
{
border-color: #BB6DE4;
}
</style>