Html Css Color HEX #B4328A Medium Red Violet

📋 copy color: '#B4328A'

red 180 ◦ green 50 ◦ blue 138

#B4328A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Medium Red Violet #B4328A

Tints of Medium Red Violet #B4328A

RGB

 RED value IS 180 (70.7% from 255) = 48.91%

 GREEN value IS 50 (19.92% from 255) = 13.59%

 BLUE value IS 138 (54.3% from 255) = 37.5%

R = 48.91%
G = 13.59%
B = 37.5%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.23

 K value IS 0.29

RGB Variations

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

Color information

#B4328A (or 0xB4328A) is known color: Medium Red Violet. HEX triplet: B4, 32 and 8A. RGB value is (180,50,138). Sum of RGB (Red+Green+Blue) = 180+50+138=368 (48% of max value = 765). Red value is 180 (70.70% from 255 or 48.91% from 368); Green value is 50 (19.92% from 255 or 13.59% from 368); Blue value is 138 (54.30% from 255 or 37.5% from 368); Max value from RGB is 180 - color contains mainly: red. Hex color #B4328A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B4328A is #4BCD75. Grayscale: #626262. Windows color (decimal): -4967798 or 9056948. OLE color: 9056948.

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

Color convert

RGB 180 50 138 -
CMYK 0 0.72 0.23 0.29
HSL 319.38º 0.57% 0.45% -
HSV(B) 319.38º 0.72% 0.71% -
XYZ 24.55 13.82 25.42 -
YUV 98.9 150.07 185.84 -
System Red Green Blue C M Y K H S L
Decimal 180 50 138 0 0.72 0.23 0.29 319.38 0.57 0.45
Hex B4 32 8A 0 48 17 1D 13F 39 2D
Octal 264 62 212 0 110 27 35 477 71 55
Binary 10110100 110010 10001010 0 1001000 10111 11101 100111111 111001 101101

Color Harmonies of #B4328A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4328A

Black with #B4328A

Text Example


Text Example

White with #B4328A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4328A; }

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

 H1.HeaderClassName
 {
   color: #B4328A;
 }
 .AnyTagClassName
 {
   color: #B4328A;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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