Shades of Medium Orchid #BB68E8
Tints of Medium Orchid #BB68E8
RGB
CMYK
RGB Variations
Color information
#BB68E8 (or 0xBB68E8) is known color: Medium Orchid. HEX triplet: BB, 68 and E8. RGB value is (187,104,232). Sum of RGB (Red+Green+Blue) = 187+104+232=523 (69% of max value = 765). Red value is 187 (73.44% from 255 or 35.76% from 523); Green value is 104 (41.02% from 255 or 19.89% from 523); Blue value is 232 (91.02% from 255 or 44.36% from 523); Max value from RGB is 232 - color contains mainly: blue. Hex color #BB68E8 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BB68E8 is #449717. Grayscale: #8E8E8E. Windows color (decimal): -4495128 or 15231163. OLE color: 15231163.
HSL color Cylindrical-coordinate representation of color #BB68E8: hue angle of 278.91º degrees, saturation: 0.74, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #BB68E8 is Cyan = 0.19, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 187 | 104 | 232 | - |
| CMYK | 0.19 | 0.55 | 0 | 0.09 |
| HSL | 278.91º | 0.74% | 0.66% | - |
| HSV(B) | 278.91º | 0.55% | 0.91% | - |
| XYZ | 40.01 | 26.29 | 79.31 | - |
| YUV | 143.41 | 178 | 159.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 104 | 232 | 0.19 | 0.55 | 0 | 0.09 | 278.91 | 0.74 | 0.66 |
| Hex | BB | 68 | E8 | 13 | 37 | 0 | 9 | 117 | 4A | 42 |
| Octal | 273 | 150 | 350 | 23 | 67 | 0 | 11 | 427 | 112 | 102 |
| Binary | 10111011 | 1101000 | 11101000 | 10011 | 110111 | 0 | 1001 | 100010111 | 1001010 | 1000010 |
Color Harmonies of #BB68E8
Complementary color
Monochromatic Colors of #BB68E8
Black with #BB68E8
Text Example
Text Example
White with #BB68E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB68E8; }
p { color: rgb(187,104,232); }
H1.HeaderClassName
{
color: #BB68E8;
}
.AnyTagClassName
{
color: #BB68E8;
}
</style>
background-color css
<style>
a { background-color: #BB68E8; }
a { background-color: rgb(187,104,232); }
div.DivClassName
{
background-color: #BB68E8;
}
.BgClassName
{
background-color: #BB68E8;
}
</style>
border-color css
<style>
span { border-color: #BB68E8; }
span { border-color: rgb(187,104,232); }
td.TdClassName
{
border-color: #BB68E8;
}
.TagClassName
{
border-color: #BB68E8;
}
</style>