Shades of Medium Orchid #BD53CB
Tints of Medium Orchid #BD53CB
RGB
CMYK
RGB Variations
Color information
#BD53CB (or 0xBD53CB) is known color: Medium Orchid. HEX triplet: BD, 53 and CB. RGB value is (189,83,203). Sum of RGB (Red+Green+Blue) = 189+83+203=475 (62% of max value = 765). Red value is 189 (74.22% from 255 or 39.79% from 475); Green value is 83 (32.81% from 255 or 17.47% from 475); Blue value is 203 (79.69% from 255 or 42.74% from 475); Max value from RGB is 203 - color contains mainly: blue. Hex color #BD53CB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BD53CB is #42AC34. Grayscale: #7F7F7F. Windows color (decimal): -4369461 or 13325245. OLE color: 13325245.
HSL color Cylindrical-coordinate representation of color #BD53CB: hue angle of 293º degrees, saturation: 0.54, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #BD53CB is Cyan = 0.07, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 189 | 83 | 203 | - |
| CMYK | 0.07 | 0.59 | 0 | 0.20 |
| HSL | 293º | 0.54% | 0.56% | - |
| HSV(B) | 293º | 0.59% | 0.8% | - |
| XYZ | 34.86 | 21.32 | 58.78 | - |
| YUV | 128.37 | 170.12 | 171.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 83 | 203 | 0.07 | 0.59 | 0 | 0.20 | 293 | 0.54 | 0.56 |
| Hex | BD | 53 | CB | 7 | 3B | 0 | 14 | 125 | 36 | 38 |
| Octal | 275 | 123 | 313 | 7 | 73 | 0 | 24 | 445 | 66 | 70 |
| Binary | 10111101 | 1010011 | 11001011 | 111 | 111011 | 0 | 10100 | 100100101 | 110110 | 111000 |
Color Harmonies of #BD53CB
Complementary color
Monochromatic Colors of #BD53CB
Black with #BD53CB
Text Example
Text Example
White with #BD53CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD53CB; }
p { color: rgb(189,83,203); }
H1.HeaderClassName
{
color: #BD53CB;
}
.AnyTagClassName
{
color: #BD53CB;
}
</style>
background-color css
<style>
a { background-color: #BD53CB; }
a { background-color: rgb(189,83,203); }
div.DivClassName
{
background-color: #BD53CB;
}
.BgClassName
{
background-color: #BD53CB;
}
</style>
border-color css
<style>
span { border-color: #BD53CB; }
span { border-color: rgb(189,83,203); }
td.TdClassName
{
border-color: #BD53CB;
}
.TagClassName
{
border-color: #BD53CB;
}
</style>