#B4299A

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

Shades of Medium Red Violet #B4299A

Tints of Medium Red Violet #B4299A

Color information

#B4299A (or 0xB4299A) is unknown color: approx Medium Red Violet. HEX triplet: B4, 29 and 9A. RGB value is (180,41,154). Sum of RGB (Red+Green+Blue) = 180+41+154=375 (49% of max value = 765). Red value is 180 (70.70% from 255 or 48% from 375); Green value is 41 (16.41% from 255 or 10.93% from 375); Blue value is 154 (60.55% from 255 or 41.07% from 375); Max value from RGB is 180 - color contains mainly: red. Hex color #B4299A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B4299A is #4BD665. Grayscale: #5F5F5F. Windows color (decimal): -4970086 or 10103220. OLE color: 10103220.

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

Color convert

RGB18041154-
CMYK00.770.140.29
HSL311.22º62.9%43.33%-
HSV(B)311.22º77.22%70.59%-
XYZ25.4513.6231.86-
YUV95.44161.05188.31-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 48%
GREEN value IS 41 (16.41% from 255) = 10.93%
BLUE value IS 154 (60.55% from 255) = 41.07%
R=48%
G=10.93%
B=41.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.14
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1804115400.770.140.29311.2262.943.33
HexB4299A04DE1D1373f2b
Octal26451232011516354677753
Binary101101001010011001101001001101111011101100110111111111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4299A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4299A; }

 p { color: rgb(180,41,154); }

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

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

 a { background-color: rgb(180,41,154); }

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

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

 span { border-color: rgb(180,41,154); }

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