Shades of Medium Orchid #BD44F2
Tints of Medium Orchid #BD44F2
RGB
CMYK
RGB Variations
Color information
#BD44F2 (or 0xBD44F2) is known color: Medium Orchid. HEX triplet: BD, 44 and F2. RGB value is (189,68,242). Sum of RGB (Red+Green+Blue) = 189+68+242=499 (66% of max value = 765). Red value is 189 (74.22% from 255 or 37.88% from 499); Green value is 68 (26.95% from 255 or 13.63% from 499); Blue value is 242 (94.92% from 255 or 48.50% from 499); Max value from RGB is 242 - color contains mainly: blue. Hex color #BD44F2 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BD44F2 is #42BB0D. Grayscale: #7B7B7B. Windows color (decimal): -4373262 or 15877309. OLE color: 15877309.
HSL color Cylindrical-coordinate representation of color #BD44F2: hue angle of 281.72º 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 #BD44F2 is Cyan = 0.22, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 189 | 68 | 242 | - |
| CMYK | 0.22 | 0.72 | 0 | 0.05 |
| HSL | 281.72º | 0.87% | 0.61% | - |
| HSV(B) | 281.72º | 0.72% | 0.95% | - |
| XYZ | 39.08 | 21.36 | 86.07 | - |
| YUV | 124.02 | 194.59 | 174.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 68 | 242 | 0.22 | 0.72 | 0 | 0.05 | 281.72 | 0.87 | 0.61 |
| Hex | BD | 44 | F2 | 16 | 48 | 0 | 5 | 11A | 57 | 3D |
| Octal | 275 | 104 | 362 | 26 | 110 | 0 | 5 | 432 | 127 | 75 |
| Binary | 10111101 | 1000100 | 11110010 | 10110 | 1001000 | 0 | 101 | 100011010 | 1010111 | 111101 |
Color Harmonies of #BD44F2
Complementary color
Monochromatic Colors of #BD44F2
Black with #BD44F2
Text Example
Text Example
White with #BD44F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD44F2; }
p { color: rgb(189,68,242); }
H1.HeaderClassName
{
color: #BD44F2;
}
.AnyTagClassName
{
color: #BD44F2;
}
</style>
background-color css
<style>
a { background-color: #BD44F2; }
a { background-color: rgb(189,68,242); }
div.DivClassName
{
background-color: #BD44F2;
}
.BgClassName
{
background-color: #BD44F2;
}
</style>
border-color css
<style>
span { border-color: #BD44F2; }
span { border-color: rgb(189,68,242); }
td.TdClassName
{
border-color: #BD44F2;
}
.TagClassName
{
border-color: #BD44F2;
}
</style>