Shades of Medium Orchid #BD3CF1
Tints of Medium Orchid #BD3CF1
RGB
CMYK
RGB Variations
Color information
#BD3CF1 (or 0xBD3CF1) is known color: Medium Orchid. HEX triplet: BD, 3C and F1. RGB value is (189,60,241). Sum of RGB (Red+Green+Blue) = 189+60+241=490 (64% of max value = 765). Red value is 189 (74.22% from 255 or 38.57% from 490); Green value is 60 (23.83% from 255 or 12.24% from 490); Blue value is 241 (94.53% from 255 or 49.18% from 490); Max value from RGB is 241 - color contains mainly: blue. Hex color #BD3CF1 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BD3CF1 is #42C30E. Grayscale: #767676. Windows color (decimal): -4375311 or 15809725. OLE color: 15809725.
HSL color Cylindrical-coordinate representation of color #BD3CF1: hue angle of 282.76º degrees, saturation: 0.87, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #BD3CF1 is Cyan = 0.22, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 189 | 60 | 241 | - |
| CMYK | 0.22 | 0.75 | 0 | 0.05 |
| HSL | 282.76º | 0.87% | 0.59% | - |
| HSV(B) | 282.76º | 0.75% | 0.95% | - |
| XYZ | 38.48 | 20.4 | 85.13 | - |
| YUV | 119.21 | 196.74 | 177.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 60 | 241 | 0.22 | 0.75 | 0 | 0.05 | 282.76 | 0.87 | 0.59 |
| Hex | BD | 3C | F1 | 16 | 4B | 0 | 5 | 11B | 57 | 3B |
| Octal | 275 | 74 | 361 | 26 | 113 | 0 | 5 | 433 | 127 | 73 |
| Binary | 10111101 | 111100 | 11110001 | 10110 | 1001011 | 0 | 101 | 100011011 | 1010111 | 111011 |
Color Harmonies of #BD3CF1
Complementary color
Monochromatic Colors of #BD3CF1
Black with #BD3CF1
Text Example
Text Example
White with #BD3CF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD3CF1; }
p { color: rgb(189,60,241); }
H1.HeaderClassName
{
color: #BD3CF1;
}
.AnyTagClassName
{
color: #BD3CF1;
}
</style>
background-color css
<style>
a { background-color: #BD3CF1; }
a { background-color: rgb(189,60,241); }
div.DivClassName
{
background-color: #BD3CF1;
}
.BgClassName
{
background-color: #BD3CF1;
}
</style>
border-color css
<style>
span { border-color: #BD3CF1; }
span { border-color: rgb(189,60,241); }
td.TdClassName
{
border-color: #BD3CF1;
}
.TagClassName
{
border-color: #BD3CF1;
}
</style>