Shades of Medium Orchid #BD4FFC
Tints of Medium Orchid #BD4FFC
RGB
CMYK
RGB Variations
Color information
#BD4FFC (or 0xBD4FFC) is known color: Medium Orchid. HEX triplet: BD, 4F and FC. RGB value is (189,79,252). Sum of RGB (Red+Green+Blue) = 189+79+252=520 (68% of max value = 765). Red value is 189 (74.22% from 255 or 36.35% from 520); Green value is 79 (31.25% from 255 or 15.19% from 520); Blue value is 252 (98.83% from 255 or 48.46% from 520); Max value from RGB is 252 - color contains mainly: blue. Hex color #BD4FFC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BD4FFC is #42B003. Grayscale: #838383. Windows color (decimal): -4370436 or 16535485. OLE color: 16535485.
HSL color Cylindrical-coordinate representation of color #BD4FFC: hue angle of 278.15º degrees, saturation: 0.97, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #BD4FFC is Cyan = 0.25, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 189 | 79 | 252 | - |
| CMYK | 0.25 | 0.69 | 0 | 0.01 |
| HSL | 278.15º | 0.97% | 0.65% | - |
| HSV(B) | 278.15º | 0.69% | 0.99% | - |
| XYZ | 41.35 | 23.44 | 94.44 | - |
| YUV | 131.61 | 195.94 | 168.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 79 | 252 | 0.25 | 0.69 | 0 | 0.01 | 278.15 | 0.97 | 0.65 |
| Hex | BD | 4F | FC | 19 | 45 | 0 | 1 | 116 | 61 | 41 |
| Octal | 275 | 117 | 374 | 31 | 105 | 0 | 1 | 426 | 141 | 101 |
| Binary | 10111101 | 1001111 | 11111100 | 11001 | 1000101 | 0 | 1 | 100010110 | 1100001 | 1000001 |
Color Harmonies of #BD4FFC
Complementary color
Monochromatic Colors of #BD4FFC
Black with #BD4FFC
Text Example
Text Example
White with #BD4FFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD4FFC; }
p { color: rgb(189,79,252); }
H1.HeaderClassName
{
color: #BD4FFC;
}
.AnyTagClassName
{
color: #BD4FFC;
}
</style>
background-color css
<style>
a { background-color: #BD4FFC; }
a { background-color: rgb(189,79,252); }
div.DivClassName
{
background-color: #BD4FFC;
}
.BgClassName
{
background-color: #BD4FFC;
}
</style>
border-color css
<style>
span { border-color: #BD4FFC; }
span { border-color: rgb(189,79,252); }
td.TdClassName
{
border-color: #BD4FFC;
}
.TagClassName
{
border-color: #BD4FFC;
}
</style>