Shades of Medium Orchid #B43DCD
Tints of Medium Orchid #B43DCD
RGB
CMYK
RGB Variations
Color information
#B43DCD (or 0xB43DCD) is known color: Medium Orchid. HEX triplet: B4, 3D and CD. RGB value is (180,61,205). Sum of RGB (Red+Green+Blue) = 180+61+205=446 (59% of max value = 765). Red value is 180 (70.70% from 255 or 40.36% from 446); Green value is 61 (24.22% from 255 or 13.68% from 446); Blue value is 205 (80.47% from 255 or 45.96% from 446); Max value from RGB is 205 - color contains mainly: blue. Hex color #B43DCD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B43DCD is #4BC232. Grayscale: #707070. Windows color (decimal): -4964915 or 13450676. OLE color: 13450676.
HSL color Cylindrical-coordinate representation of color #B43DCD: hue angle of 289.58º degrees, saturation: 0.59, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #B43DCD is Cyan = 0.12, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 180 | 61 | 205 | - |
| CMYK | 0.12 | 0.70 | 0 | 0.20 |
| HSL | 289.58º | 0.59% | 0.52% | - |
| HSV(B) | 289.58º | 0.7% | 0.8% | - |
| XYZ | 31.51 | 17.45 | 59.46 | - |
| YUV | 113 | 179.92 | 175.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 61 | 205 | 0.12 | 0.70 | 0 | 0.20 | 289.58 | 0.59 | 0.52 |
| Hex | B4 | 3D | CD | C | 46 | 0 | 14 | 122 | 3B | 34 |
| Octal | 264 | 75 | 315 | 14 | 106 | 0 | 24 | 442 | 73 | 64 |
| Binary | 10110100 | 111101 | 11001101 | 1100 | 1000110 | 0 | 10100 | 100100010 | 111011 | 110100 |
Color Harmonies of #B43DCD
Complementary color
Monochromatic Colors of #B43DCD
Black with #B43DCD
Text Example
Text Example
White with #B43DCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B43DCD; }
p { color: rgb(180,61,205); }
H1.HeaderClassName
{
color: #B43DCD;
}
.AnyTagClassName
{
color: #B43DCD;
}
</style>
background-color css
<style>
a { background-color: #B43DCD; }
a { background-color: rgb(180,61,205); }
div.DivClassName
{
background-color: #B43DCD;
}
.BgClassName
{
background-color: #B43DCD;
}
</style>
border-color css
<style>
span { border-color: #B43DCD; }
span { border-color: rgb(180,61,205); }
td.TdClassName
{
border-color: #B43DCD;
}
.TagClassName
{
border-color: #B43DCD;
}
</style>