Shades of Medium Orchid #BD37FA
Tints of Medium Orchid #BD37FA
RGB
CMYK
RGB Variations
Color information
#BD37FA (or 0xBD37FA) is known color: Medium Orchid. HEX triplet: BD, 37 and FA. RGB value is (189,55,250). Sum of RGB (Red+Green+Blue) = 189+55+250=494 (65% of max value = 765). Red value is 189 (74.22% from 255 or 38.26% from 494); Green value is 55 (21.88% from 255 or 11.13% from 494); Blue value is 250 (98.05% from 255 or 50.61% from 494); Max value from RGB is 250 - color contains mainly: blue. Hex color #BD37FA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BD37FA is #42C805. Grayscale: #747474. Windows color (decimal): -4376582 or 16398269. OLE color: 16398269.
HSL color Cylindrical-coordinate representation of color #BD37FA: hue angle of 281.23º degrees, saturation: 0.95, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #BD37FA is Cyan = 0.24, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 189 | 55 | 250 | - |
| CMYK | 0.24 | 0.78 | 0 | 0.02 |
| HSL | 281.23º | 0.95% | 0.6% | - |
| HSV(B) | 281.23º | 0.78% | 0.98% | - |
| XYZ | 39.61 | 20.45 | 92.3 | - |
| YUV | 117.3 | 202.89 | 179.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 55 | 250 | 0.24 | 0.78 | 0 | 0.02 | 281.23 | 0.95 | 0.6 |
| Hex | BD | 37 | FA | 18 | 4E | 0 | 2 | 119 | 5F | 3C |
| Octal | 275 | 67 | 372 | 30 | 116 | 0 | 2 | 431 | 137 | 74 |
| Binary | 10111101 | 110111 | 11111010 | 11000 | 1001110 | 0 | 10 | 100011001 | 1011111 | 111100 |
Color Harmonies of #BD37FA
Complementary color
Monochromatic Colors of #BD37FA
Black with #BD37FA
Text Example
Text Example
White with #BD37FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD37FA; }
p { color: rgb(189,55,250); }
H1.HeaderClassName
{
color: #BD37FA;
}
.AnyTagClassName
{
color: #BD37FA;
}
</style>
background-color css
<style>
a { background-color: #BD37FA; }
a { background-color: rgb(189,55,250); }
div.DivClassName
{
background-color: #BD37FA;
}
.BgClassName
{
background-color: #BD37FA;
}
</style>
border-color css
<style>
span { border-color: #BD37FA; }
span { border-color: rgb(189,55,250); }
td.TdClassName
{
border-color: #BD37FA;
}
.TagClassName
{
border-color: #BD37FA;
}
</style>