Shades of Medium Orchid #BB5DCE
Tints of Medium Orchid #BB5DCE
RGB
CMYK
RGB Variations
Color information
#BB5DCE (or 0xBB5DCE) is known color: Medium Orchid. HEX triplet: BB, 5D and CE. RGB value is (187,93,206). Sum of RGB (Red+Green+Blue) = 187+93+206=486 (64% of max value = 765). Red value is 187 (73.44% from 255 or 38.48% from 486); Green value is 93 (36.72% from 255 or 19.14% from 486); Blue value is 206 (80.86% from 255 or 42.39% from 486); Max value from RGB is 206 - color contains mainly: blue. Hex color #BB5DCE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BB5DCE is #44A231. Grayscale: #858585. Windows color (decimal): -4497970 or 13524411. OLE color: 13524411.
HSL color Cylindrical-coordinate representation of color #BB5DCE: hue angle of 289.91º degrees, saturation: 0.54, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #BB5DCE is Cyan = 0.09, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 187 | 93 | 206 | - |
| CMYK | 0.09 | 0.55 | 0 | 0.19 |
| HSL | 289.91º | 0.54% | 0.59% | - |
| HSV(B) | 289.91º | 0.55% | 0.81% | - |
| XYZ | 35.55 | 22.85 | 60.93 | - |
| YUV | 133.99 | 168.64 | 165.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 93 | 206 | 0.09 | 0.55 | 0 | 0.19 | 289.91 | 0.54 | 0.59 |
| Hex | BB | 5D | CE | 9 | 37 | 0 | 13 | 122 | 36 | 3B |
| Octal | 273 | 135 | 316 | 11 | 67 | 0 | 23 | 442 | 66 | 73 |
| Binary | 10111011 | 1011101 | 11001110 | 1001 | 110111 | 0 | 10011 | 100100010 | 110110 | 111011 |
Color Harmonies of #BB5DCE
Complementary color
Monochromatic Colors of #BB5DCE
Black with #BB5DCE
Text Example
Text Example
White with #BB5DCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB5DCE; }
p { color: rgb(187,93,206); }
H1.HeaderClassName
{
color: #BB5DCE;
}
.AnyTagClassName
{
color: #BB5DCE;
}
</style>
background-color css
<style>
a { background-color: #BB5DCE; }
a { background-color: rgb(187,93,206); }
div.DivClassName
{
background-color: #BB5DCE;
}
.BgClassName
{
background-color: #BB5DCE;
}
</style>
border-color css
<style>
span { border-color: #BB5DCE; }
span { border-color: rgb(187,93,206); }
td.TdClassName
{
border-color: #BB5DCE;
}
.TagClassName
{
border-color: #BB5DCE;
}
</style>