Shades of Medium Orchid #BD37FD
Tints of Medium Orchid #BD37FD
RGB
CMYK
RGB Variations
Color information
#BD37FD (or 0xBD37FD) is known color: Medium Orchid. HEX triplet: BD, 37 and FD. RGB value is (189,55,253). Sum of RGB (Red+Green+Blue) = 189+55+253=497 (65% of max value = 765). Red value is 189 (74.22% from 255 or 38.03% from 497); Green value is 55 (21.88% from 255 or 11.07% from 497); Blue value is 253 (99.22% from 255 or 50.91% from 497); Max value from RGB is 253 - color contains mainly: blue. Hex color #BD37FD is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BD37FD is #42C802. Grayscale: #747474. Windows color (decimal): -4376579 or 16594877. OLE color: 16594877.
HSL color Cylindrical-coordinate representation of color #BD37FD: hue angle of 280.61º degrees, saturation: 0.98, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #BD37FD is Cyan = 0.25, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 189 | 55 | 253 | - |
| CMYK | 0.25 | 0.78 | 0 | 0.01 |
| HSL | 280.61º | 0.98% | 0.6% | - |
| HSV(B) | 280.61º | 0.78% | 0.99% | - |
| XYZ | 40.08 | 20.64 | 94.8 | - |
| YUV | 117.64 | 204.39 | 178.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 55 | 253 | 0.25 | 0.78 | 0 | 0.01 | 280.61 | 0.98 | 0.6 |
| Hex | BD | 37 | FD | 19 | 4E | 0 | 1 | 119 | 62 | 3C |
| Octal | 275 | 67 | 375 | 31 | 116 | 0 | 1 | 431 | 142 | 74 |
| Binary | 10111101 | 110111 | 11111101 | 11001 | 1001110 | 0 | 1 | 100011001 | 1100010 | 111100 |
Color Harmonies of #BD37FD
Complementary color
Monochromatic Colors of #BD37FD
Black with #BD37FD
Text Example
Text Example
White with #BD37FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD37FD; }
p { color: rgb(189,55,253); }
H1.HeaderClassName
{
color: #BD37FD;
}
.AnyTagClassName
{
color: #BD37FD;
}
</style>
background-color css
<style>
a { background-color: #BD37FD; }
a { background-color: rgb(189,55,253); }
div.DivClassName
{
background-color: #BD37FD;
}
.BgClassName
{
background-color: #BD37FD;
}
</style>
border-color css
<style>
span { border-color: #BD37FD; }
span { border-color: rgb(189,55,253); }
td.TdClassName
{
border-color: #BD37FD;
}
.TagClassName
{
border-color: #BD37FD;
}
</style>