Shades of Medium Orchid #BF43ED
Tints of Medium Orchid #BF43ED
RGB
CMYK
RGB Variations
Color information
#BF43ED (or 0xBF43ED) is known color: Medium Orchid. HEX triplet: BF, 43 and ED. RGB value is (191,67,237). Sum of RGB (Red+Green+Blue) = 191+67+237=495 (65% of max value = 765). Red value is 191 (75% from 255 or 38.59% from 495); Green value is 67 (26.56% from 255 or 13.54% from 495); Blue value is 237 (92.97% from 255 or 47.88% from 495); Max value from RGB is 237 - color contains mainly: blue. Hex color #BF43ED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BF43ED is #40BC12. Grayscale: #7A7A7A. Windows color (decimal): -4242451 or 15549375. OLE color: 15549375.
HSL color Cylindrical-coordinate representation of color #BF43ED: hue angle of 283.76º degrees, saturation: 0.83, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #BF43ED is Cyan = 0.19, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 191 | 67 | 237 | - |
| CMYK | 0.19 | 0.72 | 0 | 0.07 |
| HSL | 283.76º | 0.83% | 0.6% | - |
| HSV(B) | 283.76º | 0.72% | 0.93% | - |
| XYZ | 38.78 | 21.21 | 82.17 | - |
| YUV | 123.46 | 192.08 | 176.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 67 | 237 | 0.19 | 0.72 | 0 | 0.07 | 283.76 | 0.83 | 0.6 |
| Hex | BF | 43 | ED | 13 | 48 | 0 | 7 | 11C | 53 | 3C |
| Octal | 277 | 103 | 355 | 23 | 110 | 0 | 7 | 434 | 123 | 74 |
| Binary | 10111111 | 1000011 | 11101101 | 10011 | 1001000 | 0 | 111 | 100011100 | 1010011 | 111100 |
Color Harmonies of #BF43ED
Complementary color
Monochromatic Colors of #BF43ED
Black with #BF43ED
Text Example
Text Example
White with #BF43ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF43ED; }
p { color: rgb(191,67,237); }
H1.HeaderClassName
{
color: #BF43ED;
}
.AnyTagClassName
{
color: #BF43ED;
}
</style>
background-color css
<style>
a { background-color: #BF43ED; }
a { background-color: rgb(191,67,237); }
div.DivClassName
{
background-color: #BF43ED;
}
.BgClassName
{
background-color: #BF43ED;
}
</style>
border-color css
<style>
span { border-color: #BF43ED; }
span { border-color: rgb(191,67,237); }
td.TdClassName
{
border-color: #BF43ED;
}
.TagClassName
{
border-color: #BF43ED;
}
</style>