#B4229B

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

Shades of Medium Red Violet #B4229B

Tints of Medium Red Violet #B4229B

Color information

#B4229B (or 0xB4229B) is unknown color: approx Medium Red Violet. HEX triplet: B4, 22 and 9B. RGB value is (180,34,155). Sum of RGB (Red+Green+Blue) = 180+34+155=369 (48% of max value = 765). Red value is 180 (70.70% from 255 or 48.78% from 369); Green value is 34 (13.67% from 255 or 9.21% from 369); Blue value is 155 (60.94% from 255 or 42.01% from 369); Max value from RGB is 180 - color contains mainly: red. Hex color #B4229B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B4229B is #4BDD64. Grayscale: #5B5B5B. Windows color (decimal): -4971877 or 10166964. OLE color: 10166964.

HSL color Cylindrical-coordinate representation of color #B4229B: hue angle of 310.27º degrees, saturation: 0.68, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #B4229B is Cyan = 0, Magento = 0.81, Yellow = 0.14 and Black (K on CMYK) = 0.29.

Color convert

RGB18034155-
CMYK00.810.140.29
HSL310.27º68.22%41.96%-
HSV(B)310.27º81.11%70.59%-
XYZ25.3113.2132.23-
YUV91.45163.87191.16-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 48.78%
GREEN value IS 34 (13.67% from 255) = 9.21%
BLUE value IS 155 (60.94% from 255) = 42.01%
R=48.78%
G=9.21%
B=42.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.14
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1803415500.810.140.29310.2768.2241.96
HexB4229B051E1D136442a
Octal264422330121163546610452
Binary1011010010001010011011010100011110111011001101101000100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4229B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4229B; }

 p { color: rgb(180,34,155); }

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

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

 a { background-color: rgb(180,34,155); }

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

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

 span { border-color: rgb(180,34,155); }

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