#B43ED1

Color #B43ED1 Medium Orchid (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Orchid #B43ED1

Tints of Medium Orchid #B43ED1

Color information

#B43ED1 (or 0xB43ED1) is unknown color: approx Medium Orchid. HEX triplet: B4, 3E and D1. RGB value is (180,62,209). Sum of RGB (Red+Green+Blue) = 180+62+209=451 (59% of max value = 765). Red value is 180 (70.70% from 255 or 39.91% from 451); Green value is 62 (24.61% from 255 or 13.75% from 451); Blue value is 209 (82.03% from 255 or 46.34% from 451); Max value from RGB is 209 - color contains mainly: blue. Hex color #B43ED1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B43ED1 is #4BC12E. Grayscale: #717171. Windows color (decimal): -4964655 or 13713076. OLE color: 13713076.

HSL color Cylindrical-coordinate representation of color #B43ED1: hue angle of 288.16º degrees, saturation: 0.62, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #B43ED1 is Cyan = 0.14, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB18062209-
CMYK0.140.7000.18
HSL288.16º61.51%53.14%-
HSV(B)288.16º70.33%81.96%-
XYZ32.0517.7562.06-
YUV114.04181.59175.05-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 180 (70.70% from 255) = 39.91%
GREEN value IS 62 (24.61% from 255) = 13.75%
BLUE value IS 209 (82.03% from 255) = 46.34%
R=39.91%
G=13.75%
B=46.34%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal180622090.140.7000.18288.1661.5153.14
HexB43ED1E460121203e35
Octal26476321161060224407665
Binary101101001111101101000111101000110010010100100000111110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B43ED1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B43ED1; }

 p { color: rgb(180,62,209); }

 H1.HeaderClassName
 {
   color: #B43ED1;
 }
 .AnyTagClassName
 {
   color: #B43ED1;
 }
</style>
background-color css

<style>
 a { background-color: #B43ED1; }

 a { background-color: rgb(180,62,209); }

 div.DivClassName
 {
   background-color: #B43ED1;
 }
 .BgClassName
 {
   background-color: #B43ED1;
 }
</style>
border-color css

<style>
 span { border-color: #B43ED1; }

 span { border-color: rgb(180,62,209); }

 td.TdClassName
 {
   border-color: #B43ED1;
 }
 .TagClassName
 {
   border-color: #B43ED1;
 }
</style>