Html Css Color HEX #B4348D Medium Red Violet

📋 copy color: '#B4348D'

red 180 ◦ green 52 ◦ blue 141

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

Shades of Medium Red Violet #B4348D

Tints of Medium Red Violet #B4348D

RGB

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

 GREEN value IS 52 (20.7% from 255) = 13.94%

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

R = 48.26%
G = 13.94%
B = 37.8%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.22

 K value IS 0.29

RGB Variations

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

Color information

#B4348D (or 0xB4348D) is known color: Medium Red Violet. HEX triplet: B4, 34 and 8D. RGB value is (180,52,141). Sum of RGB (Red+Green+Blue) = 180+52+141=373 (49% of max value = 765). Red value is 180 (70.70% from 255 or 48.26% from 373); Green value is 52 (20.70% from 255 or 13.94% from 373); Blue value is 141 (55.47% from 255 or 37.80% from 373); Max value from RGB is 180 - color contains mainly: red. Hex color #B4348D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B4348D is #4BCB72. Grayscale: #646464. Windows color (decimal): -4967283 or 9254068. OLE color: 9254068.

HSL color Cylindrical-coordinate representation of color #B4348D: hue angle of 318.28º degrees, saturation: 0.55, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #B4348D is Cyan = 0, Magento = 0.71, Yellow = 0.22 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 52 141 -
CMYK 0 0.71 0.22 0.29
HSL 318.28º 0.55% 0.45% -
HSV(B) 318.28º 0.71% 0.71% -
XYZ 24.86 14.08 26.61 -
YUV 100.42 150.91 184.76 -
System Red Green Blue C M Y K H S L
Decimal 180 52 141 0 0.71 0.22 0.29 318.28 0.55 0.45
Hex B4 34 8D 0 47 16 1D 13E 37 2D
Octal 264 64 215 0 107 26 35 476 67 55
Binary 10110100 110100 10001101 0 1000111 10110 11101 100111110 110111 101101

Color Harmonies of #B4348D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4348D

Black with #B4348D

Text Example


Text Example

White with #B4348D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4348D; }

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

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

background-color css

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

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

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

border-color css

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

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

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