Shades of Medium Orchid #BD48FE
Tints of Medium Orchid #BD48FE
RGB
CMYK
RGB Variations
Color information
#BD48FE (or 0xBD48FE) is known color: Medium Orchid. HEX triplet: BD, 48 and FE. RGB value is (189,72,254). Sum of RGB (Red+Green+Blue) = 189+72+254=515 (68% of max value = 765). Red value is 189 (74.22% from 255 or 36.70% from 515); Green value is 72 (28.52% from 255 or 13.98% from 515); Blue value is 254 (99.61% from 255 or 49.32% from 515); Max value from RGB is 254 - color contains mainly: blue. Hex color #BD48FE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BD48FE is #42B701. Grayscale: #7F7F7F. Windows color (decimal): -4372226 or 16664765. OLE color: 16664765.
HSL color Cylindrical-coordinate representation of color #BD48FE: hue angle of 278.57º degrees, saturation: 0.99, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #BD48FE is Cyan = 0.26, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 189 | 72 | 254 | - |
| CMYK | 0.26 | 0.72 | 0 | 0.00 |
| HSL | 278.57º | 0.99% | 0.64% | - |
| HSV(B) | 278.57º | 0.72% | 1% | - |
| XYZ | 41.19 | 22.61 | 95.96 | - |
| YUV | 127.73 | 199.26 | 171.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 72 | 254 | 0.26 | 0.72 | 0 | 0.00 | 278.57 | 0.99 | 0.64 |
| Hex | BD | 48 | FE | 1A | 48 | 0 | 0 | 117 | 63 | 40 |
| Octal | 275 | 110 | 376 | 32 | 110 | 0 | 0 | 427 | 143 | 100 |
| Binary | 10111101 | 1001000 | 11111110 | 11010 | 1001000 | 0 | 0 | 100010111 | 1100011 | 1000000 |
Color Harmonies of #BD48FE
Complementary color
Monochromatic Colors of #BD48FE
Black with #BD48FE
Text Example
Text Example
White with #BD48FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD48FE; }
p { color: rgb(189,72,254); }
H1.HeaderClassName
{
color: #BD48FE;
}
.AnyTagClassName
{
color: #BD48FE;
}
</style>
background-color css
<style>
a { background-color: #BD48FE; }
a { background-color: rgb(189,72,254); }
div.DivClassName
{
background-color: #BD48FE;
}
.BgClassName
{
background-color: #BD48FE;
}
</style>
border-color css
<style>
span { border-color: #BD48FE; }
span { border-color: rgb(189,72,254); }
td.TdClassName
{
border-color: #BD48FE;
}
.TagClassName
{
border-color: #BD48FE;
}
</style>