Html Css Color HEX #B4329B Medium Red Violet

📋 copy color: '#B4329B'

red 180 ◦ green 50 ◦ blue 155

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

Shades of Medium Red Violet #B4329B

Tints of Medium Red Violet #B4329B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 40.26%

R = 46.75%
G = 12.99%
B = 40.26%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.14

 K value IS 0.29

RGB Variations

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

Color information

#B4329B (or 0xB4329B) is known color: Medium Red Violet. HEX triplet: B4, 32 and 9B. RGB value is (180,50,155). Sum of RGB (Red+Green+Blue) = 180+50+155=385 (50% of max value = 765). Red value is 180 (70.70% from 255 or 46.75% from 385); Green value is 50 (19.92% from 255 or 12.99% from 385); Blue value is 155 (60.94% from 255 or 40.26% from 385); Max value from RGB is 180 - color contains mainly: red. Hex color #B4329B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B4329B is #4BCD64. Grayscale: #646464. Windows color (decimal): -4967781 or 10171060. OLE color: 10171060.

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

Color convert

RGB 180 50 155 -
CMYK 0 0.72 0.14 0.29
HSL 311.54º 0.57% 0.45% -
HSV(B) 311.54º 0.72% 0.71% -
XYZ 25.88 14.35 32.42 -
YUV 100.84 158.57 184.46 -
System Red Green Blue C M Y K H S L
Decimal 180 50 155 0 0.72 0.14 0.29 311.54 0.57 0.45
Hex B4 32 9B 0 48 E 1D 138 39 2D
Octal 264 62 233 0 110 16 35 470 71 55
Binary 10110100 110010 10011011 0 1001000 1110 11101 100111000 111001 101101

Color Harmonies of #B4329B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4329B

Black with #B4329B

Text Example


Text Example

White with #B4329B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4329B; }

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

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

background-color css

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

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

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

border-color css

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

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

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