Shades of Medium Orchid #B43FDF
Tints of Medium Orchid #B43FDF
RGB
CMYK
RGB Variations
Color information
#B43FDF (or 0xB43FDF) is known color: Medium Orchid. HEX triplet: B4, 3F and DF. RGB value is (180,63,223). Sum of RGB (Red+Green+Blue) = 180+63+223=466 (61% of max value = 765). Red value is 180 (70.70% from 255 or 38.63% from 466); Green value is 63 (25% from 255 or 13.52% from 466); Blue value is 223 (87.5% from 255 or 47.85% from 466); Max value from RGB is 223 - color contains mainly: blue. Hex color #B43FDF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B43FDF is #4BC020. Grayscale: #737373. Windows color (decimal): -4964385 or 14630836. OLE color: 14630836.
HSL color Cylindrical-coordinate representation of color #B43FDF: hue angle of 283.88º degrees, saturation: 0.71, 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 #B43FDF is Cyan = 0.19, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 180 | 63 | 223 | - |
| CMYK | 0.19 | 0.72 | 0 | 0.13 |
| HSL | 283.88º | 0.71% | 0.56% | - |
| HSV(B) | 283.88º | 0.72% | 0.87% | - |
| XYZ | 33.92 | 18.59 | 71.61 | - |
| YUV | 116.22 | 188.26 | 173.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 63 | 223 | 0.19 | 0.72 | 0 | 0.13 | 283.88 | 0.71 | 0.56 |
| Hex | B4 | 3F | DF | 13 | 48 | 0 | D | 11C | 47 | 38 |
| Octal | 264 | 77 | 337 | 23 | 110 | 0 | 15 | 434 | 107 | 70 |
| Binary | 10110100 | 111111 | 11011111 | 10011 | 1001000 | 0 | 1101 | 100011100 | 1000111 | 111000 |
Color Harmonies of #B43FDF
Complementary color
Monochromatic Colors of #B43FDF
Black with #B43FDF
Text Example
Text Example
White with #B43FDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B43FDF; }
p { color: rgb(180,63,223); }
H1.HeaderClassName
{
color: #B43FDF;
}
.AnyTagClassName
{
color: #B43FDF;
}
</style>
background-color css
<style>
a { background-color: #B43FDF; }
a { background-color: rgb(180,63,223); }
div.DivClassName
{
background-color: #B43FDF;
}
.BgClassName
{
background-color: #B43FDF;
}
</style>
border-color css
<style>
span { border-color: #B43FDF; }
span { border-color: rgb(180,63,223); }
td.TdClassName
{
border-color: #B43FDF;
}
.TagClassName
{
border-color: #B43FDF;
}
</style>