Html Css Color HEX #B4387D Medium Red Violet

📋 copy color: '#B4387D'

red 180 ◦ green 56 ◦ blue 125

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

Shades of Medium Red Violet #B4387D

Tints of Medium Red Violet #B4387D

RGB

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

 GREEN value IS 56 (22.27% from 255) = 15.51%

 BLUE value IS 125 (49.22% from 255) = 34.63%

R = 49.86%
G = 15.51%
B = 34.63%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.31

 K value IS 0.29

RGB Variations

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

Color information

#B4387D (or 0xB4387D) is known color: Medium Red Violet. HEX triplet: B4, 38 and 7D. RGB value is (180,56,125). Sum of RGB (Red+Green+Blue) = 180+56+125=361 (47% of max value = 765). Red value is 180 (70.70% from 255 or 49.86% from 361); Green value is 56 (22.27% from 255 or 15.51% from 361); Blue value is 125 (49.22% from 255 or 34.63% from 361); Max value from RGB is 180 - color contains mainly: red. Hex color #B4387D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B4387D is #4BC782. Grayscale: #646464. Windows color (decimal): -4966275 or 8206516. OLE color: 8206516.

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

Color convert

RGB 180 56 125 -
CMYK 0 0.69 0.31 0.29
HSL 326.61º 0.53% 0.46% -
HSV(B) 326.61º 0.69% 0.71% -
XYZ 23.94 14.01 20.85 -
YUV 100.94 141.58 184.39 -
System Red Green Blue C M Y K H S L
Decimal 180 56 125 0 0.69 0.31 0.29 326.61 0.53 0.46
Hex B4 38 7D 0 45 1F 1D 147 35 2E
Octal 264 70 175 0 105 37 35 507 65 56
Binary 10110100 111000 1111101 0 1000101 11111 11101 101000111 110101 101110

Color Harmonies of #B4387D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4387D

Black with #B4387D

Text Example


Text Example

White with #B4387D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4387D; }

 p { color: rgb(180,56,125); }

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

background-color css

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

 a { background-color: rgb(180,56,125); }

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

border-color css

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

 span { border-color: rgb(180,56,125); }

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