Shades of Medium Orchid #B43CDE
Tints of Medium Orchid #B43CDE
RGB
CMYK
RGB Variations
Color information
#B43CDE (or 0xB43CDE) is known color: Medium Orchid. HEX triplet: B4, 3C and DE. RGB value is (180,60,222). Sum of RGB (Red+Green+Blue) = 180+60+222=462 (61% of max value = 765). Red value is 180 (70.70% from 255 or 38.96% from 462); Green value is 60 (23.83% from 255 or 12.99% from 462); Blue value is 222 (87.11% from 255 or 48.05% from 462); Max value from RGB is 222 - color contains mainly: blue. Hex color #B43CDE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B43CDE is #4BC321. Grayscale: #717171. Windows color (decimal): -4965154 or 14564532. OLE color: 14564532.
HSL color Cylindrical-coordinate representation of color #B43CDE: hue angle of 284.44º degrees, saturation: 0.71, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #B43CDE is Cyan = 0.19, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 180 | 60 | 222 | - |
| CMYK | 0.19 | 0.73 | 0 | 0.13 |
| HSL | 284.44º | 0.71% | 0.55% | - |
| HSV(B) | 284.44º | 0.73% | 0.87% | - |
| XYZ | 33.62 | 18.21 | 70.85 | - |
| YUV | 114.35 | 188.76 | 174.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 60 | 222 | 0.19 | 0.73 | 0 | 0.13 | 284.44 | 0.71 | 0.55 |
| Hex | B4 | 3C | DE | 13 | 49 | 0 | D | 11C | 47 | 37 |
| Octal | 264 | 74 | 336 | 23 | 111 | 0 | 15 | 434 | 107 | 67 |
| Binary | 10110100 | 111100 | 11011110 | 10011 | 1001001 | 0 | 1101 | 100011100 | 1000111 | 110111 |
Color Harmonies of #B43CDE
Complementary color
Monochromatic Colors of #B43CDE
Black with #B43CDE
Text Example
Text Example
White with #B43CDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B43CDE; }
p { color: rgb(180,60,222); }
H1.HeaderClassName
{
color: #B43CDE;
}
.AnyTagClassName
{
color: #B43CDE;
}
</style>
background-color css
<style>
a { background-color: #B43CDE; }
a { background-color: rgb(180,60,222); }
div.DivClassName
{
background-color: #B43CDE;
}
.BgClassName
{
background-color: #B43CDE;
}
</style>
border-color css
<style>
span { border-color: #B43CDE; }
span { border-color: rgb(180,60,222); }
td.TdClassName
{
border-color: #B43CDE;
}
.TagClassName
{
border-color: #B43CDE;
}
</style>