Shades of Medium Orchid #BB3ECD
Tints of Medium Orchid #BB3ECD
RGB
CMYK
RGB Variations
Color information
#BB3ECD (or 0xBB3ECD) is known color: Medium Orchid. HEX triplet: BB, 3E and CD. RGB value is (187,62,205). Sum of RGB (Red+Green+Blue) = 187+62+205=454 (60% of max value = 765). Red value is 187 (73.44% from 255 or 41.19% from 454); Green value is 62 (24.61% from 255 or 13.66% from 454); Blue value is 205 (80.47% from 255 or 45.15% from 454); Max value from RGB is 205 - color contains mainly: blue. Hex color #BB3ECD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BB3ECD is #44C132. Grayscale: #737373. Windows color (decimal): -4505907 or 13450939. OLE color: 13450939.
HSL color Cylindrical-coordinate representation of color #BB3ECD: hue angle of 292.45º degrees, saturation: 0.59, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #BB3ECD is Cyan = 0.09, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 187 | 62 | 205 | - |
| CMYK | 0.09 | 0.70 | 0 | 0.20 |
| HSL | 292.45º | 0.59% | 0.52% | - |
| HSV(B) | 292.45º | 0.7% | 0.8% | - |
| XYZ | 33.24 | 18.42 | 59.56 | - |
| YUV | 115.68 | 178.41 | 178.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 62 | 205 | 0.09 | 0.70 | 0 | 0.20 | 292.45 | 0.59 | 0.52 |
| Hex | BB | 3E | CD | 9 | 46 | 0 | 14 | 124 | 3B | 34 |
| Octal | 273 | 76 | 315 | 11 | 106 | 0 | 24 | 444 | 73 | 64 |
| Binary | 10111011 | 111110 | 11001101 | 1001 | 1000110 | 0 | 10100 | 100100100 | 111011 | 110100 |
Color Harmonies of #BB3ECD
Complementary color
Monochromatic Colors of #BB3ECD
Black with #BB3ECD
Text Example
Text Example
White with #BB3ECD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB3ECD; }
p { color: rgb(187,62,205); }
H1.HeaderClassName
{
color: #BB3ECD;
}
.AnyTagClassName
{
color: #BB3ECD;
}
</style>
background-color css
<style>
a { background-color: #BB3ECD; }
a { background-color: rgb(187,62,205); }
div.DivClassName
{
background-color: #BB3ECD;
}
.BgClassName
{
background-color: #BB3ECD;
}
</style>
border-color css
<style>
span { border-color: #BB3ECD; }
span { border-color: rgb(187,62,205); }
td.TdClassName
{
border-color: #BB3ECD;
}
.TagClassName
{
border-color: #BB3ECD;
}
</style>