Shades of Medium Orchid #BD2FDA
Tints of Medium Orchid #BD2FDA
RGB
CMYK
RGB Variations
Color information
#BD2FDA (or 0xBD2FDA) is known color: Medium Orchid. HEX triplet: BD, 2F and DA. RGB value is (189,47,218). Sum of RGB (Red+Green+Blue) = 189+47+218=454 (60% of max value = 765). Red value is 189 (74.22% from 255 or 41.63% from 454); Green value is 47 (18.75% from 255 or 10.35% from 454); Blue value is 218 (85.55% from 255 or 48.02% from 454); Max value from RGB is 218 - color contains mainly: blue. Hex color #BD2FDA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BD2FDA is #42D025. Grayscale: #6C6C6C. Windows color (decimal): -4378662 or 14299069. OLE color: 14299069.
HSL color Cylindrical-coordinate representation of color #BD2FDA: hue angle of 289.82º degrees, saturation: 0.7, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #BD2FDA is Cyan = 0.13, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 189 | 47 | 218 | - |
| CMYK | 0.13 | 0.78 | 0 | 0.15 |
| HSL | 289.82º | 0.7% | 0.52% | - |
| HSV(B) | 289.82º | 0.78% | 0.85% | - |
| XYZ | 34.66 | 17.91 | 67.96 | - |
| YUV | 108.95 | 189.54 | 185.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 47 | 218 | 0.13 | 0.78 | 0 | 0.15 | 289.82 | 0.7 | 0.52 |
| Hex | BD | 2F | DA | D | 4E | 0 | F | 122 | 46 | 34 |
| Octal | 275 | 57 | 332 | 15 | 116 | 0 | 17 | 442 | 106 | 64 |
| Binary | 10111101 | 101111 | 11011010 | 1101 | 1001110 | 0 | 1111 | 100100010 | 1000110 | 110100 |
Color Harmonies of #BD2FDA
Complementary color
Monochromatic Colors of #BD2FDA
Black with #BD2FDA
Text Example
Text Example
White with #BD2FDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD2FDA; }
p { color: rgb(189,47,218); }
H1.HeaderClassName
{
color: #BD2FDA;
}
.AnyTagClassName
{
color: #BD2FDA;
}
</style>
background-color css
<style>
a { background-color: #BD2FDA; }
a { background-color: rgb(189,47,218); }
div.DivClassName
{
background-color: #BD2FDA;
}
.BgClassName
{
background-color: #BD2FDA;
}
</style>
border-color css
<style>
span { border-color: #BD2FDA; }
span { border-color: rgb(189,47,218); }
td.TdClassName
{
border-color: #BD2FDA;
}
.TagClassName
{
border-color: #BD2FDA;
}
</style>