Shades of Medium Orchid #BB40CD
Tints of Medium Orchid #BB40CD
RGB
CMYK
RGB Variations
Color information
#BB40CD (or 0xBB40CD) is known color: Medium Orchid. HEX triplet: BB, 40 and CD. RGB value is (187,64,205). Sum of RGB (Red+Green+Blue) = 187+64+205=456 (60% of max value = 765). Red value is 187 (73.44% from 255 or 41.01% from 456); Green value is 64 (25.39% from 255 or 14.04% from 456); Blue value is 205 (80.47% from 255 or 44.96% from 456); Max value from RGB is 205 - color contains mainly: blue. Hex color #BB40CD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BB40CD is #44BF32. Grayscale: #747474. Windows color (decimal): -4505395 or 13451451. OLE color: 13451451.
HSL color Cylindrical-coordinate representation of color #BB40CD: hue angle of 292.34º degrees, saturation: 0.59, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #BB40CD is Cyan = 0.09, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 187 | 64 | 205 | - |
| CMYK | 0.09 | 0.69 | 0 | 0.20 |
| HSL | 292.34º | 0.59% | 0.53% | - |
| HSV(B) | 292.34º | 0.69% | 0.8% | - |
| XYZ | 33.35 | 18.64 | 59.6 | - |
| YUV | 116.85 | 177.75 | 178.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 64 | 205 | 0.09 | 0.69 | 0 | 0.20 | 292.34 | 0.59 | 0.53 |
| Hex | BB | 40 | CD | 9 | 45 | 0 | 14 | 124 | 3B | 35 |
| Octal | 273 | 100 | 315 | 11 | 105 | 0 | 24 | 444 | 73 | 65 |
| Binary | 10111011 | 1000000 | 11001101 | 1001 | 1000101 | 0 | 10100 | 100100100 | 111011 | 110101 |
Color Harmonies of #BB40CD
Complementary color
Monochromatic Colors of #BB40CD
Black with #BB40CD
Text Example
Text Example
White with #BB40CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB40CD; }
p { color: rgb(187,64,205); }
H1.HeaderClassName
{
color: #BB40CD;
}
.AnyTagClassName
{
color: #BB40CD;
}
</style>
background-color css
<style>
a { background-color: #BB40CD; }
a { background-color: rgb(187,64,205); }
div.DivClassName
{
background-color: #BB40CD;
}
.BgClassName
{
background-color: #BB40CD;
}
</style>
border-color css
<style>
span { border-color: #BB40CD; }
span { border-color: rgb(187,64,205); }
td.TdClassName
{
border-color: #BB40CD;
}
.TagClassName
{
border-color: #BB40CD;
}
</style>