Html Css Color HEX #B4329C Medium Red Violet

📋 copy color: '#B4329C'

red 180 ◦ green 50 ◦ blue 156

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

Shades of Medium Red Violet #B4329C

Tints of Medium Red Violet #B4329C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 40.41%

R = 46.63%
G = 12.95%
B = 40.41%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.13

 K value IS 0.29

RGB Variations

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

Color information

#B4329C (or 0xB4329C) is known color: Medium Red Violet. HEX triplet: B4, 32 and 9C. RGB value is (180,50,156). Sum of RGB (Red+Green+Blue) = 180+50+156=386 (51% of max value = 765). Red value is 180 (70.70% from 255 or 46.63% from 386); Green value is 50 (19.92% from 255 or 12.95% from 386); Blue value is 156 (61.33% from 255 or 40.41% from 386); Max value from RGB is 180 - color contains mainly: red. Hex color #B4329C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B4329C is #4BCD63. Grayscale: #646464. Windows color (decimal): -4967780 or 10236596. OLE color: 10236596.

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

Color convert

RGB 180 50 156 -
CMYK 0 0.72 0.13 0.29
HSL 311.08º 0.57% 0.45% -
HSV(B) 311.08º 0.72% 0.71% -
XYZ 25.96 14.38 32.86 -
YUV 100.95 159.07 184.38 -
System Red Green Blue C M Y K H S L
Decimal 180 50 156 0 0.72 0.13 0.29 311.08 0.57 0.45
Hex B4 32 9C 0 48 D 1D 137 39 2D
Octal 264 62 234 0 110 15 35 467 71 55
Binary 10110100 110010 10011100 0 1001000 1101 11101 100110111 111001 101101

Color Harmonies of #B4329C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4329C

Black with #B4329C

Text Example


Text Example

White with #B4329C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4329C; }

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

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

background-color css

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

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

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

border-color css

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

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

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