Shades of Medium Orchid #BB32D3
Tints of Medium Orchid #BB32D3
RGB
CMYK
RGB Variations
Color information
#BB32D3 (or 0xBB32D3) is known color: Medium Orchid. HEX triplet: BB, 32 and D3. RGB value is (187,50,211). Sum of RGB (Red+Green+Blue) = 187+50+211=448 (59% of max value = 765). Red value is 187 (73.44% from 255 or 41.74% from 448); Green value is 50 (19.92% from 255 or 11.16% from 448); Blue value is 211 (82.81% from 255 or 47.10% from 448); Max value from RGB is 211 - color contains mainly: blue. Hex color #BB32D3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BB32D3 is #44CD2C. Grayscale: #6C6C6C. Windows color (decimal): -4508973 or 13841083. OLE color: 13841083.
HSL color Cylindrical-coordinate representation of color #BB32D3: hue angle of 291.06º degrees, saturation: 0.65, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #BB32D3 is Cyan = 0.11, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 187 | 50 | 211 | - |
| CMYK | 0.11 | 0.76 | 0 | 0.17 |
| HSL | 291.06º | 0.65% | 0.51% | - |
| HSV(B) | 291.06º | 0.76% | 0.83% | - |
| XYZ | 33.39 | 17.55 | 63.26 | - |
| YUV | 109.32 | 185.39 | 183.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 50 | 211 | 0.11 | 0.76 | 0 | 0.17 | 291.06 | 0.65 | 0.51 |
| Hex | BB | 32 | D3 | B | 4C | 0 | 11 | 123 | 41 | 33 |
| Octal | 273 | 62 | 323 | 13 | 114 | 0 | 21 | 443 | 101 | 63 |
| Binary | 10111011 | 110010 | 11010011 | 1011 | 1001100 | 0 | 10001 | 100100011 | 1000001 | 110011 |
Color Harmonies of #BB32D3
Complementary color
Monochromatic Colors of #BB32D3
Black with #BB32D3
Text Example
Text Example
White with #BB32D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB32D3; }
p { color: rgb(187,50,211); }
H1.HeaderClassName
{
color: #BB32D3;
}
.AnyTagClassName
{
color: #BB32D3;
}
</style>
background-color css
<style>
a { background-color: #BB32D3; }
a { background-color: rgb(187,50,211); }
div.DivClassName
{
background-color: #BB32D3;
}
.BgClassName
{
background-color: #BB32D3;
}
</style>
border-color css
<style>
span { border-color: #BB32D3; }
span { border-color: rgb(187,50,211); }
td.TdClassName
{
border-color: #BB32D3;
}
.TagClassName
{
border-color: #BB32D3;
}
</style>