#b34ed1

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

Shades of Medium Orchid #B34ED1

Tints of Medium Orchid #B34ED1

Color information

#B34ED1 (or 0xB34ED1) is unknown color: approx Medium Orchid. HEX triplet: B3, 4E and D1. RGB value is (179,78,209). Sum of RGB (Red+Green+Blue) = 179+78+209=466 (61% of max value = 765). Red value is 179 (70.31% from 255 or 38.41% from 466); Green value is 78 (30.86% from 255 or 16.74% from 466); Blue value is 209 (82.03% from 255 or 44.85% from 466); Max value from RGB is 209 - color contains mainly: blue. Hex color #B34ED1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B34ED1 is #4CB12E. Grayscale: #7A7A7A. Windows color (decimal): -5026095 or 13717171. OLE color: 13717171.

HSL color Cylindrical-coordinate representation of color #B34ED1: hue angle of 286.26º degrees, saturation: 0.59, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #B34ED1 is Cyan = 0.14, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB17978209-
CMYK0.140.6300.18
HSL286.26º58.74%56.27%-
HSV(B)286.26º62.68%81.96%-
XYZ32.8219.6462.38-
YUV123.13176.46167.85-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 38.41%
GREEN value IS 78 (30.86% from 255) = 16.74%
BLUE value IS 209 (82.03% from 255) = 44.85%
R=38.41%
G=16.74%
B=44.85%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal179782090.140.6300.18286.2658.7456.27
HexB34ED1E3F01211e3b38
Octal26311632116770224367370
Binary101100111001110110100011110111111010010100011110111011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b34ed1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b34ed1; }

 p { color: rgb(179,78,209); }

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

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

 a { background-color: rgb(179,78,209); }

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

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

 span { border-color: rgb(179,78,209); }

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