Shades of Medium Orchid #BD42F6
Tints of Medium Orchid #BD42F6
RGB
CMYK
RGB Variations
Color information
#BD42F6 (or 0xBD42F6) is known color: Medium Orchid. HEX triplet: BD, 42 and F6. RGB value is (189,66,246). Sum of RGB (Red+Green+Blue) = 189+66+246=501 (66% of max value = 765). Red value is 189 (74.22% from 255 or 37.72% from 501); Green value is 66 (26.17% from 255 or 13.17% from 501); Blue value is 246 (96.48% from 255 or 49.10% from 501); Max value from RGB is 246 - color contains mainly: blue. Hex color #BD42F6 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BD42F6 is #42BD09. Grayscale: #7A7A7A. Windows color (decimal): -4373770 or 16138941. OLE color: 16138941.
HSL color Cylindrical-coordinate representation of color #BD42F6: hue angle of 281º degrees, saturation: 0.91, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #BD42F6 is Cyan = 0.23, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 189 | 66 | 246 | - |
| CMYK | 0.23 | 0.73 | 0 | 0.04 |
| HSL | 281º | 0.91% | 0.61% | - |
| HSV(B) | 281º | 0.73% | 0.96% | - |
| XYZ | 39.57 | 21.37 | 89.23 | - |
| YUV | 123.3 | 197.25 | 174.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 66 | 246 | 0.23 | 0.73 | 0 | 0.04 | 281 | 0.91 | 0.61 |
| Hex | BD | 42 | F6 | 17 | 49 | 0 | 4 | 119 | 5B | 3D |
| Octal | 275 | 102 | 366 | 27 | 111 | 0 | 4 | 431 | 133 | 75 |
| Binary | 10111101 | 1000010 | 11110110 | 10111 | 1001001 | 0 | 100 | 100011001 | 1011011 | 111101 |
Color Harmonies of #BD42F6
Complementary color
Monochromatic Colors of #BD42F6
Black with #BD42F6
Text Example
Text Example
White with #BD42F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD42F6; }
p { color: rgb(189,66,246); }
H1.HeaderClassName
{
color: #BD42F6;
}
.AnyTagClassName
{
color: #BD42F6;
}
</style>
background-color css
<style>
a { background-color: #BD42F6; }
a { background-color: rgb(189,66,246); }
div.DivClassName
{
background-color: #BD42F6;
}
.BgClassName
{
background-color: #BD42F6;
}
</style>
border-color css
<style>
span { border-color: #BD42F6; }
span { border-color: rgb(189,66,246); }
td.TdClassName
{
border-color: #BD42F6;
}
.TagClassName
{
border-color: #BD42F6;
}
</style>