Shades of Medium Orchid #BD32CC
Tints of Medium Orchid #BD32CC
RGB
CMYK
RGB Variations
Color information
#BD32CC (or 0xBD32CC) is known color: Medium Orchid. HEX triplet: BD, 32 and CC. RGB value is (189,50,204). Sum of RGB (Red+Green+Blue) = 189+50+204=443 (58% of max value = 765). Red value is 189 (74.22% from 255 or 42.66% from 443); Green value is 50 (19.92% from 255 or 11.29% from 443); Blue value is 204 (80.08% from 255 or 46.05% from 443); Max value from RGB is 204 - color contains mainly: blue. Hex color #BD32CC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BD32CC is #42CD33. Grayscale: #6C6C6C. Windows color (decimal): -4377908 or 13382333. OLE color: 13382333.
HSL color Cylindrical-coordinate representation of color #BD32CC: hue angle of 294.16º 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 #BD32CC is Cyan = 0.07, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 189 | 50 | 204 | - |
| CMYK | 0.07 | 0.75 | 0 | 0.2 |
| HSL | 294.16º | 0.61% | 0.5% | - |
| HSV(B) | 294.16º | 0.75% | 0.8% | - |
| XYZ | 33.03 | 17.46 | 58.76 | - |
| YUV | 109.12 | 181.55 | 184.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 50 | 204 | 0.07 | 0.75 | 0 | 0.2 | 294.16 | 0.61 | 0.5 |
| Hex | BD | 32 | CC | 7 | 4B | 0 | 14 | 126 | 3D | 32 |
| Octal | 275 | 62 | 314 | 7 | 113 | 0 | 24 | 446 | 75 | 62 |
| Binary | 10111101 | 110010 | 11001100 | 111 | 1001011 | 0 | 10100 | 100100110 | 111101 | 110010 |
Color Harmonies of #BD32CC
Complementary color
Monochromatic Colors of #BD32CC
Black with #BD32CC
Text Example
Text Example
White with #BD32CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD32CC; }
p { color: rgb(189,50,204); }
H1.HeaderClassName
{
color: #BD32CC;
}
.AnyTagClassName
{
color: #BD32CC;
}
</style>
background-color css
<style>
a { background-color: #BD32CC; }
a { background-color: rgb(189,50,204); }
div.DivClassName
{
background-color: #BD32CC;
}
.BgClassName
{
background-color: #BD32CC;
}
</style>
border-color css
<style>
span { border-color: #BD32CC; }
span { border-color: rgb(189,50,204); }
td.TdClassName
{
border-color: #BD32CC;
}
.TagClassName
{
border-color: #BD32CC;
}
</style>