Shades of Medium Orchid #B43FC6
Tints of Medium Orchid #B43FC6
RGB
CMYK
RGB Variations
Color information
#B43FC6 (or 0xB43FC6) is known color: Medium Orchid. HEX triplet: B4, 3F and C6. RGB value is (180,63,198). Sum of RGB (Red+Green+Blue) = 180+63+198=441 (58% of max value = 765). Red value is 180 (70.70% from 255 or 40.82% from 441); Green value is 63 (25% from 255 or 14.29% from 441); Blue value is 198 (77.73% from 255 or 44.90% from 441); Max value from RGB is 198 - color contains mainly: blue. Hex color #B43FC6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B43FC6 is #4BC039. Grayscale: #707070. Windows color (decimal): -4964410 or 12992436. OLE color: 12992436.
HSL color Cylindrical-coordinate representation of color #B43FC6: hue angle of 292º degrees, saturation: 0.54, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #B43FC6 is Cyan = 0.09, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 180 | 63 | 198 | - |
| CMYK | 0.09 | 0.68 | 0 | 0.22 |
| HSL | 292º | 0.54% | 0.51% | - |
| HSV(B) | 292º | 0.68% | 0.78% | - |
| XYZ | 30.79 | 17.34 | 55.15 | - |
| YUV | 113.37 | 175.76 | 175.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 63 | 198 | 0.09 | 0.68 | 0 | 0.22 | 292 | 0.54 | 0.51 |
| Hex | B4 | 3F | C6 | 9 | 44 | 0 | 16 | 124 | 36 | 33 |
| Octal | 264 | 77 | 306 | 11 | 104 | 0 | 26 | 444 | 66 | 63 |
| Binary | 10110100 | 111111 | 11000110 | 1001 | 1000100 | 0 | 10110 | 100100100 | 110110 | 110011 |
Color Harmonies of #B43FC6
Complementary color
Monochromatic Colors of #B43FC6
Black with #B43FC6
Text Example
Text Example
White with #B43FC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B43FC6; }
p { color: rgb(180,63,198); }
H1.HeaderClassName
{
color: #B43FC6;
}
.AnyTagClassName
{
color: #B43FC6;
}
</style>
background-color css
<style>
a { background-color: #B43FC6; }
a { background-color: rgb(180,63,198); }
div.DivClassName
{
background-color: #B43FC6;
}
.BgClassName
{
background-color: #B43FC6;
}
</style>
border-color css
<style>
span { border-color: #B43FC6; }
span { border-color: rgb(180,63,198); }
td.TdClassName
{
border-color: #B43FC6;
}
.TagClassName
{
border-color: #B43FC6;
}
</style>