Shades of Medium Orchid #BB44CB
Tints of Medium Orchid #BB44CB
RGB
CMYK
RGB Variations
Color information
#BB44CB (or 0xBB44CB) is known color: Medium Orchid. HEX triplet: BB, 44 and CB. RGB value is (187,68,203). Sum of RGB (Red+Green+Blue) = 187+68+203=458 (60% of max value = 765). Red value is 187 (73.44% from 255 or 40.83% from 458); Green value is 68 (26.95% from 255 or 14.85% from 458); Blue value is 203 (79.69% from 255 or 44.32% from 458); Max value from RGB is 203 - color contains mainly: blue. Hex color #BB44CB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BB44CB is #44BB34. Grayscale: #767676. Windows color (decimal): -4504373 or 13321403. OLE color: 13321403.
HSL color Cylindrical-coordinate representation of color #BB44CB: hue angle of 292.89º degrees, saturation: 0.56, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #BB44CB is Cyan = 0.08, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 187 | 68 | 203 | - |
| CMYK | 0.08 | 0.67 | 0 | 0.20 |
| HSL | 292.89º | 0.56% | 0.53% | - |
| HSV(B) | 292.89º | 0.67% | 0.8% | - |
| XYZ | 33.34 | 19.01 | 58.41 | - |
| YUV | 118.97 | 175.42 | 176.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 68 | 203 | 0.08 | 0.67 | 0 | 0.20 | 292.89 | 0.56 | 0.53 |
| Hex | BB | 44 | CB | 8 | 43 | 0 | 14 | 125 | 38 | 35 |
| Octal | 273 | 104 | 313 | 10 | 103 | 0 | 24 | 445 | 70 | 65 |
| Binary | 10111011 | 1000100 | 11001011 | 1000 | 1000011 | 0 | 10100 | 100100101 | 111000 | 110101 |
Color Harmonies of #BB44CB
Complementary color
Monochromatic Colors of #BB44CB
Black with #BB44CB
Text Example
Text Example
White with #BB44CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB44CB; }
p { color: rgb(187,68,203); }
H1.HeaderClassName
{
color: #BB44CB;
}
.AnyTagClassName
{
color: #BB44CB;
}
</style>
background-color css
<style>
a { background-color: #BB44CB; }
a { background-color: rgb(187,68,203); }
div.DivClassName
{
background-color: #BB44CB;
}
.BgClassName
{
background-color: #BB44CB;
}
</style>
border-color css
<style>
span { border-color: #BB44CB; }
span { border-color: rgb(187,68,203); }
td.TdClassName
{
border-color: #BB44CB;
}
.TagClassName
{
border-color: #BB44CB;
}
</style>