Shades of Medium Orchid #BD2FF1
Tints of Medium Orchid #BD2FF1
RGB
CMYK
RGB Variations
Color information
#BD2FF1 (or 0xBD2FF1) is known color: Medium Orchid. HEX triplet: BD, 2F and F1. RGB value is (189,47,241). Sum of RGB (Red+Green+Blue) = 189+47+241=477 (63% of max value = 765). Red value is 189 (74.22% from 255 or 39.62% from 477); Green value is 47 (18.75% from 255 or 9.85% from 477); Blue value is 241 (94.53% from 255 or 50.52% from 477); Max value from RGB is 241 - color contains mainly: blue. Hex color #BD2FF1 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BD2FF1 is #42D00E. Grayscale: #6E6E6E. Windows color (decimal): -4378639 or 15806397. OLE color: 15806397.
HSL color Cylindrical-coordinate representation of color #BD2FF1: hue angle of 283.92º degrees, saturation: 0.87, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #BD2FF1 is Cyan = 0.22, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 189 | 47 | 241 | - |
| CMYK | 0.22 | 0.80 | 0 | 0.05 |
| HSL | 283.92º | 0.87% | 0.56% | - |
| HSV(B) | 283.92º | 0.8% | 0.95% | - |
| XYZ | 37.88 | 19.2 | 84.93 | - |
| YUV | 111.57 | 201.04 | 183.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 47 | 241 | 0.22 | 0.80 | 0 | 0.05 | 283.92 | 0.87 | 0.56 |
| Hex | BD | 2F | F1 | 16 | 50 | 0 | 5 | 11C | 57 | 38 |
| Octal | 275 | 57 | 361 | 26 | 120 | 0 | 5 | 434 | 127 | 70 |
| Binary | 10111101 | 101111 | 11110001 | 10110 | 1010000 | 0 | 101 | 100011100 | 1010111 | 111000 |
Color Harmonies of #BD2FF1
Complementary color
Monochromatic Colors of #BD2FF1
Black with #BD2FF1
Text Example
Text Example
White with #BD2FF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD2FF1; }
p { color: rgb(189,47,241); }
H1.HeaderClassName
{
color: #BD2FF1;
}
.AnyTagClassName
{
color: #BD2FF1;
}
</style>
background-color css
<style>
a { background-color: #BD2FF1; }
a { background-color: rgb(189,47,241); }
div.DivClassName
{
background-color: #BD2FF1;
}
.BgClassName
{
background-color: #BD2FF1;
}
</style>
border-color css
<style>
span { border-color: #BD2FF1; }
span { border-color: rgb(189,47,241); }
td.TdClassName
{
border-color: #BD2FF1;
}
.TagClassName
{
border-color: #BD2FF1;
}
</style>