Shades of Medium Orchid #BD48FF
Tints of Medium Orchid #BD48FF
RGB
CMYK
RGB Variations
Color information
#BD48FF (or 0xBD48FF) is known color: Medium Orchid. HEX triplet: BD, 48 and FF. RGB value is (189,72,255). Sum of RGB (Red+Green+Blue) = 189+72+255=516 (68% of max value = 765). Red value is 189 (74.22% from 255 or 36.63% from 516); Green value is 72 (28.52% from 255 or 13.95% from 516); Blue value is 255 (100% from 255 or 49.42% from 516); Max value from RGB is 255 - color contains mainly: blue. Hex color #BD48FF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BD48FF is #42B700. Grayscale: #7F7F7F. Windows color (decimal): -4372225 or 16730301. OLE color: 16730301.
HSL color Cylindrical-coordinate representation of color #BD48FF: hue angle of 278.36º degrees, saturation: 1, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #BD48FF is Cyan = 0.26, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 189 | 72 | 255 | - |
| CMYK | 0.26 | 0.72 | 0 | 0 |
| HSL | 278.36º | 1% | 0.64% | - |
| HSV(B) | 278.36º | 0.72% | 1% | - |
| XYZ | 41.35 | 22.67 | 96.8 | - |
| YUV | 127.85 | 199.76 | 171.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 72 | 255 | 0.26 | 0.72 | 0 | 0 | 278.36 | 1 | 0.64 |
| Hex | BD | 48 | FF | 1A | 48 | 0 | 0 | 116 | 64 | 40 |
| Octal | 275 | 110 | 377 | 32 | 110 | 0 | 0 | 426 | 144 | 100 |
| Binary | 10111101 | 1001000 | 11111111 | 11010 | 1001000 | 0 | 0 | 100010110 | 1100100 | 1000000 |
Color Harmonies of #BD48FF
Complementary color
Monochromatic Colors of #BD48FF
Black with #BD48FF
Text Example
Text Example
White with #BD48FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD48FF; }
p { color: rgb(189,72,255); }
H1.HeaderClassName
{
color: #BD48FF;
}
.AnyTagClassName
{
color: #BD48FF;
}
</style>
background-color css
<style>
a { background-color: #BD48FF; }
a { background-color: rgb(189,72,255); }
div.DivClassName
{
background-color: #BD48FF;
}
.BgClassName
{
background-color: #BD48FF;
}
</style>
border-color css
<style>
span { border-color: #BD48FF; }
span { border-color: rgb(189,72,255); }
td.TdClassName
{
border-color: #BD48FF;
}
.TagClassName
{
border-color: #BD48FF;
}
</style>