Shades of Medium Orchid #BB69E6
Tints of Medium Orchid #BB69E6
RGB
CMYK
RGB Variations
Color information
#BB69E6 (or 0xBB69E6) is known color: Medium Orchid. HEX triplet: BB, 69 and E6. RGB value is (187,105,230). Sum of RGB (Red+Green+Blue) = 187+105+230=522 (69% of max value = 765). Red value is 187 (73.44% from 255 or 35.82% from 522); Green value is 105 (41.41% from 255 or 20.11% from 522); Blue value is 230 (90.23% from 255 or 44.06% from 522); Max value from RGB is 230 - color contains mainly: blue. Hex color #BB69E6 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BB69E6 is #449619. Grayscale: #8F8F8F. Windows color (decimal): -4494874 or 15100347. OLE color: 15100347.
HSL color Cylindrical-coordinate representation of color #BB69E6: hue angle of 279.36º degrees, saturation: 0.71, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #BB69E6 is Cyan = 0.19, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 187 | 105 | 230 | - |
| CMYK | 0.19 | 0.54 | 0 | 0.10 |
| HSL | 279.36º | 0.71% | 0.66% | - |
| HSV(B) | 279.36º | 0.54% | 0.9% | - |
| XYZ | 39.83 | 26.38 | 77.86 | - |
| YUV | 143.77 | 176.67 | 158.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 105 | 230 | 0.19 | 0.54 | 0 | 0.10 | 279.36 | 0.71 | 0.66 |
| Hex | BB | 69 | E6 | 13 | 36 | 0 | A | 117 | 47 | 42 |
| Octal | 273 | 151 | 346 | 23 | 66 | 0 | 12 | 427 | 107 | 102 |
| Binary | 10111011 | 1101001 | 11100110 | 10011 | 110110 | 0 | 1010 | 100010111 | 1000111 | 1000010 |
Color Harmonies of #BB69E6
Complementary color
Monochromatic Colors of #BB69E6
Black with #BB69E6
Text Example
Text Example
White with #BB69E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB69E6; }
p { color: rgb(187,105,230); }
H1.HeaderClassName
{
color: #BB69E6;
}
.AnyTagClassName
{
color: #BB69E6;
}
</style>
background-color css
<style>
a { background-color: #BB69E6; }
a { background-color: rgb(187,105,230); }
div.DivClassName
{
background-color: #BB69E6;
}
.BgClassName
{
background-color: #BB69E6;
}
</style>
border-color css
<style>
span { border-color: #BB69E6; }
span { border-color: rgb(187,105,230); }
td.TdClassName
{
border-color: #BB69E6;
}
.TagClassName
{
border-color: #BB69E6;
}
</style>