Shades of Medium Orchid #BD4FEE
Tints of Medium Orchid #BD4FEE
RGB
CMYK
RGB Variations
Color information
#BD4FEE (or 0xBD4FEE) is known color: Medium Orchid. HEX triplet: BD, 4F and EE. RGB value is (189,79,238). Sum of RGB (Red+Green+Blue) = 189+79+238=506 (67% of max value = 765). Red value is 189 (74.22% from 255 or 37.35% from 506); Green value is 79 (31.25% from 255 or 15.61% from 506); Blue value is 238 (93.36% from 255 or 47.04% from 506); Max value from RGB is 238 - color contains mainly: blue. Hex color #BD4FEE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BD4FEE is #42B011. Grayscale: #818181. Windows color (decimal): -4370450 or 15617981. OLE color: 15617981.
HSL color Cylindrical-coordinate representation of color #BD4FEE: hue angle of 281.51º degrees, saturation: 0.82, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #BD4FEE is Cyan = 0.21, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 189 | 79 | 238 | - |
| CMYK | 0.21 | 0.67 | 0 | 0.07 |
| HSL | 281.51º | 0.82% | 0.62% | - |
| HSV(B) | 281.51º | 0.67% | 0.93% | - |
| XYZ | 39.21 | 22.58 | 83.18 | - |
| YUV | 130.02 | 188.94 | 170.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 79 | 238 | 0.21 | 0.67 | 0 | 0.07 | 281.51 | 0.82 | 0.62 |
| Hex | BD | 4F | EE | 15 | 43 | 0 | 7 | 11A | 52 | 3E |
| Octal | 275 | 117 | 356 | 25 | 103 | 0 | 7 | 432 | 122 | 76 |
| Binary | 10111101 | 1001111 | 11101110 | 10101 | 1000011 | 0 | 111 | 100011010 | 1010010 | 111110 |
Color Harmonies of #BD4FEE
Complementary color
Monochromatic Colors of #BD4FEE
Black with #BD4FEE
Text Example
Text Example
White with #BD4FEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD4FEE; }
p { color: rgb(189,79,238); }
H1.HeaderClassName
{
color: #BD4FEE;
}
.AnyTagClassName
{
color: #BD4FEE;
}
</style>
background-color css
<style>
a { background-color: #BD4FEE; }
a { background-color: rgb(189,79,238); }
div.DivClassName
{
background-color: #BD4FEE;
}
.BgClassName
{
background-color: #BD4FEE;
}
</style>
border-color css
<style>
span { border-color: #BD4FEE; }
span { border-color: rgb(189,79,238); }
td.TdClassName
{
border-color: #BD4FEE;
}
.TagClassName
{
border-color: #BD4FEE;
}
</style>