Shades of Medium Orchid #BB32DC
Tints of Medium Orchid #BB32DC
RGB
CMYK
RGB Variations
Color information
#BB32DC (or 0xBB32DC) is known color: Medium Orchid. HEX triplet: BB, 32 and DC. RGB value is (187,50,220). Sum of RGB (Red+Green+Blue) = 187+50+220=457 (60% of max value = 765). Red value is 187 (73.44% from 255 or 40.92% from 457); Green value is 50 (19.92% from 255 or 10.94% from 457); Blue value is 220 (86.33% from 255 or 48.14% from 457); Max value from RGB is 220 - color contains mainly: blue. Hex color #BB32DC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BB32DC is #44CD23. Grayscale: #6D6D6D. Windows color (decimal): -4508964 or 14430907. OLE color: 14430907.
HSL color Cylindrical-coordinate representation of color #BB32DC: hue angle of 288.35º degrees, saturation: 0.71, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #BB32DC is Cyan = 0.15, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 187 | 50 | 220 | - |
| CMYK | 0.15 | 0.77 | 0 | 0.14 |
| HSL | 288.35º | 0.71% | 0.53% | - |
| HSV(B) | 288.35º | 0.77% | 0.86% | - |
| XYZ | 34.55 | 18.01 | 69.37 | - |
| YUV | 110.34 | 189.89 | 182.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 50 | 220 | 0.15 | 0.77 | 0 | 0.14 | 288.35 | 0.71 | 0.53 |
| Hex | BB | 32 | DC | F | 4D | 0 | E | 120 | 47 | 35 |
| Octal | 273 | 62 | 334 | 17 | 115 | 0 | 16 | 440 | 107 | 65 |
| Binary | 10111011 | 110010 | 11011100 | 1111 | 1001101 | 0 | 1110 | 100100000 | 1000111 | 110101 |
Color Harmonies of #BB32DC
Complementary color
Monochromatic Colors of #BB32DC
Black with #BB32DC
Text Example
Text Example
White with #BB32DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB32DC; }
p { color: rgb(187,50,220); }
H1.HeaderClassName
{
color: #BB32DC;
}
.AnyTagClassName
{
color: #BB32DC;
}
</style>
background-color css
<style>
a { background-color: #BB32DC; }
a { background-color: rgb(187,50,220); }
div.DivClassName
{
background-color: #BB32DC;
}
.BgClassName
{
background-color: #BB32DC;
}
</style>
border-color css
<style>
span { border-color: #BB32DC; }
span { border-color: rgb(187,50,220); }
td.TdClassName
{
border-color: #BB32DC;
}
.TagClassName
{
border-color: #BB32DC;
}
</style>