Shades of Medium Orchid #BD2FDF
Tints of Medium Orchid #BD2FDF
RGB
CMYK
RGB Variations
Color information
#BD2FDF (or 0xBD2FDF) is known color: Medium Orchid. HEX triplet: BD, 2F and DF. RGB value is (189,47,223). Sum of RGB (Red+Green+Blue) = 189+47+223=459 (60% of max value = 765). Red value is 189 (74.22% from 255 or 41.18% from 459); Green value is 47 (18.75% from 255 or 10.24% from 459); Blue value is 223 (87.5% from 255 or 48.58% from 459); Max value from RGB is 223 - color contains mainly: blue. Hex color #BD2FDF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BD2FDF is #42D020. Grayscale: #6C6C6C. Windows color (decimal): -4378657 or 14626749. OLE color: 14626749.
HSL color Cylindrical-coordinate representation of color #BD2FDF: hue angle of 288.41º degrees, saturation: 0.73, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #BD2FDF is Cyan = 0.15, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 189 | 47 | 223 | - |
| CMYK | 0.15 | 0.79 | 0 | 0.13 |
| HSL | 288.41º | 0.73% | 0.53% | - |
| HSV(B) | 288.41º | 0.79% | 0.87% | - |
| XYZ | 35.32 | 18.18 | 71.46 | - |
| YUV | 109.52 | 192.04 | 184.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 47 | 223 | 0.15 | 0.79 | 0 | 0.13 | 288.41 | 0.73 | 0.53 |
| Hex | BD | 2F | DF | F | 4F | 0 | D | 120 | 49 | 35 |
| Octal | 275 | 57 | 337 | 17 | 117 | 0 | 15 | 440 | 111 | 65 |
| Binary | 10111101 | 101111 | 11011111 | 1111 | 1001111 | 0 | 1101 | 100100000 | 1001001 | 110101 |
Color Harmonies of #BD2FDF
Complementary color
Monochromatic Colors of #BD2FDF
Black with #BD2FDF
Text Example
Text Example
White with #BD2FDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD2FDF; }
p { color: rgb(189,47,223); }
H1.HeaderClassName
{
color: #BD2FDF;
}
.AnyTagClassName
{
color: #BD2FDF;
}
</style>
background-color css
<style>
a { background-color: #BD2FDF; }
a { background-color: rgb(189,47,223); }
div.DivClassName
{
background-color: #BD2FDF;
}
.BgClassName
{
background-color: #BD2FDF;
}
</style>
border-color css
<style>
span { border-color: #BD2FDF; }
span { border-color: rgb(189,47,223); }
td.TdClassName
{
border-color: #BD2FDF;
}
.TagClassName
{
border-color: #BD2FDF;
}
</style>