Shades of Medium Orchid #B43CDC
Tints of Medium Orchid #B43CDC
RGB
CMYK
RGB Variations
Color information
#B43CDC (or 0xB43CDC) is known color: Medium Orchid. HEX triplet: B4, 3C and DC. RGB value is (180,60,220). Sum of RGB (Red+Green+Blue) = 180+60+220=460 (60% of max value = 765). Red value is 180 (70.70% from 255 or 39.13% from 460); Green value is 60 (23.83% from 255 or 13.04% from 460); Blue value is 220 (86.33% from 255 or 47.83% from 460); Max value from RGB is 220 - color contains mainly: blue. Hex color #B43CDC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B43CDC is #4BC323. Grayscale: #717171. Windows color (decimal): -4965156 or 14433460. OLE color: 14433460.
HSL color Cylindrical-coordinate representation of color #B43CDC: hue angle of 285º degrees, saturation: 0.7, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #B43CDC is Cyan = 0.18, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 180 | 60 | 220 | - |
| CMYK | 0.18 | 0.73 | 0 | 0.14 |
| HSL | 285º | 0.7% | 0.55% | - |
| HSV(B) | 285º | 0.73% | 0.86% | - |
| XYZ | 33.36 | 18.1 | 69.45 | - |
| YUV | 114.12 | 187.76 | 174.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 60 | 220 | 0.18 | 0.73 | 0 | 0.14 | 285 | 0.7 | 0.55 |
| Hex | B4 | 3C | DC | 12 | 49 | 0 | E | 11D | 46 | 37 |
| Octal | 264 | 74 | 334 | 22 | 111 | 0 | 16 | 435 | 106 | 67 |
| Binary | 10110100 | 111100 | 11011100 | 10010 | 1001001 | 0 | 1110 | 100011101 | 1000110 | 110111 |
Color Harmonies of #B43CDC
Complementary color
Monochromatic Colors of #B43CDC
Black with #B43CDC
Text Example
Text Example
White with #B43CDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B43CDC; }
p { color: rgb(180,60,220); }
H1.HeaderClassName
{
color: #B43CDC;
}
.AnyTagClassName
{
color: #B43CDC;
}
</style>
background-color css
<style>
a { background-color: #B43CDC; }
a { background-color: rgb(180,60,220); }
div.DivClassName
{
background-color: #B43CDC;
}
.BgClassName
{
background-color: #B43CDC;
}
</style>
border-color css
<style>
span { border-color: #B43CDC; }
span { border-color: rgb(180,60,220); }
td.TdClassName
{
border-color: #B43CDC;
}
.TagClassName
{
border-color: #B43CDC;
}
</style>