Shades of Medium Orchid #B43FDC
Tints of Medium Orchid #B43FDC
RGB
CMYK
RGB Variations
Color information
#B43FDC (or 0xB43FDC) is known color: Medium Orchid. HEX triplet: B4, 3F and DC. RGB value is (180,63,220). Sum of RGB (Red+Green+Blue) = 180+63+220=463 (61% of max value = 765). Red value is 180 (70.70% from 255 or 38.88% from 463); Green value is 63 (25% from 255 or 13.61% from 463); Blue value is 220 (86.33% from 255 or 47.52% from 463); Max value from RGB is 220 - color contains mainly: blue. Hex color #B43FDC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B43FDC is #4BC023. Grayscale: #737373. Windows color (decimal): -4964388 or 14434228. OLE color: 14434228.
HSL color Cylindrical-coordinate representation of color #B43FDC: hue angle of 284.71º degrees, saturation: 0.69, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #B43FDC is Cyan = 0.18, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 180 | 63 | 220 | - |
| CMYK | 0.18 | 0.71 | 0 | 0.14 |
| HSL | 284.71º | 0.69% | 0.55% | - |
| HSV(B) | 284.71º | 0.71% | 0.86% | - |
| XYZ | 33.52 | 18.43 | 69.5 | - |
| YUV | 115.88 | 186.76 | 173.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 63 | 220 | 0.18 | 0.71 | 0 | 0.14 | 284.71 | 0.69 | 0.55 |
| Hex | B4 | 3F | DC | 12 | 47 | 0 | E | 11D | 45 | 37 |
| Octal | 264 | 77 | 334 | 22 | 107 | 0 | 16 | 435 | 105 | 67 |
| Binary | 10110100 | 111111 | 11011100 | 10010 | 1000111 | 0 | 1110 | 100011101 | 1000101 | 110111 |
Color Harmonies of #B43FDC
Complementary color
Monochromatic Colors of #B43FDC
Black with #B43FDC
Text Example
Text Example
White with #B43FDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B43FDC; }
p { color: rgb(180,63,220); }
H1.HeaderClassName
{
color: #B43FDC;
}
.AnyTagClassName
{
color: #B43FDC;
}
</style>
background-color css
<style>
a { background-color: #B43FDC; }
a { background-color: rgb(180,63,220); }
div.DivClassName
{
background-color: #B43FDC;
}
.BgClassName
{
background-color: #B43FDC;
}
</style>
border-color css
<style>
span { border-color: #B43FDC; }
span { border-color: rgb(180,63,220); }
td.TdClassName
{
border-color: #B43FDC;
}
.TagClassName
{
border-color: #B43FDC;
}
</style>