Shades of Medium Orchid #BD40CC
Tints of Medium Orchid #BD40CC
RGB
CMYK
RGB Variations
Color information
#BD40CC (or 0xBD40CC) is known color: Medium Orchid. HEX triplet: BD, 40 and CC. RGB value is (189,64,204). Sum of RGB (Red+Green+Blue) = 189+64+204=457 (60% of max value = 765). Red value is 189 (74.22% from 255 or 41.36% from 457); Green value is 64 (25.39% from 255 or 14.00% from 457); Blue value is 204 (80.08% from 255 or 44.64% from 457); Max value from RGB is 204 - color contains mainly: blue. Hex color #BD40CC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BD40CC is #42BF33. Grayscale: #747474. Windows color (decimal): -4374324 or 13385917. OLE color: 13385917.
HSL color Cylindrical-coordinate representation of color #BD40CC: hue angle of 293.57º degrees, saturation: 0.58, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #BD40CC is Cyan = 0.07, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 189 | 64 | 204 | - |
| CMYK | 0.07 | 0.69 | 0 | 0.2 |
| HSL | 293.57º | 0.58% | 0.53% | - |
| HSV(B) | 293.57º | 0.69% | 0.8% | - |
| XYZ | 33.72 | 18.85 | 58.99 | - |
| YUV | 117.34 | 176.91 | 179.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 64 | 204 | 0.07 | 0.69 | 0 | 0.2 | 293.57 | 0.58 | 0.53 |
| Hex | BD | 40 | CC | 7 | 45 | 0 | 14 | 126 | 3A | 35 |
| Octal | 275 | 100 | 314 | 7 | 105 | 0 | 24 | 446 | 72 | 65 |
| Binary | 10111101 | 1000000 | 11001100 | 111 | 1000101 | 0 | 10100 | 100100110 | 111010 | 110101 |
Color Harmonies of #BD40CC
Complementary color
Monochromatic Colors of #BD40CC
Black with #BD40CC
Text Example
Text Example
White with #BD40CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD40CC; }
p { color: rgb(189,64,204); }
H1.HeaderClassName
{
color: #BD40CC;
}
.AnyTagClassName
{
color: #BD40CC;
}
</style>
background-color css
<style>
a { background-color: #BD40CC; }
a { background-color: rgb(189,64,204); }
div.DivClassName
{
background-color: #BD40CC;
}
.BgClassName
{
background-color: #BD40CC;
}
</style>
border-color css
<style>
span { border-color: #BD40CC; }
span { border-color: rgb(189,64,204); }
td.TdClassName
{
border-color: #BD40CC;
}
.TagClassName
{
border-color: #BD40CC;
}
</style>