Html Css Color HEX #B4398C Medium Red Violet

📋 copy color: '#B4398C'

red 180 ◦ green 57 ◦ blue 140

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

Shades of Medium Red Violet #B4398C

Tints of Medium Red Violet #B4398C

RGB

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

 GREEN value IS 57 (22.66% from 255) = 15.12%

 BLUE value IS 140 (55.08% from 255) = 37.14%

R = 47.75%
G = 15.12%
B = 37.14%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.22

 K value IS 0.29

RGB Variations

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

Color information

#B4398C (or 0xB4398C) is known color: Medium Red Violet. HEX triplet: B4, 39 and 8C. RGB value is (180,57,140). Sum of RGB (Red+Green+Blue) = 180+57+140=377 (49% of max value = 765). Red value is 180 (70.70% from 255 or 47.75% from 377); Green value is 57 (22.66% from 255 or 15.12% from 377); Blue value is 140 (55.08% from 255 or 37.14% from 377); Max value from RGB is 180 - color contains mainly: red. Hex color #B4398C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B4398C is #4BC673. Grayscale: #676767. Windows color (decimal): -4966004 or 9189812. OLE color: 9189812.

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

Color convert

RGB 180 57 140 -
CMYK 0 0.68 0.22 0.29
HSL 319.51º 0.52% 0.46% -
HSV(B) 319.51º 0.68% 0.71% -
XYZ 25.02 14.52 26.3 -
YUV 103.24 148.75 182.75 -
System Red Green Blue C M Y K H S L
Decimal 180 57 140 0 0.68 0.22 0.29 319.51 0.52 0.46
Hex B4 39 8C 0 44 16 1D 140 34 2E
Octal 264 71 214 0 104 26 35 500 64 56
Binary 10110100 111001 10001100 0 1000100 10110 11101 101000000 110100 101110

Color Harmonies of #B4398C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4398C

Black with #B4398C

Text Example


Text Example

White with #B4398C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4398C; }

 p { color: rgb(180,57,140); }

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

background-color css

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

 a { background-color: rgb(180,57,140); }

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

border-color css

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

 span { border-color: rgb(180,57,140); }

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