Shades of Medium Orchid #BB3ADC
Tints of Medium Orchid #BB3ADC
RGB
CMYK
RGB Variations
Color information
#BB3ADC (or 0xBB3ADC) is known color: Medium Orchid. HEX triplet: BB, 3A and DC. RGB value is (187,58,220). Sum of RGB (Red+Green+Blue) = 187+58+220=465 (61% of max value = 765). Red value is 187 (73.44% from 255 or 40.22% from 465); Green value is 58 (23.05% from 255 or 12.47% from 465); Blue value is 220 (86.33% from 255 or 47.31% from 465); Max value from RGB is 220 - color contains mainly: blue. Hex color #BB3ADC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BB3ADC is #44C523. Grayscale: #727272. Windows color (decimal): -4506916 or 14432955. OLE color: 14432955.
HSL color Cylindrical-coordinate representation of color #BB3ADC: hue angle of 287.78º degrees, saturation: 0.7, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #BB3ADC is Cyan = 0.15, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 187 | 58 | 220 | - |
| CMYK | 0.15 | 0.74 | 0 | 0.14 |
| HSL | 287.78º | 0.7% | 0.55% | - |
| HSV(B) | 287.78º | 0.74% | 0.86% | - |
| XYZ | 34.92 | 18.76 | 69.49 | - |
| YUV | 115.04 | 187.24 | 179.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 58 | 220 | 0.15 | 0.74 | 0 | 0.14 | 287.78 | 0.7 | 0.55 |
| Hex | BB | 3A | DC | F | 4A | 0 | E | 120 | 46 | 37 |
| Octal | 273 | 72 | 334 | 17 | 112 | 0 | 16 | 440 | 106 | 67 |
| Binary | 10111011 | 111010 | 11011100 | 1111 | 1001010 | 0 | 1110 | 100100000 | 1000110 | 110111 |
Color Harmonies of #BB3ADC
Complementary color
Monochromatic Colors of #BB3ADC
Black with #BB3ADC
Text Example
Text Example
White with #BB3ADC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB3ADC; }
p { color: rgb(187,58,220); }
H1.HeaderClassName
{
color: #BB3ADC;
}
.AnyTagClassName
{
color: #BB3ADC;
}
</style>
background-color css
<style>
a { background-color: #BB3ADC; }
a { background-color: rgb(187,58,220); }
div.DivClassName
{
background-color: #BB3ADC;
}
.BgClassName
{
background-color: #BB3ADC;
}
</style>
border-color css
<style>
span { border-color: #BB3ADC; }
span { border-color: rgb(187,58,220); }
td.TdClassName
{
border-color: #BB3ADC;
}
.TagClassName
{
border-color: #BB3ADC;
}
</style>