#B4337E

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

Shades of Medium Red Violet #B4337E

Tints of Medium Red Violet #B4337E

Color information

#B4337E (or 0xB4337E) is unknown color: approx Medium Red Violet. HEX triplet: B4, 33 and 7E. RGB value is (180,51,126). Sum of RGB (Red+Green+Blue) = 180+51+126=357 (47% of max value = 765). Red value is 180 (70.70% from 255 or 50.42% from 357); Green value is 51 (20.31% from 255 or 14.29% from 357); Blue value is 126 (49.61% from 255 or 35.29% from 357); Max value from RGB is 180 - color contains mainly: red. Hex color #B4337E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B4337E is #4BCC81. Grayscale: #616161. Windows color (decimal): -4967554 or 8270772. OLE color: 8270772.

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

Color convert

RGB18051126-
CMYK00.720.30.29
HSL325.12º55.84%45.29%-
HSV(B)325.12º71.67%70.59%-
XYZ23.7713.5821.11-
YUV98.12143.74186.4-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 50.42%
GREEN value IS 51 (20.31% from 255) = 14.29%
BLUE value IS 126 (49.61% from 255) = 35.29%
R=50.42%
G=14.29%
B=35.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.3
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1805112600.720.30.29325.1255.8445.29
HexB4337E0481E1D145382d
Octal26463176011036355057055
Binary101101001100111111110010010001111011101101000101111000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4337E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4337E; }

 p { color: rgb(180,51,126); }

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

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

 a { background-color: rgb(180,51,126); }

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

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

 span { border-color: rgb(180,51,126); }

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