Html Css Color HEX #B4037C Medium Violet Red

📋 copy color: '#B4037C'

red 180 ◦ green 3 ◦ blue 124

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

Shades of Medium Violet Red #B4037C

Tints of Medium Violet Red #B4037C

RGB

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

 GREEN value IS 3 (1.56% from 255) = 0.98%

 BLUE value IS 124 (48.83% from 255) = 40.39%

R = 58.63%
G = 0.98%
B = 40.39%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.31

 K value IS 0.29

RGB Variations

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

Color information

#B4037C (or 0xB4037C) is known color: Medium Violet Red. HEX triplet: B4, 03 and 7C. RGB value is (180,3,124). Sum of RGB (Red+Green+Blue) = 180+3+124=307 (40% of max value = 765). Red value is 180 (70.70% from 255 or 58.63% from 307); Green value is 3 (1.56% from 255 or 0.98% from 307); Blue value is 124 (48.83% from 255 or 40.39% from 307); Max value from RGB is 180 - color contains mainly: red. Hex color #B4037C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B4037C is #4BFC83. Grayscale: #454545. Windows color (decimal): -4979844 or 8127412. OLE color: 8127412.

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

Color convert

RGB 180 3 124 -
CMYK 0 0.98 0.31 0.29
HSL 318.98º 0.97% 0.36% -
HSV(B) 318.98º 0.98% 0.71% -
XYZ 22.49 11.22 20.05 -
YUV 69.72 158.64 206.66 -
System Red Green Blue C M Y K H S L
Decimal 180 3 124 0 0.98 0.31 0.29 318.98 0.97 0.36
Hex B4 3 7C 0 62 1F 1D 13F 61 24
Octal 264 3 174 0 142 37 35 477 141 44
Binary 10110100 11 1111100 0 1100010 11111 11101 100111111 1100001 100100

Color Harmonies of #B4037C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4037C

Black with #B4037C

Text Example


Text Example

White with #B4037C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4037C; }

 p { color: rgb(180,3,124); }

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

background-color css

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

 a { background-color: rgb(180,3,124); }

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

border-color css

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

 span { border-color: rgb(180,3,124); }

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