Html Css Color HEX #B4328D Medium Red Violet

📋 copy color: '#B4328D'

red 180 ◦ green 50 ◦ blue 141

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

Shades of Medium Red Violet #B4328D

Tints of Medium Red Violet #B4328D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 38.01%

R = 48.52%
G = 13.48%
B = 38.01%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.22

 K value IS 0.29

RGB Variations

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

Color information

#B4328D (or 0xB4328D) is known color: Medium Red Violet. HEX triplet: B4, 32 and 8D. RGB value is (180,50,141). Sum of RGB (Red+Green+Blue) = 180+50+141=371 (49% of max value = 765). Red value is 180 (70.70% from 255 or 48.52% from 371); Green value is 50 (19.92% from 255 or 13.48% from 371); Blue value is 141 (55.47% from 255 or 38.01% from 371); Max value from RGB is 180 - color contains mainly: red. Hex color #B4328D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B4328D is #4BCD72. Grayscale: #636363. Windows color (decimal): -4967795 or 9253556. OLE color: 9253556.

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

Color convert

RGB 180 50 141 -
CMYK 0 0.72 0.22 0.29
HSL 318º 0.57% 0.45% -
HSV(B) 318º 0.72% 0.71% -
XYZ 24.77 13.91 26.58 -
YUV 99.24 151.57 185.6 -
System Red Green Blue C M Y K H S L
Decimal 180 50 141 0 0.72 0.22 0.29 318 0.57 0.45
Hex B4 32 8D 0 48 16 1D 13E 39 2D
Octal 264 62 215 0 110 26 35 476 71 55
Binary 10110100 110010 10001101 0 1001000 10110 11101 100111110 111001 101101

Color Harmonies of #B4328D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4328D

Black with #B4328D

Text Example


Text Example

White with #B4328D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4328D; }

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

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

background-color css

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

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

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

border-color css

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

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

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