Shades of Medium Orchid #B43ACD
Tints of Medium Orchid #B43ACD
RGB
CMYK
RGB Variations
Color information
#B43ACD (or 0xB43ACD) is known color: Medium Orchid. HEX triplet: B4, 3A and CD. RGB value is (180,58,205). Sum of RGB (Red+Green+Blue) = 180+58+205=443 (58% of max value = 765). Red value is 180 (70.70% from 255 or 40.63% from 443); Green value is 58 (23.05% from 255 or 13.09% from 443); Blue value is 205 (80.47% from 255 or 46.28% from 443); Max value from RGB is 205 - color contains mainly: blue. Hex color #B43ACD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B43ACD is #4BC532. Grayscale: #6E6E6E. Windows color (decimal): -4965683 or 13449908. OLE color: 13449908.
HSL color Cylindrical-coordinate representation of color #B43ACD: hue angle of 289.8º degrees, saturation: 0.6, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #B43ACD is Cyan = 0.12, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 180 | 58 | 205 | - |
| CMYK | 0.12 | 0.72 | 0 | 0.20 |
| HSL | 289.8º | 0.6% | 0.52% | - |
| HSV(B) | 289.8º | 0.72% | 0.8% | - |
| XYZ | 31.35 | 17.14 | 59.41 | - |
| YUV | 111.24 | 180.92 | 177.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 58 | 205 | 0.12 | 0.72 | 0 | 0.20 | 289.8 | 0.6 | 0.52 |
| Hex | B4 | 3A | CD | C | 48 | 0 | 14 | 122 | 3C | 34 |
| Octal | 264 | 72 | 315 | 14 | 110 | 0 | 24 | 442 | 74 | 64 |
| Binary | 10110100 | 111010 | 11001101 | 1100 | 1001000 | 0 | 10100 | 100100010 | 111100 | 110100 |
Color Harmonies of #B43ACD
Complementary color
Monochromatic Colors of #B43ACD
Black with #B43ACD
Text Example
Text Example
White with #B43ACD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B43ACD; }
p { color: rgb(180,58,205); }
H1.HeaderClassName
{
color: #B43ACD;
}
.AnyTagClassName
{
color: #B43ACD;
}
</style>
background-color css
<style>
a { background-color: #B43ACD; }
a { background-color: rgb(180,58,205); }
div.DivClassName
{
background-color: #B43ACD;
}
.BgClassName
{
background-color: #B43ACD;
}
</style>
border-color css
<style>
span { border-color: #B43ACD; }
span { border-color: rgb(180,58,205); }
td.TdClassName
{
border-color: #B43ACD;
}
.TagClassName
{
border-color: #B43ACD;
}
</style>