Shades of Medium Orchid #BB32D5
Tints of Medium Orchid #BB32D5
RGB
CMYK
RGB Variations
Color information
#BB32D5 (or 0xBB32D5) is known color: Medium Orchid. HEX triplet: BB, 32 and D5. RGB value is (187,50,213). Sum of RGB (Red+Green+Blue) = 187+50+213=450 (59% of max value = 765). Red value is 187 (73.44% from 255 or 41.56% from 450); Green value is 50 (19.92% from 255 or 11.11% from 450); Blue value is 213 (83.59% from 255 or 47.33% from 450); Max value from RGB is 213 - color contains mainly: blue. Hex color #BB32D5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BB32D5 is #44CD2A. Grayscale: #6D6D6D. Windows color (decimal): -4508971 or 13972155. OLE color: 13972155.
HSL color Cylindrical-coordinate representation of color #BB32D5: hue angle of 290.43º degrees, saturation: 0.66, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #BB32D5 is Cyan = 0.12, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 187 | 50 | 213 | - |
| CMYK | 0.12 | 0.77 | 0 | 0.16 |
| HSL | 290.43º | 0.66% | 0.52% | - |
| HSV(B) | 290.43º | 0.77% | 0.84% | - |
| XYZ | 33.64 | 17.65 | 64.58 | - |
| YUV | 109.55 | 186.39 | 183.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 50 | 213 | 0.12 | 0.77 | 0 | 0.16 | 290.43 | 0.66 | 0.52 |
| Hex | BB | 32 | D5 | C | 4D | 0 | 10 | 122 | 42 | 34 |
| Octal | 273 | 62 | 325 | 14 | 115 | 0 | 20 | 442 | 102 | 64 |
| Binary | 10111011 | 110010 | 11010101 | 1100 | 1001101 | 0 | 10000 | 100100010 | 1000010 | 110100 |
Color Harmonies of #BB32D5
Complementary color
Monochromatic Colors of #BB32D5
Black with #BB32D5
Text Example
Text Example
White with #BB32D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB32D5; }
p { color: rgb(187,50,213); }
H1.HeaderClassName
{
color: #BB32D5;
}
.AnyTagClassName
{
color: #BB32D5;
}
</style>
background-color css
<style>
a { background-color: #BB32D5; }
a { background-color: rgb(187,50,213); }
div.DivClassName
{
background-color: #BB32D5;
}
.BgClassName
{
background-color: #BB32D5;
}
</style>
border-color css
<style>
span { border-color: #BB32D5; }
span { border-color: rgb(187,50,213); }
td.TdClassName
{
border-color: #BB32D5;
}
.TagClassName
{
border-color: #BB32D5;
}
</style>