Shades of Medium Orchid #BB68ED
Tints of Medium Orchid #BB68ED
RGB
CMYK
RGB Variations
Color information
#BB68ED (or 0xBB68ED) is known color: Medium Orchid. HEX triplet: BB, 68 and ED. RGB value is (187,104,237). Sum of RGB (Red+Green+Blue) = 187+104+237=528 (69% of max value = 765). Red value is 187 (73.44% from 255 or 35.42% from 528); Green value is 104 (41.02% from 255 or 19.70% from 528); Blue value is 237 (92.97% from 255 or 44.89% from 528); Max value from RGB is 237 - color contains mainly: blue. Hex color #BB68ED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BB68ED is #449712. Grayscale: #8F8F8F. Windows color (decimal): -4495123 or 15558843. OLE color: 15558843.
HSL color Cylindrical-coordinate representation of color #BB68ED: hue angle of 277.44º degrees, saturation: 0.79, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #BB68ED is Cyan = 0.21, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 187 | 104 | 237 | - |
| CMYK | 0.21 | 0.56 | 0 | 0.07 |
| HSL | 277.44º | 0.79% | 0.67% | - |
| HSV(B) | 277.44º | 0.56% | 0.93% | - |
| XYZ | 40.73 | 26.58 | 83.1 | - |
| YUV | 143.98 | 180.5 | 158.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 104 | 237 | 0.21 | 0.56 | 0 | 0.07 | 277.44 | 0.79 | 0.67 |
| Hex | BB | 68 | ED | 15 | 38 | 0 | 7 | 115 | 4F | 43 |
| Octal | 273 | 150 | 355 | 25 | 70 | 0 | 7 | 425 | 117 | 103 |
| Binary | 10111011 | 1101000 | 11101101 | 10101 | 111000 | 0 | 111 | 100010101 | 1001111 | 1000011 |
Color Harmonies of #BB68ED
Complementary color
Monochromatic Colors of #BB68ED
Black with #BB68ED
Text Example
Text Example
White with #BB68ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB68ED; }
p { color: rgb(187,104,237); }
H1.HeaderClassName
{
color: #BB68ED;
}
.AnyTagClassName
{
color: #BB68ED;
}
</style>
background-color css
<style>
a { background-color: #BB68ED; }
a { background-color: rgb(187,104,237); }
div.DivClassName
{
background-color: #BB68ED;
}
.BgClassName
{
background-color: #BB68ED;
}
</style>
border-color css
<style>
span { border-color: #BB68ED; }
span { border-color: rgb(187,104,237); }
td.TdClassName
{
border-color: #BB68ED;
}
.TagClassName
{
border-color: #BB68ED;
}
</style>