Html Css Color HEX #B4378F Medium Red Violet

📋 copy color: '#B4378F'

red 180 ◦ green 55 ◦ blue 143

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

Shades of Medium Red Violet #B4378F

Tints of Medium Red Violet #B4378F

RGB

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

 GREEN value IS 55 (21.88% from 255) = 14.55%

 BLUE value IS 143 (56.25% from 255) = 37.83%

R = 47.62%
G = 14.55%
B = 37.83%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.21

 K value IS 0.29

RGB Variations

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

Color information

#B4378F (or 0xB4378F) is known color: Medium Red Violet. HEX triplet: B4, 37 and 8F. RGB value is (180,55,143). Sum of RGB (Red+Green+Blue) = 180+55+143=378 (50% of max value = 765). Red value is 180 (70.70% from 255 or 47.62% from 378); Green value is 55 (21.88% from 255 or 14.55% from 378); Blue value is 143 (56.25% from 255 or 37.83% from 378); Max value from RGB is 180 - color contains mainly: red. Hex color #B4378F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B4378F is #4BC870. Grayscale: #666666. Windows color (decimal): -4966513 or 9385908. OLE color: 9385908.

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

Color convert

RGB 180 55 143 -
CMYK 0 0.69 0.21 0.29
HSL 317.76º 0.53% 0.46% -
HSV(B) 317.76º 0.69% 0.71% -
XYZ 25.15 14.42 27.44 -
YUV 102.41 150.91 183.34 -
System Red Green Blue C M Y K H S L
Decimal 180 55 143 0 0.69 0.21 0.29 317.76 0.53 0.46
Hex B4 37 8F 0 45 15 1D 13E 35 2E
Octal 264 67 217 0 105 25 35 476 65 56
Binary 10110100 110111 10001111 0 1000101 10101 11101 100111110 110101 101110

Color Harmonies of #B4378F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4378F

Black with #B4378F

Text Example


Text Example

White with #B4378F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4378F; }

 p { color: rgb(180,55,143); }

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

background-color css

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

 a { background-color: rgb(180,55,143); }

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

border-color css

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

 span { border-color: rgb(180,55,143); }

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