Shades of Medium Orchid #BB3CDA
Tints of Medium Orchid #BB3CDA
RGB
CMYK
RGB Variations
Color information
#BB3CDA (or 0xBB3CDA) is known color: Medium Orchid. HEX triplet: BB, 3C and DA. RGB value is (187,60,218). Sum of RGB (Red+Green+Blue) = 187+60+218=465 (61% of max value = 765). Red value is 187 (73.44% from 255 or 40.22% from 465); Green value is 60 (23.83% from 255 or 12.90% from 465); Blue value is 218 (85.55% from 255 or 46.88% from 465); Max value from RGB is 218 - color contains mainly: blue. Hex color #BB3CDA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BB3CDA is #44C325. Grayscale: #737373. Windows color (decimal): -4506406 or 14302395. OLE color: 14302395.
HSL color Cylindrical-coordinate representation of color #BB3CDA: hue angle of 288.23º degrees, saturation: 0.68, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #BB3CDA is Cyan = 0.14, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 187 | 60 | 218 | - |
| CMYK | 0.14 | 0.72 | 0 | 0.15 |
| HSL | 288.23º | 0.68% | 0.55% | - |
| HSV(B) | 288.23º | 0.72% | 0.85% | - |
| XYZ | 34.76 | 18.86 | 68.14 | - |
| YUV | 115.99 | 185.58 | 178.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 60 | 218 | 0.14 | 0.72 | 0 | 0.15 | 288.23 | 0.68 | 0.55 |
| Hex | BB | 3C | DA | E | 48 | 0 | F | 120 | 44 | 37 |
| Octal | 273 | 74 | 332 | 16 | 110 | 0 | 17 | 440 | 104 | 67 |
| Binary | 10111011 | 111100 | 11011010 | 1110 | 1001000 | 0 | 1111 | 100100000 | 1000100 | 110111 |
Color Harmonies of #BB3CDA
Complementary color
Monochromatic Colors of #BB3CDA
Black with #BB3CDA
Text Example
Text Example
White with #BB3CDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB3CDA; }
p { color: rgb(187,60,218); }
H1.HeaderClassName
{
color: #BB3CDA;
}
.AnyTagClassName
{
color: #BB3CDA;
}
</style>
background-color css
<style>
a { background-color: #BB3CDA; }
a { background-color: rgb(187,60,218); }
div.DivClassName
{
background-color: #BB3CDA;
}
.BgClassName
{
background-color: #BB3CDA;
}
</style>
border-color css
<style>
span { border-color: #BB3CDA; }
span { border-color: rgb(187,60,218); }
td.TdClassName
{
border-color: #BB3CDA;
}
.TagClassName
{
border-color: #BB3CDA;
}
</style>