Shades of Medium Orchid #BD3DF1
Tints of Medium Orchid #BD3DF1
RGB
CMYK
RGB Variations
Color information
#BD3DF1 (or 0xBD3DF1) is known color: Medium Orchid. HEX triplet: BD, 3D and F1. RGB value is (189,61,241). Sum of RGB (Red+Green+Blue) = 189+61+241=491 (65% of max value = 765). Red value is 189 (74.22% from 255 or 38.49% from 491); Green value is 61 (24.22% from 255 or 12.42% from 491); Blue value is 241 (94.53% from 255 or 49.08% from 491); Max value from RGB is 241 - color contains mainly: blue. Hex color #BD3DF1 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BD3DF1 is #42C20E. Grayscale: #777777. Windows color (decimal): -4375055 or 15809981. OLE color: 15809981.
HSL color Cylindrical-coordinate representation of color #BD3DF1: hue angle of 282.67º 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 #BD3DF1 is Cyan = 0.22, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 189 | 61 | 241 | - |
| CMYK | 0.22 | 0.75 | 0 | 0.05 |
| HSL | 282.67º | 0.87% | 0.59% | - |
| HSV(B) | 282.67º | 0.75% | 0.95% | - |
| XYZ | 38.53 | 20.51 | 85.15 | - |
| YUV | 119.79 | 196.41 | 177.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 61 | 241 | 0.22 | 0.75 | 0 | 0.05 | 282.67 | 0.87 | 0.59 |
| Hex | BD | 3D | F1 | 16 | 4B | 0 | 5 | 11B | 57 | 3B |
| Octal | 275 | 75 | 361 | 26 | 113 | 0 | 5 | 433 | 127 | 73 |
| Binary | 10111101 | 111101 | 11110001 | 10110 | 1001011 | 0 | 101 | 100011011 | 1010111 | 111011 |
Color Harmonies of #BD3DF1
Complementary color
Monochromatic Colors of #BD3DF1
Black with #BD3DF1
Text Example
Text Example
White with #BD3DF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD3DF1; }
p { color: rgb(189,61,241); }
H1.HeaderClassName
{
color: #BD3DF1;
}
.AnyTagClassName
{
color: #BD3DF1;
}
</style>
background-color css
<style>
a { background-color: #BD3DF1; }
a { background-color: rgb(189,61,241); }
div.DivClassName
{
background-color: #BD3DF1;
}
.BgClassName
{
background-color: #BD3DF1;
}
</style>
border-color css
<style>
span { border-color: #BD3DF1; }
span { border-color: rgb(189,61,241); }
td.TdClassName
{
border-color: #BD3DF1;
}
.TagClassName
{
border-color: #BD3DF1;
}
</style>