Shades of Medium Orchid #B43BDF
Tints of Medium Orchid #B43BDF
RGB
CMYK
RGB Variations
Color information
#B43BDF (or 0xB43BDF) is known color: Medium Orchid. HEX triplet: B4, 3B and DF. RGB value is (180,59,223). Sum of RGB (Red+Green+Blue) = 180+59+223=462 (61% of max value = 765). Red value is 180 (70.70% from 255 or 38.96% from 462); Green value is 59 (23.44% from 255 or 12.77% from 462); Blue value is 223 (87.5% from 255 or 48.27% from 462); Max value from RGB is 223 - color contains mainly: blue. Hex color #B43BDF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B43BDF is #4BC420. Grayscale: #717171. Windows color (decimal): -4965409 or 14629812. OLE color: 14629812.
HSL color Cylindrical-coordinate representation of color #B43BDF: hue angle of 284.27º degrees, saturation: 0.72, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #B43BDF is Cyan = 0.19, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 180 | 59 | 223 | - |
| CMYK | 0.19 | 0.74 | 0 | 0.13 |
| HSL | 284.27º | 0.72% | 0.55% | - |
| HSV(B) | 284.27º | 0.74% | 0.87% | - |
| XYZ | 33.71 | 18.16 | 71.54 | - |
| YUV | 113.88 | 189.59 | 175.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 59 | 223 | 0.19 | 0.74 | 0 | 0.13 | 284.27 | 0.72 | 0.55 |
| Hex | B4 | 3B | DF | 13 | 4A | 0 | D | 11C | 48 | 37 |
| Octal | 264 | 73 | 337 | 23 | 112 | 0 | 15 | 434 | 110 | 67 |
| Binary | 10110100 | 111011 | 11011111 | 10011 | 1001010 | 0 | 1101 | 100011100 | 1001000 | 110111 |
Color Harmonies of #B43BDF
Complementary color
Monochromatic Colors of #B43BDF
Black with #B43BDF
Text Example
Text Example
White with #B43BDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B43BDF; }
p { color: rgb(180,59,223); }
H1.HeaderClassName
{
color: #B43BDF;
}
.AnyTagClassName
{
color: #B43BDF;
}
</style>
background-color css
<style>
a { background-color: #B43BDF; }
a { background-color: rgb(180,59,223); }
div.DivClassName
{
background-color: #B43BDF;
}
.BgClassName
{
background-color: #B43BDF;
}
</style>
border-color css
<style>
span { border-color: #B43BDF; }
span { border-color: rgb(180,59,223); }
td.TdClassName
{
border-color: #B43BDF;
}
.TagClassName
{
border-color: #B43BDF;
}
</style>