Shades of Medium Orchid #BD3CCC
Tints of Medium Orchid #BD3CCC
RGB
CMYK
RGB Variations
Color information
#BD3CCC (or 0xBD3CCC) is known color: Medium Orchid. HEX triplet: BD, 3C and CC. RGB value is (189,60,204). Sum of RGB (Red+Green+Blue) = 189+60+204=453 (60% of max value = 765). Red value is 189 (74.22% from 255 or 41.72% from 453); Green value is 60 (23.83% from 255 or 13.25% from 453); Blue value is 204 (80.08% from 255 or 45.03% from 453); Max value from RGB is 204 - color contains mainly: blue. Hex color #BD3CCC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BD3CCC is #42C333. Grayscale: #727272. Windows color (decimal): -4375348 or 13384893. OLE color: 13384893.
HSL color Cylindrical-coordinate representation of color #BD3CCC: hue angle of 293.75º degrees, saturation: 0.59, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #BD3CCC is Cyan = 0.07, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 189 | 60 | 204 | - |
| CMYK | 0.07 | 0.71 | 0 | 0.2 |
| HSL | 293.75º | 0.59% | 0.52% | - |
| HSV(B) | 293.75º | 0.71% | 0.8% | - |
| XYZ | 33.5 | 18.41 | 58.91 | - |
| YUV | 114.99 | 178.24 | 180.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 60 | 204 | 0.07 | 0.71 | 0 | 0.2 | 293.75 | 0.59 | 0.52 |
| Hex | BD | 3C | CC | 7 | 47 | 0 | 14 | 126 | 3B | 34 |
| Octal | 275 | 74 | 314 | 7 | 107 | 0 | 24 | 446 | 73 | 64 |
| Binary | 10111101 | 111100 | 11001100 | 111 | 1000111 | 0 | 10100 | 100100110 | 111011 | 110100 |
Color Harmonies of #BD3CCC
Complementary color
Monochromatic Colors of #BD3CCC
Black with #BD3CCC
Text Example
Text Example
White with #BD3CCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD3CCC; }
p { color: rgb(189,60,204); }
H1.HeaderClassName
{
color: #BD3CCC;
}
.AnyTagClassName
{
color: #BD3CCC;
}
</style>
background-color css
<style>
a { background-color: #BD3CCC; }
a { background-color: rgb(189,60,204); }
div.DivClassName
{
background-color: #BD3CCC;
}
.BgClassName
{
background-color: #BD3CCC;
}
</style>
border-color css
<style>
span { border-color: #BD3CCC; }
span { border-color: rgb(189,60,204); }
td.TdClassName
{
border-color: #BD3CCC;
}
.TagClassName
{
border-color: #BD3CCC;
}
</style>