#B4296E

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

Shades of Medium Red Violet #B4296E

Tints of Medium Red Violet #B4296E

Color information

#B4296E (or 0xB4296E) is unknown color: approx Medium Red Violet. HEX triplet: B4, 29 and 6E. RGB value is (180,41,110). Sum of RGB (Red+Green+Blue) = 180+41+110=331 (43% of max value = 765). Red value is 180 (70.70% from 255 or 54.38% from 331); Green value is 41 (16.41% from 255 or 12.39% from 331); Blue value is 110 (43.36% from 255 or 33.23% from 331); Max value from RGB is 180 - color contains mainly: red. Hex color #B4296E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B4296E is #4BD691. Grayscale: #5A5A5A. Windows color (decimal): -4970130 or 7219636. OLE color: 7219636.

HSL color Cylindrical-coordinate representation of color #B4296E: hue angle of 330.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 #B4296E is Cyan = 0, Magento = 0.77, Yellow = 0.39 and Black (K on CMYK) = 0.29.

Color convert

RGB18041110-
CMYK00.770.390.29
HSL330.22º62.9%43.33%-
HSV(B)330.22º77.22%70.59%-
XYZ22.4312.4115.97-
YUV90.43139.05191.89-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 54.38%
GREEN value IS 41 (16.41% from 255) = 12.39%
BLUE value IS 110 (43.36% from 255) = 33.23%
R=54.38%
G=12.39%
B=33.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.39
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1804111000.770.390.29330.2262.943.33
HexB4296E04D271D14a3f2b
Octal26451156011547355127753
Binary1011010010100111011100100110110011111101101001010111111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4296E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4296E; }

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

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

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

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

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

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

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

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