Shades of Medium Orchid #BD42F3
Tints of Medium Orchid #BD42F3
RGB
CMYK
RGB Variations
Color information
#BD42F3 (or 0xBD42F3) is known color: Medium Orchid. HEX triplet: BD, 42 and F3. RGB value is (189,66,243). Sum of RGB (Red+Green+Blue) = 189+66+243=498 (65% of max value = 765). Red value is 189 (74.22% from 255 or 37.95% from 498); Green value is 66 (26.17% from 255 or 13.25% from 498); Blue value is 243 (95.31% from 255 or 48.80% from 498); Max value from RGB is 243 - color contains mainly: blue. Hex color #BD42F3 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BD42F3 is #42BD0C. Grayscale: #7A7A7A. Windows color (decimal): -4373773 or 15942333. OLE color: 15942333.
HSL color Cylindrical-coordinate representation of color #BD42F3: hue angle of 281.69º degrees, saturation: 0.88, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #BD42F3 is Cyan = 0.22, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 189 | 66 | 243 | - |
| CMYK | 0.22 | 0.73 | 0 | 0.05 |
| HSL | 281.69º | 0.88% | 0.61% | - |
| HSV(B) | 281.69º | 0.73% | 0.95% | - |
| XYZ | 39.11 | 21.19 | 86.82 | - |
| YUV | 122.96 | 195.75 | 175.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 66 | 243 | 0.22 | 0.73 | 0 | 0.05 | 281.69 | 0.88 | 0.61 |
| Hex | BD | 42 | F3 | 16 | 49 | 0 | 5 | 11A | 58 | 3D |
| Octal | 275 | 102 | 363 | 26 | 111 | 0 | 5 | 432 | 130 | 75 |
| Binary | 10111101 | 1000010 | 11110011 | 10110 | 1001001 | 0 | 101 | 100011010 | 1011000 | 111101 |
Color Harmonies of #BD42F3
Complementary color
Monochromatic Colors of #BD42F3
Black with #BD42F3
Text Example
Text Example
White with #BD42F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD42F3; }
p { color: rgb(189,66,243); }
H1.HeaderClassName
{
color: #BD42F3;
}
.AnyTagClassName
{
color: #BD42F3;
}
</style>
background-color css
<style>
a { background-color: #BD42F3; }
a { background-color: rgb(189,66,243); }
div.DivClassName
{
background-color: #BD42F3;
}
.BgClassName
{
background-color: #BD42F3;
}
</style>
border-color css
<style>
span { border-color: #BD42F3; }
span { border-color: rgb(189,66,243); }
td.TdClassName
{
border-color: #BD42F3;
}
.TagClassName
{
border-color: #BD42F3;
}
</style>