Shades of Medium Orchid #BB38CB
Tints of Medium Orchid #BB38CB
RGB
CMYK
RGB Variations
Color information
#BB38CB (or 0xBB38CB) is known color: Medium Orchid. HEX triplet: BB, 38 and CB. RGB value is (187,56,203). Sum of RGB (Red+Green+Blue) = 187+56+203=446 (59% of max value = 765). Red value is 187 (73.44% from 255 or 41.93% from 446); Green value is 56 (22.27% from 255 or 12.56% from 446); Blue value is 203 (79.69% from 255 or 45.52% from 446); Max value from RGB is 203 - color contains mainly: blue. Hex color #BB38CB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BB38CB is #44C734. Grayscale: #6F6F6F. Windows color (decimal): -4507445 or 13318331. OLE color: 13318331.
HSL color Cylindrical-coordinate representation of color #BB38CB: hue angle of 293.47º degrees, saturation: 0.59, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #BB38CB is Cyan = 0.08, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 187 | 56 | 203 | - |
| CMYK | 0.08 | 0.72 | 0 | 0.20 |
| HSL | 293.47º | 0.59% | 0.51% | - |
| HSV(B) | 293.47º | 0.72% | 0.8% | - |
| XYZ | 32.69 | 17.7 | 58.19 | - |
| YUV | 111.93 | 179.4 | 181.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 56 | 203 | 0.08 | 0.72 | 0 | 0.20 | 293.47 | 0.59 | 0.51 |
| Hex | BB | 38 | CB | 8 | 48 | 0 | 14 | 125 | 3B | 33 |
| Octal | 273 | 70 | 313 | 10 | 110 | 0 | 24 | 445 | 73 | 63 |
| Binary | 10111011 | 111000 | 11001011 | 1000 | 1001000 | 0 | 10100 | 100100101 | 111011 | 110011 |
Color Harmonies of #BB38CB
Complementary color
Monochromatic Colors of #BB38CB
Black with #BB38CB
Text Example
Text Example
White with #BB38CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB38CB; }
p { color: rgb(187,56,203); }
H1.HeaderClassName
{
color: #BB38CB;
}
.AnyTagClassName
{
color: #BB38CB;
}
</style>
background-color css
<style>
a { background-color: #BB38CB; }
a { background-color: rgb(187,56,203); }
div.DivClassName
{
background-color: #BB38CB;
}
.BgClassName
{
background-color: #BB38CB;
}
</style>
border-color css
<style>
span { border-color: #BB38CB; }
span { border-color: rgb(187,56,203); }
td.TdClassName
{
border-color: #BB38CB;
}
.TagClassName
{
border-color: #BB38CB;
}
</style>