Shades of Medium Orchid #BB38CC
Tints of Medium Orchid #BB38CC
RGB
CMYK
RGB Variations
Color information
#BB38CC (or 0xBB38CC) is known color: Medium Orchid. HEX triplet: BB, 38 and CC. RGB value is (187,56,204). Sum of RGB (Red+Green+Blue) = 187+56+204=447 (59% of max value = 765). Red value is 187 (73.44% from 255 or 41.83% from 447); Green value is 56 (22.27% from 255 or 12.53% from 447); Blue value is 204 (80.08% from 255 or 45.64% from 447); Max value from RGB is 204 - color contains mainly: blue. Hex color #BB38CC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BB38CC is #44C733. Grayscale: #6F6F6F. Windows color (decimal): -4507444 or 13383867. OLE color: 13383867.
HSL color Cylindrical-coordinate representation of color #BB38CC: hue angle of 293.11º degrees, saturation: 0.59, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #BB38CC is Cyan = 0.08, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 187 | 56 | 204 | - |
| CMYK | 0.08 | 0.73 | 0 | 0.2 |
| HSL | 293.11º | 0.59% | 0.51% | - |
| HSV(B) | 293.11º | 0.73% | 0.8% | - |
| XYZ | 32.81 | 17.75 | 58.82 | - |
| YUV | 112.04 | 179.9 | 181.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 56 | 204 | 0.08 | 0.73 | 0 | 0.2 | 293.11 | 0.59 | 0.51 |
| Hex | BB | 38 | CC | 8 | 49 | 0 | 14 | 125 | 3B | 33 |
| Octal | 273 | 70 | 314 | 10 | 111 | 0 | 24 | 445 | 73 | 63 |
| Binary | 10111011 | 111000 | 11001100 | 1000 | 1001001 | 0 | 10100 | 100100101 | 111011 | 110011 |
Color Harmonies of #BB38CC
Complementary color
Monochromatic Colors of #BB38CC
Black with #BB38CC
Text Example
Text Example
White with #BB38CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB38CC; }
p { color: rgb(187,56,204); }
H1.HeaderClassName
{
color: #BB38CC;
}
.AnyTagClassName
{
color: #BB38CC;
}
</style>
background-color css
<style>
a { background-color: #BB38CC; }
a { background-color: rgb(187,56,204); }
div.DivClassName
{
background-color: #BB38CC;
}
.BgClassName
{
background-color: #BB38CC;
}
</style>
border-color css
<style>
span { border-color: #BB38CC; }
span { border-color: rgb(187,56,204); }
td.TdClassName
{
border-color: #BB38CC;
}
.TagClassName
{
border-color: #BB38CC;
}
</style>