Shades of Medium Orchid #BD51CC
Tints of Medium Orchid #BD51CC
RGB
CMYK
RGB Variations
Color information
#BD51CC (or 0xBD51CC) is known color: Medium Orchid. HEX triplet: BD, 51 and CC. RGB value is (189,81,204). Sum of RGB (Red+Green+Blue) = 189+81+204=474 (62% of max value = 765). Red value is 189 (74.22% from 255 or 39.87% from 474); Green value is 81 (32.03% from 255 or 17.09% from 474); Blue value is 204 (80.08% from 255 or 43.04% from 474); Max value from RGB is 204 - color contains mainly: blue. Hex color #BD51CC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BD51CC is #42AE33. Grayscale: #7E7E7E. Windows color (decimal): -4369972 or 13390269. OLE color: 13390269.
HSL color Cylindrical-coordinate representation of color #BD51CC: hue angle of 292.68º degrees, saturation: 0.55, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #BD51CC is Cyan = 0.07, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 189 | 81 | 204 | - |
| CMYK | 0.07 | 0.60 | 0 | 0.2 |
| HSL | 292.68º | 0.55% | 0.56% | - |
| HSV(B) | 292.68º | 0.6% | 0.8% | - |
| XYZ | 34.83 | 21.06 | 59.36 | - |
| YUV | 127.31 | 171.28 | 172 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 81 | 204 | 0.07 | 0.60 | 0 | 0.2 | 292.68 | 0.55 | 0.56 |
| Hex | BD | 51 | CC | 7 | 3C | 0 | 14 | 125 | 37 | 38 |
| Octal | 275 | 121 | 314 | 7 | 74 | 0 | 24 | 445 | 67 | 70 |
| Binary | 10111101 | 1010001 | 11001100 | 111 | 111100 | 0 | 10100 | 100100101 | 110111 | 111000 |
Color Harmonies of #BD51CC
Complementary color
Monochromatic Colors of #BD51CC
Black with #BD51CC
Text Example
Text Example
White with #BD51CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD51CC; }
p { color: rgb(189,81,204); }
H1.HeaderClassName
{
color: #BD51CC;
}
.AnyTagClassName
{
color: #BD51CC;
}
</style>
background-color css
<style>
a { background-color: #BD51CC; }
a { background-color: rgb(189,81,204); }
div.DivClassName
{
background-color: #BD51CC;
}
.BgClassName
{
background-color: #BD51CC;
}
</style>
border-color css
<style>
span { border-color: #BD51CC; }
span { border-color: rgb(189,81,204); }
td.TdClassName
{
border-color: #BD51CC;
}
.TagClassName
{
border-color: #BD51CC;
}
</style>