Shades of Medium Orchid #BD72CB
Tints of Medium Orchid #BD72CB
RGB
CMYK
RGB Variations
Color information
#BD72CB (or 0xBD72CB) is known color: Medium Orchid. HEX triplet: BD, 72 and CB. RGB value is (189,114,203). Sum of RGB (Red+Green+Blue) = 189+114+203=506 (67% of max value = 765). Red value is 189 (74.22% from 255 or 37.35% from 506); Green value is 114 (44.92% from 255 or 22.53% from 506); Blue value is 203 (79.69% from 255 or 40.12% from 506); Max value from RGB is 203 - color contains mainly: blue. Hex color #BD72CB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BD72CB is #428D34. Grayscale: #929292. Windows color (decimal): -4361525 or 13333181. OLE color: 13333181.
HSL color Cylindrical-coordinate representation of color #BD72CB: hue angle of 290.56º degrees, saturation: 0.46, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #BD72CB is Cyan = 0.07, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 189 | 114 | 203 | - |
| CMYK | 0.07 | 0.44 | 0 | 0.20 |
| HSL | 290.56º | 0.46% | 0.62% | - |
| HSV(B) | 290.56º | 0.44% | 0.8% | - |
| XYZ | 37.78 | 27.17 | 59.75 | - |
| YUV | 146.57 | 159.85 | 158.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 114 | 203 | 0.07 | 0.44 | 0 | 0.20 | 290.56 | 0.46 | 0.62 |
| Hex | BD | 72 | CB | 7 | 2C | 0 | 14 | 123 | 2E | 3E |
| Octal | 275 | 162 | 313 | 7 | 54 | 0 | 24 | 443 | 56 | 76 |
| Binary | 10111101 | 1110010 | 11001011 | 111 | 101100 | 0 | 10100 | 100100011 | 101110 | 111110 |
Color Harmonies of #BD72CB
Complementary color
Monochromatic Colors of #BD72CB
Black with #BD72CB
Text Example
Text Example
White with #BD72CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD72CB; }
p { color: rgb(189,114,203); }
H1.HeaderClassName
{
color: #BD72CB;
}
.AnyTagClassName
{
color: #BD72CB;
}
</style>
background-color css
<style>
a { background-color: #BD72CB; }
a { background-color: rgb(189,114,203); }
div.DivClassName
{
background-color: #BD72CB;
}
.BgClassName
{
background-color: #BD72CB;
}
</style>
border-color css
<style>
span { border-color: #BD72CB; }
span { border-color: rgb(189,114,203); }
td.TdClassName
{
border-color: #BD72CB;
}
.TagClassName
{
border-color: #BD72CB;
}
</style>