Shades of Medium Orchid #B43CDA
Tints of Medium Orchid #B43CDA
RGB
CMYK
RGB Variations
Color information
#B43CDA (or 0xB43CDA) is known color: Medium Orchid. HEX triplet: B4, 3C and DA. RGB value is (180,60,218). Sum of RGB (Red+Green+Blue) = 180+60+218=458 (60% of max value = 765). Red value is 180 (70.70% from 255 or 39.30% from 458); Green value is 60 (23.83% from 255 or 13.10% from 458); Blue value is 218 (85.55% from 255 or 47.60% from 458); Max value from RGB is 218 - color contains mainly: blue. Hex color #B43CDA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B43CDA is #4BC325. Grayscale: #717171. Windows color (decimal): -4965158 or 14302388. OLE color: 14302388.
HSL color Cylindrical-coordinate representation of color #B43CDA: hue angle of 285.57º degrees, saturation: 0.68, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #B43CDA is Cyan = 0.17, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 180 | 60 | 218 | - |
| CMYK | 0.17 | 0.72 | 0 | 0.15 |
| HSL | 285.57º | 0.68% | 0.55% | - |
| HSV(B) | 285.57º | 0.72% | 0.85% | - |
| XYZ | 33.09 | 18 | 68.06 | - |
| YUV | 113.89 | 186.76 | 175.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 60 | 218 | 0.17 | 0.72 | 0 | 0.15 | 285.57 | 0.68 | 0.55 |
| Hex | B4 | 3C | DA | 11 | 48 | 0 | F | 11E | 44 | 37 |
| Octal | 264 | 74 | 332 | 21 | 110 | 0 | 17 | 436 | 104 | 67 |
| Binary | 10110100 | 111100 | 11011010 | 10001 | 1001000 | 0 | 1111 | 100011110 | 1000100 | 110111 |
Color Harmonies of #B43CDA
Complementary color
Monochromatic Colors of #B43CDA
Black with #B43CDA
Text Example
Text Example
White with #B43CDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B43CDA; }
p { color: rgb(180,60,218); }
H1.HeaderClassName
{
color: #B43CDA;
}
.AnyTagClassName
{
color: #B43CDA;
}
</style>
background-color css
<style>
a { background-color: #B43CDA; }
a { background-color: rgb(180,60,218); }
div.DivClassName
{
background-color: #B43CDA;
}
.BgClassName
{
background-color: #B43CDA;
}
</style>
border-color css
<style>
span { border-color: #B43CDA; }
span { border-color: rgb(180,60,218); }
td.TdClassName
{
border-color: #B43CDA;
}
.TagClassName
{
border-color: #B43CDA;
}
</style>