Shades of Medium Orchid #BB3CDC
Tints of Medium Orchid #BB3CDC
RGB
CMYK
RGB Variations
Color information
#BB3CDC (or 0xBB3CDC) is known color: Medium Orchid. HEX triplet: BB, 3C and DC. RGB value is (187,60,220). Sum of RGB (Red+Green+Blue) = 187+60+220=467 (61% of max value = 765). Red value is 187 (73.44% from 255 or 40.04% from 467); Green value is 60 (23.83% from 255 or 12.85% from 467); Blue value is 220 (86.33% from 255 or 47.11% from 467); Max value from RGB is 220 - color contains mainly: blue. Hex color #BB3CDC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BB3CDC is #44C323. Grayscale: #737373. Windows color (decimal): -4506404 or 14433467. OLE color: 14433467.
HSL color Cylindrical-coordinate representation of color #BB3CDC: hue angle of 287.62º degrees, saturation: 0.7, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #BB3CDC is Cyan = 0.15, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 187 | 60 | 220 | - |
| CMYK | 0.15 | 0.73 | 0 | 0.14 |
| HSL | 287.63º | 0.7% | 0.55% | - |
| HSV(B) | 287.63º | 0.73% | 0.86% | - |
| XYZ | 35.03 | 18.96 | 69.52 | - |
| YUV | 116.21 | 186.58 | 178.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 60 | 220 | 0.15 | 0.73 | 0 | 0.14 | 287.63 | 0.7 | 0.55 |
| Hex | BB | 3C | DC | F | 49 | 0 | E | 120 | 46 | 37 |
| Octal | 273 | 74 | 334 | 17 | 111 | 0 | 16 | 440 | 106 | 67 |
| Binary | 10111011 | 111100 | 11011100 | 1111 | 1001001 | 0 | 1110 | 100100000 | 1000110 | 110111 |
Color Harmonies of #BB3CDC
Complementary color
Monochromatic Colors of #BB3CDC
Black with #BB3CDC
Text Example
Text Example
White with #BB3CDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB3CDC; }
p { color: rgb(187,60,220); }
H1.HeaderClassName
{
color: #BB3CDC;
}
.AnyTagClassName
{
color: #BB3CDC;
}
</style>
background-color css
<style>
a { background-color: #BB3CDC; }
a { background-color: rgb(187,60,220); }
div.DivClassName
{
background-color: #BB3CDC;
}
.BgClassName
{
background-color: #BB3CDC;
}
</style>
border-color css
<style>
span { border-color: #BB3CDC; }
span { border-color: rgb(187,60,220); }
td.TdClassName
{
border-color: #BB3CDC;
}
.TagClassName
{
border-color: #BB3CDC;
}
</style>