Shades of Medium Orchid #BD39FF
Tints of Medium Orchid #BD39FF
RGB
CMYK
RGB Variations
Color information
#BD39FF (or 0xBD39FF) is known color: Medium Orchid. HEX triplet: BD, 39 and FF. RGB value is (189,57,255). Sum of RGB (Red+Green+Blue) = 189+57+255=501 (66% of max value = 765). Red value is 189 (74.22% from 255 or 37.72% from 501); Green value is 57 (22.66% from 255 or 11.38% from 501); Blue value is 255 (100% from 255 or 50.90% from 501); Max value from RGB is 255 - color contains mainly: blue. Hex color #BD39FF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BD39FF is #42C600. Grayscale: #767676. Windows color (decimal): -4376065 or 16726461. OLE color: 16726461.
HSL color Cylindrical-coordinate representation of color #BD39FF: hue angle of 280º degrees, saturation: 1, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #BD39FF is Cyan = 0.26, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 189 | 57 | 255 | - |
| CMYK | 0.26 | 0.78 | 0 | 0 |
| HSL | 280º | 1% | 0.61% | - |
| HSV(B) | 280º | 0.78% | 1% | - |
| XYZ | 40.5 | 20.97 | 96.52 | - |
| YUV | 119.04 | 204.73 | 177.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 57 | 255 | 0.26 | 0.78 | 0 | 0 | 280 | 1 | 0.61 |
| Hex | BD | 39 | FF | 1A | 4E | 0 | 0 | 118 | 64 | 3D |
| Octal | 275 | 71 | 377 | 32 | 116 | 0 | 0 | 430 | 144 | 75 |
| Binary | 10111101 | 111001 | 11111111 | 11010 | 1001110 | 0 | 0 | 100011000 | 1100100 | 111101 |
Color Harmonies of #BD39FF
Complementary color
Monochromatic Colors of #BD39FF
Black with #BD39FF
Text Example
Text Example
White with #BD39FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD39FF; }
p { color: rgb(189,57,255); }
H1.HeaderClassName
{
color: #BD39FF;
}
.AnyTagClassName
{
color: #BD39FF;
}
</style>
background-color css
<style>
a { background-color: #BD39FF; }
a { background-color: rgb(189,57,255); }
div.DivClassName
{
background-color: #BD39FF;
}
.BgClassName
{
background-color: #BD39FF;
}
</style>
border-color css
<style>
span { border-color: #BD39FF; }
span { border-color: rgb(189,57,255); }
td.TdClassName
{
border-color: #BD39FF;
}
.TagClassName
{
border-color: #BD39FF;
}
</style>