Shades of Medium Orchid #BD3FCB
Tints of Medium Orchid #BD3FCB
RGB
CMYK
RGB Variations
Color information
#BD3FCB (or 0xBD3FCB) is known color: Medium Orchid. HEX triplet: BD, 3F and CB. RGB value is (189,63,203). Sum of RGB (Red+Green+Blue) = 189+63+203=455 (60% of max value = 765). Red value is 189 (74.22% from 255 or 41.54% from 455); Green value is 63 (25% from 255 or 13.85% from 455); Blue value is 203 (79.69% from 255 or 44.62% from 455); Max value from RGB is 203 - color contains mainly: blue. Hex color #BD3FCB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BD3FCB is #42C034. Grayscale: #747474. Windows color (decimal): -4374581 or 13320125. OLE color: 13320125.
HSL color Cylindrical-coordinate representation of color #BD3FCB: hue angle of 294º degrees, saturation: 0.57, 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 #BD3FCB is Cyan = 0.07, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 189 | 63 | 203 | - |
| CMYK | 0.07 | 0.69 | 0 | 0.20 |
| HSL | 294º | 0.57% | 0.52% | - |
| HSV(B) | 294º | 0.69% | 0.8% | - |
| XYZ | 33.54 | 18.69 | 58.34 | - |
| YUV | 116.63 | 176.74 | 179.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 63 | 203 | 0.07 | 0.69 | 0 | 0.20 | 294 | 0.57 | 0.52 |
| Hex | BD | 3F | CB | 7 | 45 | 0 | 14 | 126 | 39 | 34 |
| Octal | 275 | 77 | 313 | 7 | 105 | 0 | 24 | 446 | 71 | 64 |
| Binary | 10111101 | 111111 | 11001011 | 111 | 1000101 | 0 | 10100 | 100100110 | 111001 | 110100 |
Color Harmonies of #BD3FCB
Complementary color
Monochromatic Colors of #BD3FCB
Black with #BD3FCB
Text Example
Text Example
White with #BD3FCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD3FCB; }
p { color: rgb(189,63,203); }
H1.HeaderClassName
{
color: #BD3FCB;
}
.AnyTagClassName
{
color: #BD3FCB;
}
</style>
background-color css
<style>
a { background-color: #BD3FCB; }
a { background-color: rgb(189,63,203); }
div.DivClassName
{
background-color: #BD3FCB;
}
.BgClassName
{
background-color: #BD3FCB;
}
</style>
border-color css
<style>
span { border-color: #BD3FCB; }
span { border-color: rgb(189,63,203); }
td.TdClassName
{
border-color: #BD3FCB;
}
.TagClassName
{
border-color: #BD3FCB;
}
</style>