Html Css Color HEX #B4037A Medium Violet Red

📋 copy color: '#B4037A'

red 180 ◦ green 3 ◦ blue 122

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

Shades of Medium Violet Red #B4037A

Tints of Medium Violet Red #B4037A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 40%

R = 59.02%
G = 0.98%
B = 40%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.32

 K value IS 0.29

RGB Variations

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

Color information

#B4037A (or 0xB4037A) is known color: Medium Violet Red. HEX triplet: B4, 03 and 7A. RGB value is (180,3,122). Sum of RGB (Red+Green+Blue) = 180+3+122=305 (40% of max value = 765). Red value is 180 (70.70% from 255 or 59.02% from 305); Green value is 3 (1.56% from 255 or 0.98% from 305); Blue value is 122 (48.05% from 255 or 40% from 305); Max value from RGB is 180 - color contains mainly: red. Hex color #B4037A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B4037A is #4BFC85. Grayscale: #454545. Windows color (decimal): -4979846 or 7996340. OLE color: 7996340.

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

Color convert

RGB 180 3 122 -
CMYK 0 0.98 0.32 0.29
HSL 319.66º 0.97% 0.36% -
HSV(B) 319.66º 0.98% 0.71% -
XYZ 22.37 11.17 19.39 -
YUV 69.49 157.64 206.82 -
System Red Green Blue C M Y K H S L
Decimal 180 3 122 0 0.98 0.32 0.29 319.66 0.97 0.36
Hex B4 3 7A 0 62 20 1D 140 61 24
Octal 264 3 172 0 142 40 35 500 141 44
Binary 10110100 11 1111010 0 1100010 100000 11101 101000000 1100001 100100

Color Harmonies of #B4037A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4037A

Black with #B4037A

Text Example


Text Example

White with #B4037A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4037A; }

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

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

background-color css

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

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

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

border-color css

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

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

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