Shades of Medium Orchid #BD42CB
Tints of Medium Orchid #BD42CB
RGB
CMYK
RGB Variations
Color information
#BD42CB (or 0xBD42CB) is known color: Medium Orchid. HEX triplet: BD, 42 and CB. RGB value is (189,66,203). Sum of RGB (Red+Green+Blue) = 189+66+203=458 (60% of max value = 765). Red value is 189 (74.22% from 255 or 41.27% from 458); Green value is 66 (26.17% from 255 or 14.41% from 458); Blue value is 203 (79.69% from 255 or 44.32% from 458); Max value from RGB is 203 - color contains mainly: blue. Hex color #BD42CB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BD42CB is #42BD34. Grayscale: #757575. Windows color (decimal): -4373813 or 13320893. OLE color: 13320893.
HSL color Cylindrical-coordinate representation of color #BD42CB: hue angle of 293.87º degrees, saturation: 0.57, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #BD42CB is Cyan = 0.07, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 189 | 66 | 203 | - |
| CMYK | 0.07 | 0.67 | 0 | 0.20 |
| HSL | 293.87º | 0.57% | 0.53% | - |
| HSV(B) | 293.87º | 0.67% | 0.8% | - |
| XYZ | 33.71 | 19.03 | 58.4 | - |
| YUV | 118.4 | 175.75 | 178.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 66 | 203 | 0.07 | 0.67 | 0 | 0.20 | 293.87 | 0.57 | 0.53 |
| Hex | BD | 42 | CB | 7 | 43 | 0 | 14 | 126 | 39 | 35 |
| Octal | 275 | 102 | 313 | 7 | 103 | 0 | 24 | 446 | 71 | 65 |
| Binary | 10111101 | 1000010 | 11001011 | 111 | 1000011 | 0 | 10100 | 100100110 | 111001 | 110101 |
Color Harmonies of #BD42CB
Complementary color
Monochromatic Colors of #BD42CB
Black with #BD42CB
Text Example
Text Example
White with #BD42CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD42CB; }
p { color: rgb(189,66,203); }
H1.HeaderClassName
{
color: #BD42CB;
}
.AnyTagClassName
{
color: #BD42CB;
}
</style>
background-color css
<style>
a { background-color: #BD42CB; }
a { background-color: rgb(189,66,203); }
div.DivClassName
{
background-color: #BD42CB;
}
.BgClassName
{
background-color: #BD42CB;
}
</style>
border-color css
<style>
span { border-color: #BD42CB; }
span { border-color: rgb(189,66,203); }
td.TdClassName
{
border-color: #BD42CB;
}
.TagClassName
{
border-color: #BD42CB;
}
</style>