Shades of Medium Orchid #B43EDF
Tints of Medium Orchid #B43EDF
RGB
CMYK
RGB Variations
Color information
#B43EDF (or 0xB43EDF) is known color: Medium Orchid. HEX triplet: B4, 3E and DF. RGB value is (180,62,223). Sum of RGB (Red+Green+Blue) = 180+62+223=465 (61% of max value = 765). Red value is 180 (70.70% from 255 or 38.71% from 465); Green value is 62 (24.61% from 255 or 13.33% from 465); Blue value is 223 (87.5% from 255 or 47.96% from 465); Max value from RGB is 223 - color contains mainly: blue. Hex color #B43EDF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B43EDF is #4BC120. Grayscale: #737373. Windows color (decimal): -4964641 or 14630580. OLE color: 14630580.
HSL color Cylindrical-coordinate representation of color #B43EDF: hue angle of 283.98º degrees, saturation: 0.72, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #B43EDF is Cyan = 0.19, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 180 | 62 | 223 | - |
| CMYK | 0.19 | 0.72 | 0 | 0.13 |
| HSL | 283.98º | 0.72% | 0.56% | - |
| HSV(B) | 283.98º | 0.72% | 0.87% | - |
| XYZ | 33.86 | 18.48 | 71.59 | - |
| YUV | 115.64 | 188.59 | 173.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 62 | 223 | 0.19 | 0.72 | 0 | 0.13 | 283.98 | 0.72 | 0.56 |
| Hex | B4 | 3E | DF | 13 | 48 | 0 | D | 11C | 48 | 38 |
| Octal | 264 | 76 | 337 | 23 | 110 | 0 | 15 | 434 | 110 | 70 |
| Binary | 10110100 | 111110 | 11011111 | 10011 | 1001000 | 0 | 1101 | 100011100 | 1001000 | 111000 |
Color Harmonies of #B43EDF
Complementary color
Monochromatic Colors of #B43EDF
Black with #B43EDF
Text Example
Text Example
White with #B43EDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B43EDF; }
p { color: rgb(180,62,223); }
H1.HeaderClassName
{
color: #B43EDF;
}
.AnyTagClassName
{
color: #B43EDF;
}
</style>
background-color css
<style>
a { background-color: #B43EDF; }
a { background-color: rgb(180,62,223); }
div.DivClassName
{
background-color: #B43EDF;
}
.BgClassName
{
background-color: #B43EDF;
}
</style>
border-color css
<style>
span { border-color: #B43EDF; }
span { border-color: rgb(180,62,223); }
td.TdClassName
{
border-color: #B43EDF;
}
.TagClassName
{
border-color: #B43EDF;
}
</style>