Shades of Medium Orchid #BD4FE3
Tints of Medium Orchid #BD4FE3
RGB
CMYK
RGB Variations
Color information
#BD4FE3 (or 0xBD4FE3) is known color: Medium Orchid. HEX triplet: BD, 4F and E3. RGB value is (189,79,227). Sum of RGB (Red+Green+Blue) = 189+79+227=495 (65% of max value = 765). Red value is 189 (74.22% from 255 or 38.18% from 495); Green value is 79 (31.25% from 255 or 15.96% from 495); Blue value is 227 (89.06% from 255 or 45.86% from 495); Max value from RGB is 227 - color contains mainly: blue. Hex color #BD4FE3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BD4FE3 is #42B01C. Grayscale: #808080. Windows color (decimal): -4370461 or 14897085. OLE color: 14897085.
HSL color Cylindrical-coordinate representation of color #BD4FE3: hue angle of 284.59º degrees, saturation: 0.73, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #BD4FE3 is Cyan = 0.17, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 189 | 79 | 227 | - |
| CMYK | 0.17 | 0.65 | 0 | 0.11 |
| HSL | 284.59º | 0.73% | 0.6% | - |
| HSV(B) | 284.59º | 0.65% | 0.89% | - |
| XYZ | 37.65 | 21.96 | 74.93 | - |
| YUV | 128.76 | 183.44 | 170.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 79 | 227 | 0.17 | 0.65 | 0 | 0.11 | 284.59 | 0.73 | 0.6 |
| Hex | BD | 4F | E3 | 11 | 41 | 0 | B | 11D | 49 | 3C |
| Octal | 275 | 117 | 343 | 21 | 101 | 0 | 13 | 435 | 111 | 74 |
| Binary | 10111101 | 1001111 | 11100011 | 10001 | 1000001 | 0 | 1011 | 100011101 | 1001001 | 111100 |
Color Harmonies of #BD4FE3
Complementary color
Monochromatic Colors of #BD4FE3
Black with #BD4FE3
Text Example
Text Example
White with #BD4FE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD4FE3; }
p { color: rgb(189,79,227); }
H1.HeaderClassName
{
color: #BD4FE3;
}
.AnyTagClassName
{
color: #BD4FE3;
}
</style>
background-color css
<style>
a { background-color: #BD4FE3; }
a { background-color: rgb(189,79,227); }
div.DivClassName
{
background-color: #BD4FE3;
}
.BgClassName
{
background-color: #BD4FE3;
}
</style>
border-color css
<style>
span { border-color: #BD4FE3; }
span { border-color: rgb(189,79,227); }
td.TdClassName
{
border-color: #BD4FE3;
}
.TagClassName
{
border-color: #BD4FE3;
}
</style>