Shades of Medium Orchid #B43AD3
Tints of Medium Orchid #B43AD3
RGB
CMYK
RGB Variations
Color information
#B43AD3 (or 0xB43AD3) is known color: Medium Orchid. HEX triplet: B4, 3A and D3. RGB value is (180,58,211). Sum of RGB (Red+Green+Blue) = 180+58+211=449 (59% of max value = 765). Red value is 180 (70.70% from 255 or 40.09% from 449); Green value is 58 (23.05% from 255 or 12.92% from 449); Blue value is 211 (82.81% from 255 or 46.99% from 449); Max value from RGB is 211 - color contains mainly: blue. Hex color #B43AD3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B43AD3 is #4BC52C. Grayscale: #6F6F6F. Windows color (decimal): -4965677 or 13843124. OLE color: 13843124.
HSL color Cylindrical-coordinate representation of color #B43AD3: hue angle of 287.84º degrees, saturation: 0.63, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #B43AD3 is Cyan = 0.15, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 180 | 58 | 211 | - |
| CMYK | 0.15 | 0.73 | 0 | 0.17 |
| HSL | 287.84º | 0.63% | 0.53% | - |
| HSV(B) | 287.84º | 0.73% | 0.83% | - |
| XYZ | 32.09 | 17.43 | 63.3 | - |
| YUV | 111.92 | 183.92 | 176.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 58 | 211 | 0.15 | 0.73 | 0 | 0.17 | 287.84 | 0.63 | 0.53 |
| Hex | B4 | 3A | D3 | F | 49 | 0 | 11 | 120 | 3F | 35 |
| Octal | 264 | 72 | 323 | 17 | 111 | 0 | 21 | 440 | 77 | 65 |
| Binary | 10110100 | 111010 | 11010011 | 1111 | 1001001 | 0 | 10001 | 100100000 | 111111 | 110101 |
Color Harmonies of #B43AD3
Complementary color
Monochromatic Colors of #B43AD3
Black with #B43AD3
Text Example
Text Example
White with #B43AD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B43AD3; }
p { color: rgb(180,58,211); }
H1.HeaderClassName
{
color: #B43AD3;
}
.AnyTagClassName
{
color: #B43AD3;
}
</style>
background-color css
<style>
a { background-color: #B43AD3; }
a { background-color: rgb(180,58,211); }
div.DivClassName
{
background-color: #B43AD3;
}
.BgClassName
{
background-color: #B43AD3;
}
</style>
border-color css
<style>
span { border-color: #B43AD3; }
span { border-color: rgb(180,58,211); }
td.TdClassName
{
border-color: #B43AD3;
}
.TagClassName
{
border-color: #B43AD3;
}
</style>