Shades of Medium Orchid #BB6FE4
Tints of Medium Orchid #BB6FE4
RGB
CMYK
RGB Variations
Color information
#BB6FE4 (or 0xBB6FE4) is known color: Medium Orchid. HEX triplet: BB, 6F and E4. RGB value is (187,111,228). Sum of RGB (Red+Green+Blue) = 187+111+228=526 (69% of max value = 765). Red value is 187 (73.44% from 255 or 35.55% from 526); Green value is 111 (43.75% from 255 or 21.10% from 526); Blue value is 228 (89.45% from 255 or 43.35% from 526); Max value from RGB is 228 - color contains mainly: blue. Hex color #BB6FE4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BB6FE4 is #44901B. Grayscale: #929292. Windows color (decimal): -4493340 or 14970811. OLE color: 14970811.
HSL color Cylindrical-coordinate representation of color #BB6FE4: hue angle of 278.97º degrees, saturation: 0.68, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #BB6FE4 is Cyan = 0.18, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 187 | 111 | 228 | - |
| CMYK | 0.18 | 0.51 | 0 | 0.11 |
| HSL | 278.97º | 0.68% | 0.66% | - |
| HSV(B) | 278.97º | 0.51% | 0.89% | - |
| XYZ | 40.18 | 27.54 | 76.6 | - |
| YUV | 147.06 | 173.68 | 156.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 111 | 228 | 0.18 | 0.51 | 0 | 0.11 | 278.97 | 0.68 | 0.66 |
| Hex | BB | 6F | E4 | 12 | 33 | 0 | B | 117 | 44 | 42 |
| Octal | 273 | 157 | 344 | 22 | 63 | 0 | 13 | 427 | 104 | 102 |
| Binary | 10111011 | 1101111 | 11100100 | 10010 | 110011 | 0 | 1011 | 100010111 | 1000100 | 1000010 |
Color Harmonies of #BB6FE4
Complementary color
Monochromatic Colors of #BB6FE4
Black with #BB6FE4
Text Example
Text Example
White with #BB6FE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB6FE4; }
p { color: rgb(187,111,228); }
H1.HeaderClassName
{
color: #BB6FE4;
}
.AnyTagClassName
{
color: #BB6FE4;
}
</style>
background-color css
<style>
a { background-color: #BB6FE4; }
a { background-color: rgb(187,111,228); }
div.DivClassName
{
background-color: #BB6FE4;
}
.BgClassName
{
background-color: #BB6FE4;
}
</style>
border-color css
<style>
span { border-color: #BB6FE4; }
span { border-color: rgb(187,111,228); }
td.TdClassName
{
border-color: #BB6FE4;
}
.TagClassName
{
border-color: #BB6FE4;
}
</style>