Shades of Medium Orchid #BB38CF
Tints of Medium Orchid #BB38CF
RGB
CMYK
RGB Variations
Color information
#BB38CF (or 0xBB38CF) is known color: Medium Orchid. HEX triplet: BB, 38 and CF. RGB value is (187,56,207). Sum of RGB (Red+Green+Blue) = 187+56+207=450 (59% of max value = 765). Red value is 187 (73.44% from 255 or 41.56% from 450); Green value is 56 (22.27% from 255 or 12.44% from 450); Blue value is 207 (81.25% from 255 or 46% from 450); Max value from RGB is 207 - color contains mainly: blue. Hex color #BB38CF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BB38CF is #44C730. Grayscale: #6F6F6F. Windows color (decimal): -4507441 or 13580475. OLE color: 13580475.
HSL color Cylindrical-coordinate representation of color #BB38CF: hue angle of 292.05º degrees, saturation: 0.61, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #BB38CF is Cyan = 0.10, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 187 | 56 | 207 | - |
| CMYK | 0.10 | 0.73 | 0 | 0.19 |
| HSL | 292.05º | 0.61% | 0.52% | - |
| HSV(B) | 292.05º | 0.73% | 0.81% | - |
| XYZ | 33.17 | 17.9 | 60.74 | - |
| YUV | 112.38 | 181.4 | 181.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 56 | 207 | 0.10 | 0.73 | 0 | 0.19 | 292.05 | 0.61 | 0.52 |
| Hex | BB | 38 | CF | A | 49 | 0 | 13 | 124 | 3D | 34 |
| Octal | 273 | 70 | 317 | 12 | 111 | 0 | 23 | 444 | 75 | 64 |
| Binary | 10111011 | 111000 | 11001111 | 1010 | 1001001 | 0 | 10011 | 100100100 | 111101 | 110100 |
Color Harmonies of #BB38CF
Complementary color
Monochromatic Colors of #BB38CF
Black with #BB38CF
Text Example
Text Example
White with #BB38CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB38CF; }
p { color: rgb(187,56,207); }
H1.HeaderClassName
{
color: #BB38CF;
}
.AnyTagClassName
{
color: #BB38CF;
}
</style>
background-color css
<style>
a { background-color: #BB38CF; }
a { background-color: rgb(187,56,207); }
div.DivClassName
{
background-color: #BB38CF;
}
.BgClassName
{
background-color: #BB38CF;
}
</style>
border-color css
<style>
span { border-color: #BB38CF; }
span { border-color: rgb(187,56,207); }
td.TdClassName
{
border-color: #BB38CF;
}
.TagClassName
{
border-color: #BB38CF;
}
</style>