Shades of Medium Orchid #BD3DF2
Tints of Medium Orchid #BD3DF2
RGB
CMYK
RGB Variations
Color information
#BD3DF2 (or 0xBD3DF2) is known color: Medium Orchid. HEX triplet: BD, 3D and F2. RGB value is (189,61,242). Sum of RGB (Red+Green+Blue) = 189+61+242=492 (65% of max value = 765). Red value is 189 (74.22% from 255 or 38.41% from 492); Green value is 61 (24.22% from 255 or 12.40% from 492); Blue value is 242 (94.92% from 255 or 49.19% from 492); Max value from RGB is 242 - color contains mainly: blue. Hex color #BD3DF2 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BD3DF2 is #42C20D. Grayscale: #777777. Windows color (decimal): -4375054 or 15875517. OLE color: 15875517.
HSL color Cylindrical-coordinate representation of color #BD3DF2: hue angle of 282.43º 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 #BD3DF2 is Cyan = 0.22, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 189 | 61 | 242 | - |
| CMYK | 0.22 | 0.75 | 0 | 0.05 |
| HSL | 282.43º | 0.87% | 0.59% | - |
| HSV(B) | 282.43º | 0.75% | 0.95% | - |
| XYZ | 38.68 | 20.57 | 85.94 | - |
| YUV | 119.91 | 196.91 | 177.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 61 | 242 | 0.22 | 0.75 | 0 | 0.05 | 282.43 | 0.87 | 0.59 |
| Hex | BD | 3D | F2 | 16 | 4B | 0 | 5 | 11A | 57 | 3B |
| Octal | 275 | 75 | 362 | 26 | 113 | 0 | 5 | 432 | 127 | 73 |
| Binary | 10111101 | 111101 | 11110010 | 10110 | 1001011 | 0 | 101 | 100011010 | 1010111 | 111011 |
Color Harmonies of #BD3DF2
Complementary color
Monochromatic Colors of #BD3DF2
Black with #BD3DF2
Text Example
Text Example
White with #BD3DF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD3DF2; }
p { color: rgb(189,61,242); }
H1.HeaderClassName
{
color: #BD3DF2;
}
.AnyTagClassName
{
color: #BD3DF2;
}
</style>
background-color css
<style>
a { background-color: #BD3DF2; }
a { background-color: rgb(189,61,242); }
div.DivClassName
{
background-color: #BD3DF2;
}
.BgClassName
{
background-color: #BD3DF2;
}
</style>
border-color css
<style>
span { border-color: #BD3DF2; }
span { border-color: rgb(189,61,242); }
td.TdClassName
{
border-color: #BD3DF2;
}
.TagClassName
{
border-color: #BD3DF2;
}
</style>