Shades of Medium Orchid #B43EDC
Tints of Medium Orchid #B43EDC
RGB
CMYK
RGB Variations
Color information
#B43EDC (or 0xB43EDC) is known color: Medium Orchid. HEX triplet: B4, 3E and DC. RGB value is (180,62,220). Sum of RGB (Red+Green+Blue) = 180+62+220=462 (61% of max value = 765). Red value is 180 (70.70% from 255 or 38.96% from 462); Green value is 62 (24.61% from 255 or 13.42% from 462); Blue value is 220 (86.33% from 255 or 47.62% from 462); Max value from RGB is 220 - color contains mainly: blue. Hex color #B43EDC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B43EDC is #4BC123. Grayscale: #727272. Windows color (decimal): -4964644 or 14433972. OLE color: 14433972.
HSL color Cylindrical-coordinate representation of color #B43EDC: hue angle of 284.81º degrees, saturation: 0.69, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #B43EDC is Cyan = 0.18, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 180 | 62 | 220 | - |
| CMYK | 0.18 | 0.72 | 0 | 0.14 |
| HSL | 284.81º | 0.69% | 0.55% | - |
| HSV(B) | 284.81º | 0.72% | 0.86% | - |
| XYZ | 33.46 | 18.32 | 69.48 | - |
| YUV | 115.29 | 187.09 | 174.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 62 | 220 | 0.18 | 0.72 | 0 | 0.14 | 284.81 | 0.69 | 0.55 |
| Hex | B4 | 3E | DC | 12 | 48 | 0 | E | 11D | 45 | 37 |
| Octal | 264 | 76 | 334 | 22 | 110 | 0 | 16 | 435 | 105 | 67 |
| Binary | 10110100 | 111110 | 11011100 | 10010 | 1001000 | 0 | 1110 | 100011101 | 1000101 | 110111 |
Color Harmonies of #B43EDC
Complementary color
Monochromatic Colors of #B43EDC
Black with #B43EDC
Text Example
Text Example
White with #B43EDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B43EDC; }
p { color: rgb(180,62,220); }
H1.HeaderClassName
{
color: #B43EDC;
}
.AnyTagClassName
{
color: #B43EDC;
}
</style>
background-color css
<style>
a { background-color: #B43EDC; }
a { background-color: rgb(180,62,220); }
div.DivClassName
{
background-color: #B43EDC;
}
.BgClassName
{
background-color: #B43EDC;
}
</style>
border-color css
<style>
span { border-color: #B43EDC; }
span { border-color: rgb(180,62,220); }
td.TdClassName
{
border-color: #B43EDC;
}
.TagClassName
{
border-color: #B43EDC;
}
</style>