Shades of Medium Orchid #BD4FEF
Tints of Medium Orchid #BD4FEF
RGB
CMYK
RGB Variations
Color information
#BD4FEF (or 0xBD4FEF) is known color: Medium Orchid. HEX triplet: BD, 4F and EF. RGB value is (189,79,239). Sum of RGB (Red+Green+Blue) = 189+79+239=507 (67% of max value = 765). Red value is 189 (74.22% from 255 or 37.28% from 507); Green value is 79 (31.25% from 255 or 15.58% from 507); Blue value is 239 (93.75% from 255 or 47.14% from 507); Max value from RGB is 239 - color contains mainly: blue. Hex color #BD4FEF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BD4FEF is #42B010. Grayscale: #818181. Windows color (decimal): -4370449 or 15683517. OLE color: 15683517.
HSL color Cylindrical-coordinate representation of color #BD4FEF: hue angle of 281.25º degrees, saturation: 0.83, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #BD4FEF is Cyan = 0.21, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 189 | 79 | 239 | - |
| CMYK | 0.21 | 0.67 | 0 | 0.06 |
| HSL | 281.25º | 0.83% | 0.62% | - |
| HSV(B) | 281.25º | 0.67% | 0.94% | - |
| XYZ | 39.36 | 22.64 | 83.96 | - |
| YUV | 130.13 | 189.44 | 169.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 79 | 239 | 0.21 | 0.67 | 0 | 0.06 | 281.25 | 0.83 | 0.62 |
| Hex | BD | 4F | EF | 15 | 43 | 0 | 6 | 119 | 53 | 3E |
| Octal | 275 | 117 | 357 | 25 | 103 | 0 | 6 | 431 | 123 | 76 |
| Binary | 10111101 | 1001111 | 11101111 | 10101 | 1000011 | 0 | 110 | 100011001 | 1010011 | 111110 |
Color Harmonies of #BD4FEF
Complementary color
Monochromatic Colors of #BD4FEF
Black with #BD4FEF
Text Example
Text Example
White with #BD4FEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD4FEF; }
p { color: rgb(189,79,239); }
H1.HeaderClassName
{
color: #BD4FEF;
}
.AnyTagClassName
{
color: #BD4FEF;
}
</style>
background-color css
<style>
a { background-color: #BD4FEF; }
a { background-color: rgb(189,79,239); }
div.DivClassName
{
background-color: #BD4FEF;
}
.BgClassName
{
background-color: #BD4FEF;
}
</style>
border-color css
<style>
span { border-color: #BD4FEF; }
span { border-color: rgb(189,79,239); }
td.TdClassName
{
border-color: #BD4FEF;
}
.TagClassName
{
border-color: #BD4FEF;
}
</style>