Shades of Medium Orchid #BD44FE
Tints of Medium Orchid #BD44FE
RGB
CMYK
RGB Variations
Color information
#BD44FE (or 0xBD44FE) is known color: Medium Orchid. HEX triplet: BD, 44 and FE. RGB value is (189,68,254). Sum of RGB (Red+Green+Blue) = 189+68+254=511 (67% of max value = 765). Red value is 189 (74.22% from 255 or 36.99% from 511); Green value is 68 (26.95% from 255 or 13.31% from 511); Blue value is 254 (99.61% from 255 or 49.71% from 511); Max value from RGB is 254 - color contains mainly: blue. Hex color #BD44FE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BD44FE is #42BB01. Grayscale: #7C7C7C. Windows color (decimal): -4373250 or 16663741. OLE color: 16663741.
HSL color Cylindrical-coordinate representation of color #BD44FE: hue angle of 279.03º degrees, saturation: 0.99, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #BD44FE is Cyan = 0.26, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 189 | 68 | 254 | - |
| CMYK | 0.26 | 0.73 | 0 | 0.00 |
| HSL | 279.03º | 0.99% | 0.63% | - |
| HSV(B) | 279.03º | 0.73% | 1% | - |
| XYZ | 40.94 | 22.11 | 95.88 | - |
| YUV | 125.38 | 200.59 | 173.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 68 | 254 | 0.26 | 0.73 | 0 | 0.00 | 279.03 | 0.99 | 0.63 |
| Hex | BD | 44 | FE | 1A | 49 | 0 | 0 | 117 | 63 | 3F |
| Octal | 275 | 104 | 376 | 32 | 111 | 0 | 0 | 427 | 143 | 77 |
| Binary | 10111101 | 1000100 | 11111110 | 11010 | 1001001 | 0 | 0 | 100010111 | 1100011 | 111111 |
Color Harmonies of #BD44FE
Complementary color
Monochromatic Colors of #BD44FE
Black with #BD44FE
Text Example
Text Example
White with #BD44FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD44FE; }
p { color: rgb(189,68,254); }
H1.HeaderClassName
{
color: #BD44FE;
}
.AnyTagClassName
{
color: #BD44FE;
}
</style>
background-color css
<style>
a { background-color: #BD44FE; }
a { background-color: rgb(189,68,254); }
div.DivClassName
{
background-color: #BD44FE;
}
.BgClassName
{
background-color: #BD44FE;
}
</style>
border-color css
<style>
span { border-color: #BD44FE; }
span { border-color: rgb(189,68,254); }
td.TdClassName
{
border-color: #BD44FE;
}
.TagClassName
{
border-color: #BD44FE;
}
</style>