Shades of Medium Orchid #BD3CF3
Tints of Medium Orchid #BD3CF3
RGB
CMYK
RGB Variations
Color information
#BD3CF3 (or 0xBD3CF3) is known color: Medium Orchid. HEX triplet: BD, 3C and F3. RGB value is (189,60,243). Sum of RGB (Red+Green+Blue) = 189+60+243=492 (65% of max value = 765). Red value is 189 (74.22% from 255 or 38.41% from 492); Green value is 60 (23.83% from 255 or 12.20% from 492); Blue value is 243 (95.31% from 255 or 49.39% from 492); Max value from RGB is 243 - color contains mainly: blue. Hex color #BD3CF3 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BD3CF3 is #42C30C. Grayscale: #767676. Windows color (decimal): -4375309 or 15940797. OLE color: 15940797.
HSL color Cylindrical-coordinate representation of color #BD3CF3: hue angle of 282.3º 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 #BD3CF3 is Cyan = 0.22, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 189 | 60 | 243 | - |
| CMYK | 0.22 | 0.75 | 0 | 0.05 |
| HSL | 282.3º | 0.88% | 0.59% | - |
| HSV(B) | 282.3º | 0.75% | 0.95% | - |
| XYZ | 38.78 | 20.52 | 86.71 | - |
| YUV | 119.43 | 197.74 | 177.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 60 | 243 | 0.22 | 0.75 | 0 | 0.05 | 282.3 | 0.88 | 0.59 |
| Hex | BD | 3C | F3 | 16 | 4B | 0 | 5 | 11A | 58 | 3B |
| Octal | 275 | 74 | 363 | 26 | 113 | 0 | 5 | 432 | 130 | 73 |
| Binary | 10111101 | 111100 | 11110011 | 10110 | 1001011 | 0 | 101 | 100011010 | 1011000 | 111011 |
Color Harmonies of #BD3CF3
Complementary color
Monochromatic Colors of #BD3CF3
Black with #BD3CF3
Text Example
Text Example
White with #BD3CF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD3CF3; }
p { color: rgb(189,60,243); }
H1.HeaderClassName
{
color: #BD3CF3;
}
.AnyTagClassName
{
color: #BD3CF3;
}
</style>
background-color css
<style>
a { background-color: #BD3CF3; }
a { background-color: rgb(189,60,243); }
div.DivClassName
{
background-color: #BD3CF3;
}
.BgClassName
{
background-color: #BD3CF3;
}
</style>
border-color css
<style>
span { border-color: #BD3CF3; }
span { border-color: rgb(189,60,243); }
td.TdClassName
{
border-color: #BD3CF3;
}
.TagClassName
{
border-color: #BD3CF3;
}
</style>