Shades of Medium Orchid #BB68EF
Tints of Medium Orchid #BB68EF
RGB
CMYK
RGB Variations
Color information
#BB68EF (or 0xBB68EF) is known color: Medium Orchid. HEX triplet: BB, 68 and EF. RGB value is (187,104,239). Sum of RGB (Red+Green+Blue) = 187+104+239=530 (70% of max value = 765). Red value is 187 (73.44% from 255 or 35.28% from 530); Green value is 104 (41.02% from 255 or 19.62% from 530); Blue value is 239 (93.75% from 255 or 45.09% from 530); Max value from RGB is 239 - color contains mainly: blue. Hex color #BB68EF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BB68EF is #449710. Grayscale: #8F8F8F. Windows color (decimal): -4495121 or 15689915. OLE color: 15689915.
HSL color Cylindrical-coordinate representation of color #BB68EF: hue angle of 276.89º degrees, saturation: 0.81, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #BB68EF is Cyan = 0.22, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 187 | 104 | 239 | - |
| CMYK | 0.22 | 0.56 | 0 | 0.06 |
| HSL | 276.89º | 0.81% | 0.67% | - |
| HSV(B) | 276.89º | 0.56% | 0.94% | - |
| XYZ | 41.02 | 26.7 | 84.65 | - |
| YUV | 144.21 | 181.5 | 158.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 104 | 239 | 0.22 | 0.56 | 0 | 0.06 | 276.89 | 0.81 | 0.67 |
| Hex | BB | 68 | EF | 16 | 38 | 0 | 6 | 115 | 51 | 43 |
| Octal | 273 | 150 | 357 | 26 | 70 | 0 | 6 | 425 | 121 | 103 |
| Binary | 10111011 | 1101000 | 11101111 | 10110 | 111000 | 0 | 110 | 100010101 | 1010001 | 1000011 |
Color Harmonies of #BB68EF
Complementary color
Monochromatic Colors of #BB68EF
Black with #BB68EF
Text Example
Text Example
White with #BB68EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB68EF; }
p { color: rgb(187,104,239); }
H1.HeaderClassName
{
color: #BB68EF;
}
.AnyTagClassName
{
color: #BB68EF;
}
</style>
background-color css
<style>
a { background-color: #BB68EF; }
a { background-color: rgb(187,104,239); }
div.DivClassName
{
background-color: #BB68EF;
}
.BgClassName
{
background-color: #BB68EF;
}
</style>
border-color css
<style>
span { border-color: #BB68EF; }
span { border-color: rgb(187,104,239); }
td.TdClassName
{
border-color: #BB68EF;
}
.TagClassName
{
border-color: #BB68EF;
}
</style>