Shades of Medium Orchid #BB3DCD
Tints of Medium Orchid #BB3DCD
RGB
CMYK
RGB Variations
Color information
#BB3DCD (or 0xBB3DCD) is known color: Medium Orchid. HEX triplet: BB, 3D and CD. RGB value is (187,61,205). Sum of RGB (Red+Green+Blue) = 187+61+205=453 (60% of max value = 765). Red value is 187 (73.44% from 255 or 41.28% from 453); Green value is 61 (24.22% from 255 or 13.47% from 453); Blue value is 205 (80.47% from 255 or 45.25% from 453); Max value from RGB is 205 - color contains mainly: blue. Hex color #BB3DCD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BB3DCD is #44C232. Grayscale: #727272. Windows color (decimal): -4506163 or 13450683. OLE color: 13450683.
HSL color Cylindrical-coordinate representation of color #BB3DCD: hue angle of 292.5º 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 #BB3DCD is Cyan = 0.09, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 187 | 61 | 205 | - |
| CMYK | 0.09 | 0.70 | 0 | 0.20 |
| HSL | 292.5º | 0.59% | 0.52% | - |
| HSV(B) | 292.5º | 0.7% | 0.8% | - |
| XYZ | 33.18 | 18.31 | 59.54 | - |
| YUV | 115.09 | 178.74 | 179.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 61 | 205 | 0.09 | 0.70 | 0 | 0.20 | 292.5 | 0.59 | 0.52 |
| Hex | BB | 3D | CD | 9 | 46 | 0 | 14 | 124 | 3B | 34 |
| Octal | 273 | 75 | 315 | 11 | 106 | 0 | 24 | 444 | 73 | 64 |
| Binary | 10111011 | 111101 | 11001101 | 1001 | 1000110 | 0 | 10100 | 100100100 | 111011 | 110100 |
Color Harmonies of #BB3DCD
Complementary color
Monochromatic Colors of #BB3DCD
Black with #BB3DCD
Text Example
Text Example
White with #BB3DCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB3DCD; }
p { color: rgb(187,61,205); }
H1.HeaderClassName
{
color: #BB3DCD;
}
.AnyTagClassName
{
color: #BB3DCD;
}
</style>
background-color css
<style>
a { background-color: #BB3DCD; }
a { background-color: rgb(187,61,205); }
div.DivClassName
{
background-color: #BB3DCD;
}
.BgClassName
{
background-color: #BB3DCD;
}
</style>
border-color css
<style>
span { border-color: #BB3DCD; }
span { border-color: rgb(187,61,205); }
td.TdClassName
{
border-color: #BB3DCD;
}
.TagClassName
{
border-color: #BB3DCD;
}
</style>