Shades of Medium Orchid #B43FCD
Tints of Medium Orchid #B43FCD
RGB
CMYK
RGB Variations
Color information
#B43FCD (or 0xB43FCD) is known color: Medium Orchid. HEX triplet: B4, 3F and CD. RGB value is (180,63,205). Sum of RGB (Red+Green+Blue) = 180+63+205=448 (59% of max value = 765). Red value is 180 (70.70% from 255 or 40.18% from 448); Green value is 63 (25% from 255 or 14.06% from 448); Blue value is 205 (80.47% from 255 or 45.76% from 448); Max value from RGB is 205 - color contains mainly: blue. Hex color #B43FCD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B43FCD is #4BC032. Grayscale: #717171. Windows color (decimal): -4964403 or 13451188. OLE color: 13451188.
HSL color Cylindrical-coordinate representation of color #B43FCD: hue angle of 289.44º degrees, saturation: 0.59, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #B43FCD is Cyan = 0.12, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 180 | 63 | 205 | - |
| CMYK | 0.12 | 0.69 | 0 | 0.20 |
| HSL | 289.44º | 0.59% | 0.53% | - |
| HSV(B) | 289.44º | 0.69% | 0.8% | - |
| XYZ | 31.62 | 17.67 | 59.5 | - |
| YUV | 114.17 | 179.26 | 174.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 63 | 205 | 0.12 | 0.69 | 0 | 0.20 | 289.44 | 0.59 | 0.53 |
| Hex | B4 | 3F | CD | C | 45 | 0 | 14 | 121 | 3B | 35 |
| Octal | 264 | 77 | 315 | 14 | 105 | 0 | 24 | 441 | 73 | 65 |
| Binary | 10110100 | 111111 | 11001101 | 1100 | 1000101 | 0 | 10100 | 100100001 | 111011 | 110101 |
Color Harmonies of #B43FCD
Complementary color
Monochromatic Colors of #B43FCD
Black with #B43FCD
Text Example
Text Example
White with #B43FCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B43FCD; }
p { color: rgb(180,63,205); }
H1.HeaderClassName
{
color: #B43FCD;
}
.AnyTagClassName
{
color: #B43FCD;
}
</style>
background-color css
<style>
a { background-color: #B43FCD; }
a { background-color: rgb(180,63,205); }
div.DivClassName
{
background-color: #B43FCD;
}
.BgClassName
{
background-color: #B43FCD;
}
</style>
border-color css
<style>
span { border-color: #B43FCD; }
span { border-color: rgb(180,63,205); }
td.TdClassName
{
border-color: #B43FCD;
}
.TagClassName
{
border-color: #B43FCD;
}
</style>