Shades of Medium Orchid #BD3CFF
Tints of Medium Orchid #BD3CFF
RGB
CMYK
RGB Variations
Color information
#BD3CFF (or 0xBD3CFF) is known color: Medium Orchid. HEX triplet: BD, 3C and FF. RGB value is (189,60,255). Sum of RGB (Red+Green+Blue) = 189+60+255=504 (66% of max value = 765). Red value is 189 (74.22% from 255 or 37.5% from 504); Green value is 60 (23.83% from 255 or 11.90% from 504); Blue value is 255 (100% from 255 or 50.60% from 504); Max value from RGB is 255 - color contains mainly: blue. Hex color #BD3CFF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BD3CFF is #42C300. Grayscale: #787878. Windows color (decimal): -4375297 or 16727229. OLE color: 16727229.
HSL color Cylindrical-coordinate representation of color #BD3CFF: hue angle of 279.69º degrees, saturation: 1, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #BD3CFF is Cyan = 0.26, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 189 | 60 | 255 | - |
| CMYK | 0.26 | 0.76 | 0 | 0 |
| HSL | 279.69º | 1% | 0.62% | - |
| HSV(B) | 279.69º | 0.76% | 1% | - |
| XYZ | 40.65 | 21.27 | 96.57 | - |
| YUV | 120.8 | 203.74 | 176.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 60 | 255 | 0.26 | 0.76 | 0 | 0 | 279.69 | 1 | 0.62 |
| Hex | BD | 3C | FF | 1A | 4C | 0 | 0 | 118 | 64 | 3E |
| Octal | 275 | 74 | 377 | 32 | 114 | 0 | 0 | 430 | 144 | 76 |
| Binary | 10111101 | 111100 | 11111111 | 11010 | 1001100 | 0 | 0 | 100011000 | 1100100 | 111110 |
Color Harmonies of #BD3CFF
Complementary color
Monochromatic Colors of #BD3CFF
Black with #BD3CFF
Text Example
Text Example
White with #BD3CFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD3CFF; }
p { color: rgb(189,60,255); }
H1.HeaderClassName
{
color: #BD3CFF;
}
.AnyTagClassName
{
color: #BD3CFF;
}
</style>
background-color css
<style>
a { background-color: #BD3CFF; }
a { background-color: rgb(189,60,255); }
div.DivClassName
{
background-color: #BD3CFF;
}
.BgClassName
{
background-color: #BD3CFF;
}
</style>
border-color css
<style>
span { border-color: #BD3CFF; }
span { border-color: rgb(189,60,255); }
td.TdClassName
{
border-color: #BD3CFF;
}
.TagClassName
{
border-color: #BD3CFF;
}
</style>