#B4338A

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

Shades of Medium Red Violet #B4338A

Tints of Medium Red Violet #B4338A

Color information

#B4338A (or 0xB4338A) is unknown color: approx Medium Red Violet. HEX triplet: B4, 33 and 8A. RGB value is (180,51,138). Sum of RGB (Red+Green+Blue) = 180+51+138=369 (48% of max value = 765). Red value is 180 (70.70% from 255 or 48.78% from 369); Green value is 51 (20.31% from 255 or 13.82% from 369); Blue value is 138 (54.30% from 255 or 37.40% from 369); Max value from RGB is 180 - color contains mainly: red. Hex color #B4338A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B4338A is #4BCC75. Grayscale: #636363. Windows color (decimal): -4967542 or 9057204. OLE color: 9057204.

HSL color Cylindrical-coordinate representation of color #B4338A: hue angle of 319.53º 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 #B4338A is Cyan = 0, Magento = 0.72, Yellow = 0.23 and Black (K on CMYK) = 0.29.

Color convert

RGB18051138-
CMYK00.720.230.29
HSL319.53º55.84%45.29%-
HSV(B)319.53º71.67%70.59%-
XYZ24.5913.9125.43-
YUV99.49149.74185.43-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 48.78%
GREEN value IS 51 (20.31% from 255) = 13.82%
BLUE value IS 138 (54.30% from 255) = 37.40%
R=48.78%
G=13.82%
B=37.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.23
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1805113800.720.230.29319.5355.8445.29
HexB4338A048171D140382d
Octal26463212011027355007055
Binary1011010011001110001010010010001011111101101000000111000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4338A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4338A; }

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

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

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

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

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

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

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

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