#B434A6

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

Shades of Medium Red Violet #B434A6

Tints of Medium Red Violet #B434A6

Color information

#B434A6 (or 0xB434A6) is unknown color: approx Medium Red Violet. HEX triplet: B4, 34 and A6. RGB value is (180,52,166). Sum of RGB (Red+Green+Blue) = 180+52+166=398 (52% of max value = 765). Red value is 180 (70.70% from 255 or 45.23% from 398); Green value is 52 (20.70% from 255 or 13.07% from 398); Blue value is 166 (65.23% from 255 or 41.71% from 398); Max value from RGB is 180 - color contains mainly: red. Hex color #B434A6 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B434A6 is #4BCB59. Grayscale: #666666. Windows color (decimal): -4967258 or 10892468. OLE color: 10892468.

HSL color Cylindrical-coordinate representation of color #B434A6: hue angle of 306.56º degrees, saturation: 0.55, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #B434A6 is Cyan = 0, Magento = 0.71, Yellow = 0.08 and Black (K on CMYK) = 0.29.

Color convert

RGB18052166-
CMYK00.710.080.29
HSL306.56º55.17%45.49%-
HSV(B)306.56º71.11%70.59%-
XYZ26.9314.9137.54-
YUV103.27163.41182.73-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 45.23%
GREEN value IS 52 (20.70% from 255) = 13.07%
BLUE value IS 166 (65.23% from 255) = 41.71%
R=45.23%
G=13.07%
B=41.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.08
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1805216600.710.080.29306.5655.1745.49
HexB434A604781D133372d
Octal26464246010710354636755
Binary101101001101001010011001000111100011101100110011110111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B434A6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B434A6; }

 p { color: rgb(180,52,166); }

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

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

 a { background-color: rgb(180,52,166); }

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

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

 span { border-color: rgb(180,52,166); }

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