#B34ACA

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

Shades of Medium Orchid #B34ACA

Tints of Medium Orchid #B34ACA

Color information

#B34ACA (or 0xB34ACA) is unknown color: approx Medium Orchid. HEX triplet: B3, 4A and CA. RGB value is (179,74,202). Sum of RGB (Red+Green+Blue) = 179+74+202=455 (60% of max value = 765). Red value is 179 (70.31% from 255 or 39.34% from 455); Green value is 74 (29.30% from 255 or 16.26% from 455); Blue value is 202 (79.30% from 255 or 44.40% from 455); Max value from RGB is 202 - color contains mainly: blue. Hex color #B34ACA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B34ACA is #4CB535. Grayscale: #777777. Windows color (decimal): -5027126 or 13257395. OLE color: 13257395.

HSL color Cylindrical-coordinate representation of color #B34ACA: hue angle of 289.22º degrees, saturation: 0.55, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #B34ACA is Cyan = 0.11, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB17974202-
CMYK0.110.6300.21
HSL289.22º54.7%54.12%-
HSV(B)289.22º63.37%79.22%-
XYZ31.718.7557.82-
YUV119.99174.29170.09-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 39.34%
GREEN value IS 74 (29.30% from 255) = 16.26%
BLUE value IS 202 (79.30% from 255) = 44.40%
R=39.34%
G=16.26%
B=44.40%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal179742020.110.6300.21289.2254.754.12
HexB34ACAB3F0151213736
Octal26311231213770254416766
Binary101100111001010110010101011111111010101100100001110111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B34ACA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B34ACA; }

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

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

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

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

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

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

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

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