Html Css Color HEX #B4398D Medium Red Violet

📋 copy color: '#B4398D'

red 180 ◦ green 57 ◦ blue 141

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

Shades of Medium Red Violet #B4398D

Tints of Medium Red Violet #B4398D

RGB

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

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

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

R = 47.62%
G = 15.08%
B = 37.3%

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

#B4398D (or 0xB4398D) is known color: Medium Red Violet. HEX triplet: B4, 39 and 8D. RGB value is (180,57,141). Sum of RGB (Red+Green+Blue) = 180+57+141=378 (50% of max value = 765). Red value is 180 (70.70% from 255 or 47.62% from 378); Green value is 57 (22.66% from 255 or 15.08% from 378); Blue value is 141 (55.47% from 255 or 37.30% from 378); Max value from RGB is 180 - color contains mainly: red. Hex color #B4398D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B4398D is #4BC672. Grayscale: #676767. Windows color (decimal): -4966003 or 9255348. OLE color: 9255348.

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

Color convert

RGB 180 57 141 -
CMYK 0 0.68 0.22 0.29
HSL 319.02º 0.52% 0.46% -
HSV(B) 319.02º 0.68% 0.71% -
XYZ 25.09 14.55 26.69 -
YUV 103.35 149.25 182.67 -
System Red Green Blue C M Y K H S L
Decimal 180 57 141 0 0.68 0.22 0.29 319.02 0.52 0.46
Hex B4 39 8D 0 44 16 1D 13F 34 2E
Octal 264 71 215 0 104 26 35 477 64 56
Binary 10110100 111001 10001101 0 1000100 10110 11101 100111111 110100 101110

Color Harmonies of #B4398D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4398D

Black with #B4398D

Text Example


Text Example

White with #B4398D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4398D; }

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

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

background-color css

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

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

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

border-color css

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

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

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