Html Css Color HEX #B4328B Medium Red Violet

📋 copy color: '#B4328B'

red 180 ◦ green 50 ◦ blue 139

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

Shades of Medium Red Violet #B4328B

Tints of Medium Red Violet #B4328B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 37.67%

R = 48.78%
G = 13.55%
B = 37.67%

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

#B4328B (or 0xB4328B) is known color: Medium Red Violet. HEX triplet: B4, 32 and 8B. RGB value is (180,50,139). Sum of RGB (Red+Green+Blue) = 180+50+139=369 (48% of max value = 765). Red value is 180 (70.70% from 255 or 48.78% from 369); Green value is 50 (19.92% from 255 or 13.55% from 369); Blue value is 139 (54.69% from 255 or 37.67% from 369); Max value from RGB is 180 - color contains mainly: red. Hex color #B4328B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B4328B is #4BCD74. Grayscale: #626262. Windows color (decimal): -4967797 or 9122484. OLE color: 9122484.

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

Color convert

RGB 180 50 139 -
CMYK 0 0.72 0.23 0.29
HSL 318.92º 0.57% 0.45% -
HSV(B) 318.92º 0.72% 0.71% -
XYZ 24.62 13.85 25.8 -
YUV 99.02 150.57 185.76 -
System Red Green Blue C M Y K H S L
Decimal 180 50 139 0 0.72 0.23 0.29 318.92 0.57 0.45
Hex B4 32 8B 0 48 17 1D 13F 39 2D
Octal 264 62 213 0 110 27 35 477 71 55
Binary 10110100 110010 10001011 0 1001000 10111 11101 100111111 111001 101101

Color Harmonies of #B4328B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4328B

Black with #B4328B

Text Example


Text Example

White with #B4328B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4328B; }

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

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

background-color css

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

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

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

border-color css

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

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

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