Shades of Medium Orchid #BD38FE
Tints of Medium Orchid #BD38FE
RGB
CMYK
RGB Variations
Color information
#BD38FE (or 0xBD38FE) is known color: Medium Orchid. HEX triplet: BD, 38 and FE. RGB value is (189,56,254). Sum of RGB (Red+Green+Blue) = 189+56+254=499 (66% of max value = 765). Red value is 189 (74.22% from 255 or 37.88% from 499); Green value is 56 (22.27% from 255 or 11.22% from 499); Blue value is 254 (99.61% from 255 or 50.90% from 499); Max value from RGB is 254 - color contains mainly: blue. Hex color #BD38FE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BD38FE is #42C701. Grayscale: #757575. Windows color (decimal): -4376322 or 16660669. OLE color: 16660669.
HSL color Cylindrical-coordinate representation of color #BD38FE: hue angle of 280.3º degrees, saturation: 0.99, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #BD38FE is Cyan = 0.26, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 189 | 56 | 254 | - |
| CMYK | 0.26 | 0.78 | 0 | 0.00 |
| HSL | 280.3º | 0.99% | 0.61% | - |
| HSV(B) | 280.3º | 0.78% | 1% | - |
| XYZ | 40.29 | 20.8 | 95.66 | - |
| YUV | 118.34 | 204.56 | 178.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 56 | 254 | 0.26 | 0.78 | 0 | 0.00 | 280.3 | 0.99 | 0.61 |
| Hex | BD | 38 | FE | 1A | 4E | 0 | 0 | 118 | 63 | 3D |
| Octal | 275 | 70 | 376 | 32 | 116 | 0 | 0 | 430 | 143 | 75 |
| Binary | 10111101 | 111000 | 11111110 | 11010 | 1001110 | 0 | 0 | 100011000 | 1100011 | 111101 |
Color Harmonies of #BD38FE
Complementary color
Monochromatic Colors of #BD38FE
Black with #BD38FE
Text Example
Text Example
White with #BD38FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD38FE; }
p { color: rgb(189,56,254); }
H1.HeaderClassName
{
color: #BD38FE;
}
.AnyTagClassName
{
color: #BD38FE;
}
</style>
background-color css
<style>
a { background-color: #BD38FE; }
a { background-color: rgb(189,56,254); }
div.DivClassName
{
background-color: #BD38FE;
}
.BgClassName
{
background-color: #BD38FE;
}
</style>
border-color css
<style>
span { border-color: #BD38FE; }
span { border-color: rgb(189,56,254); }
td.TdClassName
{
border-color: #BD38FE;
}
.TagClassName
{
border-color: #BD38FE;
}
</style>