Shades of Medium Orchid #B43CC9
Tints of Medium Orchid #B43CC9
RGB
CMYK
RGB Variations
Color information
#B43CC9 (or 0xB43CC9) is known color: Medium Orchid. HEX triplet: B4, 3C and C9. RGB value is (180,60,201). Sum of RGB (Red+Green+Blue) = 180+60+201=441 (58% of max value = 765). Red value is 180 (70.70% from 255 or 40.82% from 441); Green value is 60 (23.83% from 255 or 13.61% from 441); Blue value is 201 (78.91% from 255 or 45.58% from 441); Max value from RGB is 201 - color contains mainly: blue. Hex color #B43CC9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B43CC9 is #4BC336. Grayscale: #6F6F6F. Windows color (decimal): -4965175 or 13188276. OLE color: 13188276.
HSL color Cylindrical-coordinate representation of color #B43CC9: hue angle of 291.06º degrees, saturation: 0.57, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #B43CC9 is Cyan = 0.10, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 180 | 60 | 201 | - |
| CMYK | 0.10 | 0.70 | 0 | 0.21 |
| HSL | 291.06º | 0.57% | 0.51% | - |
| HSV(B) | 291.06º | 0.7% | 0.79% | - |
| XYZ | 30.98 | 17.15 | 56.94 | - |
| YUV | 111.95 | 178.26 | 176.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 60 | 201 | 0.10 | 0.70 | 0 | 0.21 | 291.06 | 0.57 | 0.51 |
| Hex | B4 | 3C | C9 | A | 46 | 0 | 15 | 123 | 39 | 33 |
| Octal | 264 | 74 | 311 | 12 | 106 | 0 | 25 | 443 | 71 | 63 |
| Binary | 10110100 | 111100 | 11001001 | 1010 | 1000110 | 0 | 10101 | 100100011 | 111001 | 110011 |
Color Harmonies of #B43CC9
Complementary color
Monochromatic Colors of #B43CC9
Black with #B43CC9
Text Example
Text Example
White with #B43CC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B43CC9; }
p { color: rgb(180,60,201); }
H1.HeaderClassName
{
color: #B43CC9;
}
.AnyTagClassName
{
color: #B43CC9;
}
</style>
background-color css
<style>
a { background-color: #B43CC9; }
a { background-color: rgb(180,60,201); }
div.DivClassName
{
background-color: #B43CC9;
}
.BgClassName
{
background-color: #B43CC9;
}
</style>
border-color css
<style>
span { border-color: #B43CC9; }
span { border-color: rgb(180,60,201); }
td.TdClassName
{
border-color: #B43CC9;
}
.TagClassName
{
border-color: #B43CC9;
}
</style>