Shades of Medium Orchid #BD40CB
Tints of Medium Orchid #BD40CB
RGB
CMYK
RGB Variations
Color information
#BD40CB (or 0xBD40CB) is known color: Medium Orchid. HEX triplet: BD, 40 and CB. RGB value is (189,64,203). Sum of RGB (Red+Green+Blue) = 189+64+203=456 (60% of max value = 765). Red value is 189 (74.22% from 255 or 41.45% from 456); Green value is 64 (25.39% from 255 or 14.04% from 456); Blue value is 203 (79.69% from 255 or 44.52% from 456); Max value from RGB is 203 - color contains mainly: blue. Hex color #BD40CB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BD40CB is #42BF34. Grayscale: #747474. Windows color (decimal): -4374325 or 13320381. OLE color: 13320381.
HSL color Cylindrical-coordinate representation of color #BD40CB: hue angle of 293.96º degrees, saturation: 0.57, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #BD40CB is Cyan = 0.07, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 189 | 64 | 203 | - |
| CMYK | 0.07 | 0.68 | 0 | 0.20 |
| HSL | 293.96º | 0.57% | 0.52% | - |
| HSV(B) | 293.96º | 0.68% | 0.8% | - |
| XYZ | 33.6 | 18.8 | 58.36 | - |
| YUV | 117.22 | 176.41 | 179.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 64 | 203 | 0.07 | 0.68 | 0 | 0.20 | 293.96 | 0.57 | 0.52 |
| Hex | BD | 40 | CB | 7 | 44 | 0 | 14 | 126 | 39 | 34 |
| Octal | 275 | 100 | 313 | 7 | 104 | 0 | 24 | 446 | 71 | 64 |
| Binary | 10111101 | 1000000 | 11001011 | 111 | 1000100 | 0 | 10100 | 100100110 | 111001 | 110100 |
Color Harmonies of #BD40CB
Complementary color
Monochromatic Colors of #BD40CB
Black with #BD40CB
Text Example
Text Example
White with #BD40CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD40CB; }
p { color: rgb(189,64,203); }
H1.HeaderClassName
{
color: #BD40CB;
}
.AnyTagClassName
{
color: #BD40CB;
}
</style>
background-color css
<style>
a { background-color: #BD40CB; }
a { background-color: rgb(189,64,203); }
div.DivClassName
{
background-color: #BD40CB;
}
.BgClassName
{
background-color: #BD40CB;
}
</style>
border-color css
<style>
span { border-color: #BD40CB; }
span { border-color: rgb(189,64,203); }
td.TdClassName
{
border-color: #BD40CB;
}
.TagClassName
{
border-color: #BD40CB;
}
</style>