Shades of Medium Orchid #BB32CC
Tints of Medium Orchid #BB32CC
RGB
CMYK
RGB Variations
Color information
#BB32CC (or 0xBB32CC) is known color: Medium Orchid. HEX triplet: BB, 32 and CC. RGB value is (187,50,204). Sum of RGB (Red+Green+Blue) = 187+50+204=441 (58% of max value = 765). Red value is 187 (73.44% from 255 or 42.40% from 441); Green value is 50 (19.92% from 255 or 11.34% from 441); Blue value is 204 (80.08% from 255 or 46.26% from 441); Max value from RGB is 204 - color contains mainly: blue. Hex color #BB32CC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BB32CC is #44CD33. Grayscale: #6C6C6C. Windows color (decimal): -4508980 or 13382331. OLE color: 13382331.
HSL color Cylindrical-coordinate representation of color #BB32CC: hue angle of 293.38º degrees, saturation: 0.61, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #BB32CC is Cyan = 0.08, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 187 | 50 | 204 | - |
| CMYK | 0.08 | 0.75 | 0 | 0.2 |
| HSL | 293.38º | 0.61% | 0.5% | - |
| HSV(B) | 293.38º | 0.75% | 0.8% | - |
| XYZ | 32.53 | 17.21 | 58.73 | - |
| YUV | 108.52 | 181.89 | 183.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 50 | 204 | 0.08 | 0.75 | 0 | 0.2 | 293.38 | 0.61 | 0.5 |
| Hex | BB | 32 | CC | 8 | 4B | 0 | 14 | 125 | 3D | 32 |
| Octal | 273 | 62 | 314 | 10 | 113 | 0 | 24 | 445 | 75 | 62 |
| Binary | 10111011 | 110010 | 11001100 | 1000 | 1001011 | 0 | 10100 | 100100101 | 111101 | 110010 |
Color Harmonies of #BB32CC
Complementary color
Monochromatic Colors of #BB32CC
Black with #BB32CC
Text Example
Text Example
White with #BB32CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB32CC; }
p { color: rgb(187,50,204); }
H1.HeaderClassName
{
color: #BB32CC;
}
.AnyTagClassName
{
color: #BB32CC;
}
</style>
background-color css
<style>
a { background-color: #BB32CC; }
a { background-color: rgb(187,50,204); }
div.DivClassName
{
background-color: #BB32CC;
}
.BgClassName
{
background-color: #BB32CC;
}
</style>
border-color css
<style>
span { border-color: #BB32CC; }
span { border-color: rgb(187,50,204); }
td.TdClassName
{
border-color: #BB32CC;
}
.TagClassName
{
border-color: #BB32CC;
}
</style>