Shades of Medium Orchid #BD4FE6
Tints of Medium Orchid #BD4FE6
RGB
CMYK
RGB Variations
Color information
#BD4FE6 (or 0xBD4FE6) is known color: Medium Orchid. HEX triplet: BD, 4F and E6. RGB value is (189,79,230). Sum of RGB (Red+Green+Blue) = 189+79+230=498 (65% of max value = 765). Red value is 189 (74.22% from 255 or 37.95% from 498); Green value is 79 (31.25% from 255 or 15.86% from 498); Blue value is 230 (90.23% from 255 or 46.18% from 498); Max value from RGB is 230 - color contains mainly: blue. Hex color #BD4FE6 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BD4FE6 is #42B019. Grayscale: #808080. Windows color (decimal): -4370458 or 15093693. OLE color: 15093693.
HSL color Cylindrical-coordinate representation of color #BD4FE6: hue angle of 283.71º degrees, saturation: 0.75, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #BD4FE6 is Cyan = 0.18, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 189 | 79 | 230 | - |
| CMYK | 0.18 | 0.66 | 0 | 0.10 |
| HSL | 283.71º | 0.75% | 0.61% | - |
| HSV(B) | 283.71º | 0.66% | 0.9% | - |
| XYZ | 38.07 | 22.12 | 77.13 | - |
| YUV | 129.1 | 184.94 | 170.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 79 | 230 | 0.18 | 0.66 | 0 | 0.10 | 283.71 | 0.75 | 0.61 |
| Hex | BD | 4F | E6 | 12 | 42 | 0 | A | 11C | 4B | 3D |
| Octal | 275 | 117 | 346 | 22 | 102 | 0 | 12 | 434 | 113 | 75 |
| Binary | 10111101 | 1001111 | 11100110 | 10010 | 1000010 | 0 | 1010 | 100011100 | 1001011 | 111101 |
Color Harmonies of #BD4FE6
Complementary color
Monochromatic Colors of #BD4FE6
Black with #BD4FE6
Text Example
Text Example
White with #BD4FE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD4FE6; }
p { color: rgb(189,79,230); }
H1.HeaderClassName
{
color: #BD4FE6;
}
.AnyTagClassName
{
color: #BD4FE6;
}
</style>
background-color css
<style>
a { background-color: #BD4FE6; }
a { background-color: rgb(189,79,230); }
div.DivClassName
{
background-color: #BD4FE6;
}
.BgClassName
{
background-color: #BD4FE6;
}
</style>
border-color css
<style>
span { border-color: #BD4FE6; }
span { border-color: rgb(189,79,230); }
td.TdClassName
{
border-color: #BD4FE6;
}
.TagClassName
{
border-color: #BD4FE6;
}
</style>