Shades of Medium Orchid #BD4CFD
Tints of Medium Orchid #BD4CFD
RGB
CMYK
RGB Variations
Color information
#BD4CFD (or 0xBD4CFD) is known color: Medium Orchid. HEX triplet: BD, 4C and FD. RGB value is (189,76,253). Sum of RGB (Red+Green+Blue) = 189+76+253=518 (68% of max value = 765). Red value is 189 (74.22% from 255 or 36.49% from 518); Green value is 76 (30.08% from 255 or 14.67% from 518); Blue value is 253 (99.22% from 255 or 48.84% from 518); Max value from RGB is 253 - color contains mainly: blue. Hex color #BD4CFD is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BD4CFD is #42B302. Grayscale: #818181. Windows color (decimal): -4371203 or 16600253. OLE color: 16600253.
HSL color Cylindrical-coordinate representation of color #BD4CFD: hue angle of 278.31º degrees, saturation: 0.98, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #BD4CFD is Cyan = 0.25, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 189 | 76 | 253 | - |
| CMYK | 0.25 | 0.70 | 0 | 0.01 |
| HSL | 278.31º | 0.98% | 0.65% | - |
| HSV(B) | 278.31º | 0.7% | 0.99% | - |
| XYZ | 41.3 | 23.08 | 95.21 | - |
| YUV | 129.97 | 197.44 | 170.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 76 | 253 | 0.25 | 0.70 | 0 | 0.01 | 278.31 | 0.98 | 0.65 |
| Hex | BD | 4C | FD | 19 | 46 | 0 | 1 | 116 | 62 | 41 |
| Octal | 275 | 114 | 375 | 31 | 106 | 0 | 1 | 426 | 142 | 101 |
| Binary | 10111101 | 1001100 | 11111101 | 11001 | 1000110 | 0 | 1 | 100010110 | 1100010 | 1000001 |
Color Harmonies of #BD4CFD
Complementary color
Monochromatic Colors of #BD4CFD
Black with #BD4CFD
Text Example
Text Example
White with #BD4CFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD4CFD; }
p { color: rgb(189,76,253); }
H1.HeaderClassName
{
color: #BD4CFD;
}
.AnyTagClassName
{
color: #BD4CFD;
}
</style>
background-color css
<style>
a { background-color: #BD4CFD; }
a { background-color: rgb(189,76,253); }
div.DivClassName
{
background-color: #BD4CFD;
}
.BgClassName
{
background-color: #BD4CFD;
}
</style>
border-color css
<style>
span { border-color: #BD4CFD; }
span { border-color: rgb(189,76,253); }
td.TdClassName
{
border-color: #BD4CFD;
}
.TagClassName
{
border-color: #BD4CFD;
}
</style>