Shades of Medium Orchid #BD43CB
Tints of Medium Orchid #BD43CB
RGB
CMYK
RGB Variations
Color information
#BD43CB (or 0xBD43CB) is known color: Medium Orchid. HEX triplet: BD, 43 and CB. RGB value is (189,67,203). Sum of RGB (Red+Green+Blue) = 189+67+203=459 (60% of max value = 765). Red value is 189 (74.22% from 255 or 41.18% from 459); Green value is 67 (26.56% from 255 or 14.60% from 459); Blue value is 203 (79.69% from 255 or 44.23% from 459); Max value from RGB is 203 - color contains mainly: blue. Hex color #BD43CB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BD43CB is #42BC34. Grayscale: #767676. Windows color (decimal): -4373557 or 13321149. OLE color: 13321149.
HSL color Cylindrical-coordinate representation of color #BD43CB: hue angle of 293.82º 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 #BD43CB is Cyan = 0.07, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 189 | 67 | 203 | - |
| CMYK | 0.07 | 0.67 | 0 | 0.20 |
| HSL | 293.82º | 0.57% | 0.53% | - |
| HSV(B) | 293.82º | 0.67% | 0.8% | - |
| XYZ | 33.77 | 19.14 | 58.42 | - |
| YUV | 118.98 | 175.42 | 177.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 67 | 203 | 0.07 | 0.67 | 0 | 0.20 | 293.82 | 0.57 | 0.53 |
| Hex | BD | 43 | CB | 7 | 43 | 0 | 14 | 126 | 39 | 35 |
| Octal | 275 | 103 | 313 | 7 | 103 | 0 | 24 | 446 | 71 | 65 |
| Binary | 10111101 | 1000011 | 11001011 | 111 | 1000011 | 0 | 10100 | 100100110 | 111001 | 110101 |
Color Harmonies of #BD43CB
Complementary color
Monochromatic Colors of #BD43CB
Black with #BD43CB
Text Example
Text Example
White with #BD43CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD43CB; }
p { color: rgb(189,67,203); }
H1.HeaderClassName
{
color: #BD43CB;
}
.AnyTagClassName
{
color: #BD43CB;
}
</style>
background-color css
<style>
a { background-color: #BD43CB; }
a { background-color: rgb(189,67,203); }
div.DivClassName
{
background-color: #BD43CB;
}
.BgClassName
{
background-color: #BD43CB;
}
</style>
border-color css
<style>
span { border-color: #BD43CB; }
span { border-color: rgb(189,67,203); }
td.TdClassName
{
border-color: #BD43CB;
}
.TagClassName
{
border-color: #BD43CB;
}
</style>