Html Css Color HEX #B4419C Medium Red Violet

📋 copy color: '#B4419C'

red 180 ◦ green 65 ◦ blue 156

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

Shades of Medium Red Violet #B4419C

Tints of Medium Red Violet #B4419C

RGB

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

 GREEN value IS 65 (25.78% from 255) = 16.21%

 BLUE value IS 156 (61.33% from 255) = 38.9%

R = 44.89%
G = 16.21%
B = 38.9%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.13

 K value IS 0.29

RGB Variations

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

Color information

#B4419C (or 0xB4419C) is known color: Medium Red Violet. HEX triplet: B4, 41 and 9C. RGB value is (180,65,156). Sum of RGB (Red+Green+Blue) = 180+65+156=401 (53% of max value = 765). Red value is 180 (70.70% from 255 or 44.89% from 401); Green value is 65 (25.78% from 255 or 16.21% from 401); Blue value is 156 (61.33% from 255 or 38.90% from 401); Max value from RGB is 180 - color contains mainly: red. Hex color #B4419C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B4419C is #4BBE63. Grayscale: #6D6D6D. Windows color (decimal): -4963940 or 10240436. OLE color: 10240436.

HSL color Cylindrical-coordinate representation of color #B4419C: hue angle of 312.52º degrees, saturation: 0.47, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #B4419C is Cyan = 0, Magento = 0.64, Yellow = 0.13 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 65 156 -
CMYK 0 0.64 0.13 0.29
HSL 312.52º 0.47% 0.48% -
HSV(B) 312.52º 0.64% 0.71% -
XYZ 26.71 15.88 33.11 -
YUV 109.76 154.1 178.1 -
System Red Green Blue C M Y K H S L
Decimal 180 65 156 0 0.64 0.13 0.29 312.52 0.47 0.48
Hex B4 41 9C 0 40 D 1D 139 2F 30
Octal 264 101 234 0 100 15 35 471 57 60
Binary 10110100 1000001 10011100 0 1000000 1101 11101 100111001 101111 110000

Color Harmonies of #B4419C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4419C

Black with #B4419C

Text Example


Text Example

White with #B4419C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4419C; }

 p { color: rgb(180,65,156); }

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

background-color css

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

 a { background-color: rgb(180,65,156); }

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

border-color css

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

 span { border-color: rgb(180,65,156); }

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