#B34AC5

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

Shades of Medium Orchid #B34AC5

Tints of Medium Orchid #B34AC5

Color information

#B34AC5 (or 0xB34AC5) is unknown color: approx Medium Orchid. HEX triplet: B3, 4A and C5. RGB value is (179,74,197). Sum of RGB (Red+Green+Blue) = 179+74+197=450 (59% of max value = 765). Red value is 179 (70.31% from 255 or 39.78% from 450); Green value is 74 (29.30% from 255 or 16.44% from 450); Blue value is 197 (77.34% from 255 or 43.78% from 450); Max value from RGB is 197 - color contains mainly: blue. Hex color #B34AC5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B34AC5 is #4CB53A. Grayscale: #777777. Windows color (decimal): -5027131 or 12929715. OLE color: 12929715.

HSL color Cylindrical-coordinate representation of color #B34AC5: hue angle of 291.22º degrees, saturation: 0.51, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #B34AC5 is Cyan = 0.09, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB17974197-
CMYK0.090.6200.23
HSL291.22º51.46%53.14%-
HSV(B)291.22º62.44%77.25%-
XYZ31.1218.5154.76-
YUV119.42171.79170.5-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 39.78%
GREEN value IS 74 (29.30% from 255) = 16.44%
BLUE value IS 197 (77.34% from 255) = 43.78%
R=39.78%
G=16.44%
B=43.78%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal179741970.090.6200.23291.2251.4653.14
HexB34AC593E0171233335
Octal26311230511760274436365
Binary101100111001010110001011001111110010111100100011110011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B34AC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B34AC5; }

 p { color: rgb(179,74,197); }

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

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

 a { background-color: rgb(179,74,197); }

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

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

 span { border-color: rgb(179,74,197); }

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