Shades of Medium Orchid #BD43F2
Tints of Medium Orchid #BD43F2
RGB
CMYK
RGB Variations
Color information
#BD43F2 (or 0xBD43F2) is known color: Medium Orchid. HEX triplet: BD, 43 and F2. RGB value is (189,67,242). Sum of RGB (Red+Green+Blue) = 189+67+242=498 (65% of max value = 765). Red value is 189 (74.22% from 255 or 37.95% from 498); Green value is 67 (26.56% from 255 or 13.45% from 498); Blue value is 242 (94.92% from 255 or 48.59% from 498); Max value from RGB is 242 - color contains mainly: blue. Hex color #BD43F2 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BD43F2 is #42BC0D. Grayscale: #7A7A7A. Windows color (decimal): -4373518 or 15877053. OLE color: 15877053.
HSL color Cylindrical-coordinate representation of color #BD43F2: hue angle of 281.83º degrees, saturation: 0.87, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #BD43F2 is Cyan = 0.22, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 189 | 67 | 242 | - |
| CMYK | 0.22 | 0.72 | 0 | 0.05 |
| HSL | 281.83º | 0.87% | 0.61% | - |
| HSV(B) | 281.83º | 0.72% | 0.95% | - |
| XYZ | 39.02 | 21.24 | 86.05 | - |
| YUV | 123.43 | 194.92 | 174.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 67 | 242 | 0.22 | 0.72 | 0 | 0.05 | 281.83 | 0.87 | 0.61 |
| Hex | BD | 43 | F2 | 16 | 48 | 0 | 5 | 11A | 57 | 3D |
| Octal | 275 | 103 | 362 | 26 | 110 | 0 | 5 | 432 | 127 | 75 |
| Binary | 10111101 | 1000011 | 11110010 | 10110 | 1001000 | 0 | 101 | 100011010 | 1010111 | 111101 |
Color Harmonies of #BD43F2
Complementary color
Monochromatic Colors of #BD43F2
Black with #BD43F2
Text Example
Text Example
White with #BD43F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD43F2; }
p { color: rgb(189,67,242); }
H1.HeaderClassName
{
color: #BD43F2;
}
.AnyTagClassName
{
color: #BD43F2;
}
</style>
background-color css
<style>
a { background-color: #BD43F2; }
a { background-color: rgb(189,67,242); }
div.DivClassName
{
background-color: #BD43F2;
}
.BgClassName
{
background-color: #BD43F2;
}
</style>
border-color css
<style>
span { border-color: #BD43F2; }
span { border-color: rgb(189,67,242); }
td.TdClassName
{
border-color: #BD43F2;
}
.TagClassName
{
border-color: #BD43F2;
}
</style>