Html Css Color HEX #B4329D Medium Red Violet

📋 copy color: '#B4329D'

red 180 ◦ green 50 ◦ blue 157

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

Shades of Medium Red Violet #B4329D

Tints of Medium Red Violet #B4329D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 40.57%

R = 46.51%
G = 12.92%
B = 40.57%

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

#B4329D (or 0xB4329D) is known color: Medium Red Violet. HEX triplet: B4, 32 and 9D. RGB value is (180,50,157). Sum of RGB (Red+Green+Blue) = 180+50+157=387 (51% of max value = 765). Red value is 180 (70.70% from 255 or 46.51% from 387); Green value is 50 (19.92% from 255 or 12.92% from 387); Blue value is 157 (61.72% from 255 or 40.57% from 387); Max value from RGB is 180 - color contains mainly: red. Hex color #B4329D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B4329D is #4BCD62. Grayscale: #646464. Windows color (decimal): -4967779 or 10302132. OLE color: 10302132.

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

Color convert

RGB 180 50 157 -
CMYK 0 0.72 0.13 0.29
HSL 310.62º 0.57% 0.45% -
HSV(B) 310.62º 0.72% 0.71% -
XYZ 26.05 14.42 33.31 -
YUV 101.07 159.57 184.3 -
System Red Green Blue C M Y K H S L
Decimal 180 50 157 0 0.72 0.13 0.29 310.62 0.57 0.45
Hex B4 32 9D 0 48 D 1D 137 39 2D
Octal 264 62 235 0 110 15 35 467 71 55
Binary 10110100 110010 10011101 0 1001000 1101 11101 100110111 111001 101101

Color Harmonies of #B4329D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4329D

Black with #B4329D

Text Example


Text Example

White with #B4329D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4329D; }

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

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

background-color css

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

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

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

border-color css

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

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

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