Shades of Medium Orchid #BD45CC
Tints of Medium Orchid #BD45CC
RGB
CMYK
RGB Variations
Color information
#BD45CC (or 0xBD45CC) is known color: Medium Orchid. HEX triplet: BD, 45 and CC. RGB value is (189,69,204). Sum of RGB (Red+Green+Blue) = 189+69+204=462 (61% of max value = 765). Red value is 189 (74.22% from 255 or 40.91% from 462); Green value is 69 (27.34% from 255 or 14.94% from 462); Blue value is 204 (80.08% from 255 or 44.16% from 462); Max value from RGB is 204 - color contains mainly: blue. Hex color #BD45CC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BD45CC is #42BA33. Grayscale: #777777. Windows color (decimal): -4373044 or 13387197. OLE color: 13387197.
HSL color Cylindrical-coordinate representation of color #BD45CC: hue angle of 293.33º degrees, saturation: 0.57, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #BD45CC is Cyan = 0.07, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 189 | 69 | 204 | - |
| CMYK | 0.07 | 0.66 | 0 | 0.2 |
| HSL | 293.33º | 0.57% | 0.54% | - |
| HSV(B) | 293.33º | 0.66% | 0.8% | - |
| XYZ | 34.01 | 19.43 | 59.09 | - |
| YUV | 120.27 | 175.26 | 177.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 69 | 204 | 0.07 | 0.66 | 0 | 0.2 | 293.33 | 0.57 | 0.54 |
| Hex | BD | 45 | CC | 7 | 42 | 0 | 14 | 125 | 39 | 36 |
| Octal | 275 | 105 | 314 | 7 | 102 | 0 | 24 | 445 | 71 | 66 |
| Binary | 10111101 | 1000101 | 11001100 | 111 | 1000010 | 0 | 10100 | 100100101 | 111001 | 110110 |
Color Harmonies of #BD45CC
Complementary color
Monochromatic Colors of #BD45CC
Black with #BD45CC
Text Example
Text Example
White with #BD45CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD45CC; }
p { color: rgb(189,69,204); }
H1.HeaderClassName
{
color: #BD45CC;
}
.AnyTagClassName
{
color: #BD45CC;
}
</style>
background-color css
<style>
a { background-color: #BD45CC; }
a { background-color: rgb(189,69,204); }
div.DivClassName
{
background-color: #BD45CC;
}
.BgClassName
{
background-color: #BD45CC;
}
</style>
border-color css
<style>
span { border-color: #BD45CC; }
span { border-color: rgb(189,69,204); }
td.TdClassName
{
border-color: #BD45CC;
}
.TagClassName
{
border-color: #BD45CC;
}
</style>