Shades of Medium Orchid #BD3FFC
Tints of Medium Orchid #BD3FFC
RGB
CMYK
RGB Variations
Color information
#BD3FFC (or 0xBD3FFC) is known color: Medium Orchid. HEX triplet: BD, 3F and FC. RGB value is (189,63,252). Sum of RGB (Red+Green+Blue) = 189+63+252=504 (66% of max value = 765). Red value is 189 (74.22% from 255 or 37.5% from 504); Green value is 63 (25% from 255 or 12.5% from 504); Blue value is 252 (98.83% from 255 or 50% from 504); Max value from RGB is 252 - color contains mainly: blue. Hex color #BD3FFC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BD3FFC is #42C003. Grayscale: #797979. Windows color (decimal): -4374532 or 16531389. OLE color: 16531389.
HSL color Cylindrical-coordinate representation of color #BD3FFC: hue angle of 280º degrees, saturation: 0.97, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #BD3FFC is Cyan = 0.25, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 189 | 63 | 252 | - |
| CMYK | 0.25 | 0.75 | 0 | 0.01 |
| HSL | 280º | 0.97% | 0.62% | - |
| HSV(B) | 280º | 0.75% | 0.99% | - |
| XYZ | 40.33 | 21.4 | 94.1 | - |
| YUV | 122.22 | 201.24 | 175.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 63 | 252 | 0.25 | 0.75 | 0 | 0.01 | 280 | 0.97 | 0.62 |
| Hex | BD | 3F | FC | 19 | 4B | 0 | 1 | 118 | 61 | 3E |
| Octal | 275 | 77 | 374 | 31 | 113 | 0 | 1 | 430 | 141 | 76 |
| Binary | 10111101 | 111111 | 11111100 | 11001 | 1001011 | 0 | 1 | 100011000 | 1100001 | 111110 |
Color Harmonies of #BD3FFC
Complementary color
Monochromatic Colors of #BD3FFC
Black with #BD3FFC
Text Example
Text Example
White with #BD3FFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD3FFC; }
p { color: rgb(189,63,252); }
H1.HeaderClassName
{
color: #BD3FFC;
}
.AnyTagClassName
{
color: #BD3FFC;
}
</style>
background-color css
<style>
a { background-color: #BD3FFC; }
a { background-color: rgb(189,63,252); }
div.DivClassName
{
background-color: #BD3FFC;
}
.BgClassName
{
background-color: #BD3FFC;
}
</style>
border-color css
<style>
span { border-color: #BD3FFC; }
span { border-color: rgb(189,63,252); }
td.TdClassName
{
border-color: #BD3FFC;
}
.TagClassName
{
border-color: #BD3FFC;
}
</style>