#B34EE5

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

Shades of Medium Orchid #B34EE5

Tints of Medium Orchid #B34EE5

Color information

#B34EE5 (or 0xB34EE5) is unknown color: approx Medium Orchid. HEX triplet: B3, 4E and E5. RGB value is (179,78,229). Sum of RGB (Red+Green+Blue) = 179+78+229=486 (64% of max value = 765). Red value is 179 (70.31% from 255 or 36.83% from 486); Green value is 78 (30.86% from 255 or 16.05% from 486); Blue value is 229 (89.84% from 255 or 47.12% from 486); Max value from RGB is 229 - color contains mainly: blue. Hex color #B34EE5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B34EE5 is #4CB11A. Grayscale: #7C7C7C. Windows color (decimal): -5026075 or 15027891. OLE color: 15027891.

HSL color Cylindrical-coordinate representation of color #B34EE5: hue angle of 280.13º degrees, saturation: 0.74, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #B34EE5 is Cyan = 0.22, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB17978229-
CMYK0.220.6600.10
HSL280.13º74.38%60.2%-
HSV(B)280.13º65.94%89.8%-
XYZ35.4620.6976.25-
YUV125.41186.46166.22-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 36.83%
GREEN value IS 78 (30.86% from 255) = 16.05%
BLUE value IS 229 (89.84% from 255) = 47.12%
R=36.83%
G=16.05%
B=47.12%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal179782290.220.6600.10280.1374.3860.2
HexB34EE516420A1184a3c
Octal2631163452610201243011274
Binary10110011100111011100101101101000010010101000110001001010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B34EE5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B34EE5; }

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

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

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

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

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

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

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

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