Shades of Medium Orchid #BB5FCB
Tints of Medium Orchid #BB5FCB
RGB
CMYK
RGB Variations
Color information
#BB5FCB (or 0xBB5FCB) is known color: Medium Orchid. HEX triplet: BB, 5F and CB. RGB value is (187,95,203). Sum of RGB (Red+Green+Blue) = 187+95+203=485 (64% of max value = 765). Red value is 187 (73.44% from 255 or 38.56% from 485); Green value is 95 (37.5% from 255 or 19.59% from 485); Blue value is 203 (79.69% from 255 or 41.86% from 485); Max value from RGB is 203 - color contains mainly: blue. Hex color #BB5FCB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BB5FCB is #44A034. Grayscale: #868686. Windows color (decimal): -4497461 or 13328315. OLE color: 13328315.
HSL color Cylindrical-coordinate representation of color #BB5FCB: hue angle of 291.11º degrees, saturation: 0.51, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #BB5FCB is Cyan = 0.08, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 187 | 95 | 203 | - |
| CMYK | 0.08 | 0.53 | 0 | 0.20 |
| HSL | 291.11º | 0.51% | 0.58% | - |
| HSV(B) | 291.11º | 0.53% | 0.8% | - |
| XYZ | 35.37 | 23.06 | 59.09 | - |
| YUV | 134.82 | 166.48 | 165.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 95 | 203 | 0.08 | 0.53 | 0 | 0.20 | 291.11 | 0.51 | 0.58 |
| Hex | BB | 5F | CB | 8 | 35 | 0 | 14 | 123 | 33 | 3A |
| Octal | 273 | 137 | 313 | 10 | 65 | 0 | 24 | 443 | 63 | 72 |
| Binary | 10111011 | 1011111 | 11001011 | 1000 | 110101 | 0 | 10100 | 100100011 | 110011 | 111010 |
Color Harmonies of #BB5FCB
Complementary color
Monochromatic Colors of #BB5FCB
Black with #BB5FCB
Text Example
Text Example
White with #BB5FCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB5FCB; }
p { color: rgb(187,95,203); }
H1.HeaderClassName
{
color: #BB5FCB;
}
.AnyTagClassName
{
color: #BB5FCB;
}
</style>
background-color css
<style>
a { background-color: #BB5FCB; }
a { background-color: rgb(187,95,203); }
div.DivClassName
{
background-color: #BB5FCB;
}
.BgClassName
{
background-color: #BB5FCB;
}
</style>
border-color css
<style>
span { border-color: #BB5FCB; }
span { border-color: rgb(187,95,203); }
td.TdClassName
{
border-color: #BB5FCB;
}
.TagClassName
{
border-color: #BB5FCB;
}
</style>