Shades of Medium Orchid #BD3CF2
Tints of Medium Orchid #BD3CF2
RGB
CMYK
RGB Variations
Color information
#BD3CF2 (or 0xBD3CF2) is known color: Medium Orchid. HEX triplet: BD, 3C and F2. RGB value is (189,60,242). Sum of RGB (Red+Green+Blue) = 189+60+242=491 (65% of max value = 765). Red value is 189 (74.22% from 255 or 38.49% from 491); Green value is 60 (23.83% from 255 or 12.22% from 491); Blue value is 242 (94.92% from 255 or 49.29% from 491); Max value from RGB is 242 - color contains mainly: blue. Hex color #BD3CF2 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BD3CF2 is #42C30D. Grayscale: #767676. Windows color (decimal): -4375310 or 15875261. OLE color: 15875261.
HSL color Cylindrical-coordinate representation of color #BD3CF2: hue angle of 282.53º degrees, saturation: 0.88, 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 #BD3CF2 is Cyan = 0.22, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 189 | 60 | 242 | - |
| CMYK | 0.22 | 0.75 | 0 | 0.05 |
| HSL | 282.53º | 0.88% | 0.59% | - |
| HSV(B) | 282.53º | 0.75% | 0.95% | - |
| XYZ | 38.63 | 20.46 | 85.92 | - |
| YUV | 119.32 | 197.24 | 177.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 60 | 242 | 0.22 | 0.75 | 0 | 0.05 | 282.53 | 0.88 | 0.59 |
| Hex | BD | 3C | F2 | 16 | 4B | 0 | 5 | 11B | 58 | 3B |
| Octal | 275 | 74 | 362 | 26 | 113 | 0 | 5 | 433 | 130 | 73 |
| Binary | 10111101 | 111100 | 11110010 | 10110 | 1001011 | 0 | 101 | 100011011 | 1011000 | 111011 |
Color Harmonies of #BD3CF2
Complementary color
Monochromatic Colors of #BD3CF2
Black with #BD3CF2
Text Example
Text Example
White with #BD3CF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD3CF2; }
p { color: rgb(189,60,242); }
H1.HeaderClassName
{
color: #BD3CF2;
}
.AnyTagClassName
{
color: #BD3CF2;
}
</style>
background-color css
<style>
a { background-color: #BD3CF2; }
a { background-color: rgb(189,60,242); }
div.DivClassName
{
background-color: #BD3CF2;
}
.BgClassName
{
background-color: #BD3CF2;
}
</style>
border-color css
<style>
span { border-color: #BD3CF2; }
span { border-color: rgb(189,60,242); }
td.TdClassName
{
border-color: #BD3CF2;
}
.TagClassName
{
border-color: #BD3CF2;
}
</style>