Shades of Medium Orchid #BB3CDD
Tints of Medium Orchid #BB3CDD
RGB
CMYK
RGB Variations
Color information
#BB3CDD (or 0xBB3CDD) is known color: Medium Orchid. HEX triplet: BB, 3C and DD. RGB value is (187,60,221). Sum of RGB (Red+Green+Blue) = 187+60+221=468 (61% of max value = 765). Red value is 187 (73.44% from 255 or 39.96% from 468); Green value is 60 (23.83% from 255 or 12.82% from 468); Blue value is 221 (86.72% from 255 or 47.22% from 468); Max value from RGB is 221 - color contains mainly: blue. Hex color #BB3CDD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BB3CDD is #44C322. Grayscale: #737373. Windows color (decimal): -4506403 or 14499003. OLE color: 14499003.
HSL color Cylindrical-coordinate representation of color #BB3CDD: hue angle of 287.33º degrees, saturation: 0.7, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #BB3CDD is Cyan = 0.15, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 187 | 60 | 221 | - |
| CMYK | 0.15 | 0.73 | 0 | 0.13 |
| HSL | 287.33º | 0.7% | 0.55% | - |
| HSV(B) | 287.33º | 0.73% | 0.87% | - |
| XYZ | 35.16 | 19.02 | 70.22 | - |
| YUV | 116.33 | 187.08 | 178.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 60 | 221 | 0.15 | 0.73 | 0 | 0.13 | 287.33 | 0.7 | 0.55 |
| Hex | BB | 3C | DD | F | 49 | 0 | D | 11F | 46 | 37 |
| Octal | 273 | 74 | 335 | 17 | 111 | 0 | 15 | 437 | 106 | 67 |
| Binary | 10111011 | 111100 | 11011101 | 1111 | 1001001 | 0 | 1101 | 100011111 | 1000110 | 110111 |
Color Harmonies of #BB3CDD
Complementary color
Monochromatic Colors of #BB3CDD
Black with #BB3CDD
Text Example
Text Example
White with #BB3CDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB3CDD; }
p { color: rgb(187,60,221); }
H1.HeaderClassName
{
color: #BB3CDD;
}
.AnyTagClassName
{
color: #BB3CDD;
}
</style>
background-color css
<style>
a { background-color: #BB3CDD; }
a { background-color: rgb(187,60,221); }
div.DivClassName
{
background-color: #BB3CDD;
}
.BgClassName
{
background-color: #BB3CDD;
}
</style>
border-color css
<style>
span { border-color: #BB3CDD; }
span { border-color: rgb(187,60,221); }
td.TdClassName
{
border-color: #BB3CDD;
}
.TagClassName
{
border-color: #BB3CDD;
}
</style>