Shades of Medium Orchid #BD48F2
Tints of Medium Orchid #BD48F2
RGB
CMYK
RGB Variations
Color information
#BD48F2 (or 0xBD48F2) is known color: Medium Orchid. HEX triplet: BD, 48 and F2. RGB value is (189,72,242). Sum of RGB (Red+Green+Blue) = 189+72+242=503 (66% of max value = 765). Red value is 189 (74.22% from 255 or 37.57% from 503); Green value is 72 (28.52% from 255 or 14.31% from 503); Blue value is 242 (94.92% from 255 or 48.11% from 503); Max value from RGB is 242 - color contains mainly: blue. Hex color #BD48F2 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BD48F2 is #42B70D. Grayscale: #7D7D7D. Windows color (decimal): -4372238 or 15878333. OLE color: 15878333.
HSL color Cylindrical-coordinate representation of color #BD48F2: hue angle of 281.29º degrees, saturation: 0.87, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #BD48F2 is Cyan = 0.22, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 189 | 72 | 242 | - |
| CMYK | 0.22 | 0.70 | 0 | 0.05 |
| HSL | 281.29º | 0.87% | 0.62% | - |
| HSV(B) | 281.29º | 0.7% | 0.95% | - |
| XYZ | 39.33 | 21.86 | 86.15 | - |
| YUV | 126.36 | 193.26 | 172.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 72 | 242 | 0.22 | 0.70 | 0 | 0.05 | 281.29 | 0.87 | 0.62 |
| Hex | BD | 48 | F2 | 16 | 46 | 0 | 5 | 119 | 57 | 3E |
| Octal | 275 | 110 | 362 | 26 | 106 | 0 | 5 | 431 | 127 | 76 |
| Binary | 10111101 | 1001000 | 11110010 | 10110 | 1000110 | 0 | 101 | 100011001 | 1010111 | 111110 |
Color Harmonies of #BD48F2
Complementary color
Monochromatic Colors of #BD48F2
Black with #BD48F2
Text Example
Text Example
White with #BD48F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD48F2; }
p { color: rgb(189,72,242); }
H1.HeaderClassName
{
color: #BD48F2;
}
.AnyTagClassName
{
color: #BD48F2;
}
</style>
background-color css
<style>
a { background-color: #BD48F2; }
a { background-color: rgb(189,72,242); }
div.DivClassName
{
background-color: #BD48F2;
}
.BgClassName
{
background-color: #BD48F2;
}
</style>
border-color css
<style>
span { border-color: #BD48F2; }
span { border-color: rgb(189,72,242); }
td.TdClassName
{
border-color: #BD48F2;
}
.TagClassName
{
border-color: #BD48F2;
}
</style>