Shades of Medium Orchid #BD3FCC
Tints of Medium Orchid #BD3FCC
RGB
CMYK
RGB Variations
Color information
#BD3FCC (or 0xBD3FCC) is known color: Medium Orchid. HEX triplet: BD, 3F and CC. RGB value is (189,63,204). Sum of RGB (Red+Green+Blue) = 189+63+204=456 (60% of max value = 765). Red value is 189 (74.22% from 255 or 41.45% from 456); Green value is 63 (25% from 255 or 13.82% from 456); Blue value is 204 (80.08% from 255 or 44.74% from 456); Max value from RGB is 204 - color contains mainly: blue. Hex color #BD3FCC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BD3FCC is #42C033. Grayscale: #747474. Windows color (decimal): -4374580 or 13385661. OLE color: 13385661.
HSL color Cylindrical-coordinate representation of color #BD3FCC: hue angle of 293.62º degrees, saturation: 0.58, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #BD3FCC is Cyan = 0.07, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 189 | 63 | 204 | - |
| CMYK | 0.07 | 0.69 | 0 | 0.2 |
| HSL | 293.62º | 0.58% | 0.52% | - |
| HSV(B) | 293.62º | 0.69% | 0.8% | - |
| XYZ | 33.66 | 18.73 | 58.97 | - |
| YUV | 116.75 | 177.24 | 179.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 63 | 204 | 0.07 | 0.69 | 0 | 0.2 | 293.62 | 0.58 | 0.52 |
| Hex | BD | 3F | CC | 7 | 45 | 0 | 14 | 126 | 3A | 34 |
| Octal | 275 | 77 | 314 | 7 | 105 | 0 | 24 | 446 | 72 | 64 |
| Binary | 10111101 | 111111 | 11001100 | 111 | 1000101 | 0 | 10100 | 100100110 | 111010 | 110100 |
Color Harmonies of #BD3FCC
Complementary color
Monochromatic Colors of #BD3FCC
Black with #BD3FCC
Text Example
Text Example
White with #BD3FCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD3FCC; }
p { color: rgb(189,63,204); }
H1.HeaderClassName
{
color: #BD3FCC;
}
.AnyTagClassName
{
color: #BD3FCC;
}
</style>
background-color css
<style>
a { background-color: #BD3FCC; }
a { background-color: rgb(189,63,204); }
div.DivClassName
{
background-color: #BD3FCC;
}
.BgClassName
{
background-color: #BD3FCC;
}
</style>
border-color css
<style>
span { border-color: #BD3FCC; }
span { border-color: rgb(189,63,204); }
td.TdClassName
{
border-color: #BD3FCC;
}
.TagClassName
{
border-color: #BD3FCC;
}
</style>