Shades of Medium Orchid #BB38CE
Tints of Medium Orchid #BB38CE
RGB
CMYK
RGB Variations
Color information
#BB38CE (or 0xBB38CE) is known color: Medium Orchid. HEX triplet: BB, 38 and CE. RGB value is (187,56,206). Sum of RGB (Red+Green+Blue) = 187+56+206=449 (59% of max value = 765). Red value is 187 (73.44% from 255 or 41.65% from 449); Green value is 56 (22.27% from 255 or 12.47% from 449); Blue value is 206 (80.86% from 255 or 45.88% from 449); Max value from RGB is 206 - color contains mainly: blue. Hex color #BB38CE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BB38CE is #44C731. Grayscale: #6F6F6F. Windows color (decimal): -4507442 or 13514939. OLE color: 13514939.
HSL color Cylindrical-coordinate representation of color #BB38CE: hue angle of 292.4º degrees, saturation: 0.6, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #BB38CE is Cyan = 0.09, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 187 | 56 | 206 | - |
| CMYK | 0.09 | 0.73 | 0 | 0.19 |
| HSL | 292.4º | 0.6% | 0.51% | - |
| HSV(B) | 292.4º | 0.73% | 0.81% | - |
| XYZ | 33.05 | 17.85 | 60.1 | - |
| YUV | 112.27 | 180.9 | 181.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 56 | 206 | 0.09 | 0.73 | 0 | 0.19 | 292.4 | 0.6 | 0.51 |
| Hex | BB | 38 | CE | 9 | 49 | 0 | 13 | 124 | 3C | 33 |
| Octal | 273 | 70 | 316 | 11 | 111 | 0 | 23 | 444 | 74 | 63 |
| Binary | 10111011 | 111000 | 11001110 | 1001 | 1001001 | 0 | 10011 | 100100100 | 111100 | 110011 |
Color Harmonies of #BB38CE
Complementary color
Monochromatic Colors of #BB38CE
Black with #BB38CE
Text Example
Text Example
White with #BB38CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB38CE; }
p { color: rgb(187,56,206); }
H1.HeaderClassName
{
color: #BB38CE;
}
.AnyTagClassName
{
color: #BB38CE;
}
</style>
background-color css
<style>
a { background-color: #BB38CE; }
a { background-color: rgb(187,56,206); }
div.DivClassName
{
background-color: #BB38CE;
}
.BgClassName
{
background-color: #BB38CE;
}
</style>
border-color css
<style>
span { border-color: #BB38CE; }
span { border-color: rgb(187,56,206); }
td.TdClassName
{
border-color: #BB38CE;
}
.TagClassName
{
border-color: #BB38CE;
}
</style>