Shades of Medium Orchid #BB68D1
Tints of Medium Orchid #BB68D1
RGB
CMYK
RGB Variations
Color information
#BB68D1 (or 0xBB68D1) is known color: Medium Orchid. HEX triplet: BB, 68 and D1. RGB value is (187,104,209). Sum of RGB (Red+Green+Blue) = 187+104+209=500 (66% of max value = 765). Red value is 187 (73.44% from 255 or 37.4% from 500); Green value is 104 (41.02% from 255 or 20.8% from 500); Blue value is 209 (82.03% from 255 or 41.8% from 500); Max value from RGB is 209 - color contains mainly: blue. Hex color #BB68D1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BB68D1 is #44972E. Grayscale: #8C8C8C. Windows color (decimal): -4495151 or 13723835. OLE color: 13723835.
HSL color Cylindrical-coordinate representation of color #BB68D1: hue angle of 287.43º degrees, saturation: 0.53, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #BB68D1 is Cyan = 0.11, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 187 | 104 | 209 | - |
| CMYK | 0.11 | 0.50 | 0 | 0.18 |
| HSL | 287.43º | 0.53% | 0.61% | - |
| HSV(B) | 287.43º | 0.5% | 0.82% | - |
| XYZ | 36.95 | 25.07 | 63.21 | - |
| YUV | 140.79 | 166.5 | 160.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 104 | 209 | 0.11 | 0.50 | 0 | 0.18 | 287.43 | 0.53 | 0.61 |
| Hex | BB | 68 | D1 | B | 32 | 0 | 12 | 11F | 35 | 3D |
| Octal | 273 | 150 | 321 | 13 | 62 | 0 | 22 | 437 | 65 | 75 |
| Binary | 10111011 | 1101000 | 11010001 | 1011 | 110010 | 0 | 10010 | 100011111 | 110101 | 111101 |
Color Harmonies of #BB68D1
Complementary color
Monochromatic Colors of #BB68D1
Black with #BB68D1
Text Example
Text Example
White with #BB68D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB68D1; }
p { color: rgb(187,104,209); }
H1.HeaderClassName
{
color: #BB68D1;
}
.AnyTagClassName
{
color: #BB68D1;
}
</style>
background-color css
<style>
a { background-color: #BB68D1; }
a { background-color: rgb(187,104,209); }
div.DivClassName
{
background-color: #BB68D1;
}
.BgClassName
{
background-color: #BB68D1;
}
</style>
border-color css
<style>
span { border-color: #BB68D1; }
span { border-color: rgb(187,104,209); }
td.TdClassName
{
border-color: #BB68D1;
}
.TagClassName
{
border-color: #BB68D1;
}
</style>