Shades of Medium Orchid #BB68CB
Tints of Medium Orchid #BB68CB
RGB
CMYK
RGB Variations
Color information
#BB68CB (or 0xBB68CB) is known color: Medium Orchid. HEX triplet: BB, 68 and CB. RGB value is (187,104,203). Sum of RGB (Red+Green+Blue) = 187+104+203=494 (65% of max value = 765). Red value is 187 (73.44% from 255 or 37.85% from 494); Green value is 104 (41.02% from 255 or 21.05% from 494); Blue value is 203 (79.69% from 255 or 41.09% from 494); Max value from RGB is 203 - color contains mainly: blue. Hex color #BB68CB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BB68CB is #449734. Grayscale: #8B8B8B. Windows color (decimal): -4495157 or 13330619. OLE color: 13330619.
HSL color Cylindrical-coordinate representation of color #BB68CB: hue angle of 290.3º degrees, saturation: 0.49, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #BB68CB is Cyan = 0.08, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 187 | 104 | 203 | - |
| CMYK | 0.08 | 0.49 | 0 | 0.20 |
| HSL | 290.3º | 0.49% | 0.6% | - |
| HSV(B) | 290.3º | 0.49% | 0.8% | - |
| XYZ | 36.22 | 24.78 | 59.37 | - |
| YUV | 140.1 | 163.5 | 161.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 104 | 203 | 0.08 | 0.49 | 0 | 0.20 | 290.3 | 0.49 | 0.6 |
| Hex | BB | 68 | CB | 8 | 31 | 0 | 14 | 122 | 31 | 3C |
| Octal | 273 | 150 | 313 | 10 | 61 | 0 | 24 | 442 | 61 | 74 |
| Binary | 10111011 | 1101000 | 11001011 | 1000 | 110001 | 0 | 10100 | 100100010 | 110001 | 111100 |
Color Harmonies of #BB68CB
Complementary color
Monochromatic Colors of #BB68CB
Black with #BB68CB
Text Example
Text Example
White with #BB68CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB68CB; }
p { color: rgb(187,104,203); }
H1.HeaderClassName
{
color: #BB68CB;
}
.AnyTagClassName
{
color: #BB68CB;
}
</style>
background-color css
<style>
a { background-color: #BB68CB; }
a { background-color: rgb(187,104,203); }
div.DivClassName
{
background-color: #BB68CB;
}
.BgClassName
{
background-color: #BB68CB;
}
</style>
border-color css
<style>
span { border-color: #BB68CB; }
span { border-color: rgb(187,104,203); }
td.TdClassName
{
border-color: #BB68CB;
}
.TagClassName
{
border-color: #BB68CB;
}
</style>