#b43ed9

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

Shades of Medium Orchid #B43ED9

Tints of Medium Orchid #B43ED9

Color information

#B43ED9 (or 0xB43ED9) is unknown color: approx Medium Orchid. HEX triplet: B4, 3E and D9. RGB value is (180,62,217). Sum of RGB (Red+Green+Blue) = 180+62+217=459 (60% of max value = 765). Red value is 180 (70.70% from 255 or 39.22% from 459); Green value is 62 (24.61% from 255 or 13.51% from 459); Blue value is 217 (85.16% from 255 or 47.28% from 459); Max value from RGB is 217 - color contains mainly: blue. Hex color #B43ED9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B43ED9 is #4BC126. Grayscale: #727272. Windows color (decimal): -4964647 or 14237364. OLE color: 14237364.

HSL color Cylindrical-coordinate representation of color #B43ED9: hue angle of 285.68º degrees, saturation: 0.67, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #B43ED9 is Cyan = 0.17, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB18062217-
CMYK0.170.7100.15
HSL285.68º67.1%54.71%-
HSV(B)285.68º71.43%85.1%-
XYZ33.0718.1667.41-
YUV114.95185.59174.4-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 39.22%
GREEN value IS 62 (24.61% from 255) = 13.51%
BLUE value IS 217 (85.16% from 255) = 47.28%
R=39.22%
G=13.51%
B=47.28%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal180622170.170.7100.15285.6867.154.71
HexB43ED911470F11e4337
Octal264763312110701743610367
Binary1011010011111011011001100011000111011111000111101000011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b43ed9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b43ed9; }

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

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

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

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

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

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

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

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