Shades of Medium Orchid #BB3FCD
Tints of Medium Orchid #BB3FCD
RGB
CMYK
RGB Variations
Color information
#BB3FCD (or 0xBB3FCD) is known color: Medium Orchid. HEX triplet: BB, 3F and CD. RGB value is (187,63,205). Sum of RGB (Red+Green+Blue) = 187+63+205=455 (60% of max value = 765). Red value is 187 (73.44% from 255 or 41.10% from 455); Green value is 63 (25% from 255 or 13.85% from 455); Blue value is 205 (80.47% from 255 or 45.05% from 455); Max value from RGB is 205 - color contains mainly: blue. Hex color #BB3FCD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BB3FCD is #44C032. Grayscale: #737373. Windows color (decimal): -4505651 or 13451195. OLE color: 13451195.
HSL color Cylindrical-coordinate representation of color #BB3FCD: hue angle of 292.39º 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 #BB3FCD is Cyan = 0.09, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 187 | 63 | 205 | - |
| CMYK | 0.09 | 0.69 | 0 | 0.20 |
| HSL | 292.39º | 0.59% | 0.53% | - |
| HSV(B) | 292.39º | 0.69% | 0.8% | - |
| XYZ | 33.29 | 18.53 | 59.58 | - |
| YUV | 116.26 | 178.08 | 178.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 63 | 205 | 0.09 | 0.69 | 0 | 0.20 | 292.39 | 0.59 | 0.53 |
| Hex | BB | 3F | CD | 9 | 45 | 0 | 14 | 124 | 3B | 35 |
| Octal | 273 | 77 | 315 | 11 | 105 | 0 | 24 | 444 | 73 | 65 |
| Binary | 10111011 | 111111 | 11001101 | 1001 | 1000101 | 0 | 10100 | 100100100 | 111011 | 110101 |
Color Harmonies of #BB3FCD
Complementary color
Monochromatic Colors of #BB3FCD
Black with #BB3FCD
Text Example
Text Example
White with #BB3FCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB3FCD; }
p { color: rgb(187,63,205); }
H1.HeaderClassName
{
color: #BB3FCD;
}
.AnyTagClassName
{
color: #BB3FCD;
}
</style>
background-color css
<style>
a { background-color: #BB3FCD; }
a { background-color: rgb(187,63,205); }
div.DivClassName
{
background-color: #BB3FCD;
}
.BgClassName
{
background-color: #BB3FCD;
}
</style>
border-color css
<style>
span { border-color: #BB3FCD; }
span { border-color: rgb(187,63,205); }
td.TdClassName
{
border-color: #BB3FCD;
}
.TagClassName
{
border-color: #BB3FCD;
}
</style>