Html Css Color HEX #B4418D Medium Red Violet

📋 copy color: '#B4418D'

red 180 ◦ green 65 ◦ blue 141

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

Shades of Medium Red Violet #B4418D

Tints of Medium Red Violet #B4418D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 36.53%

R = 46.63%
G = 16.84%
B = 36.53%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.22

 K value IS 0.29

RGB Variations

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

Color information

#B4418D (or 0xB4418D) is known color: Medium Red Violet. HEX triplet: B4, 41 and 8D. RGB value is (180,65,141). Sum of RGB (Red+Green+Blue) = 180+65+141=386 (51% of max value = 765). Red value is 180 (70.70% from 255 or 46.63% from 386); Green value is 65 (25.78% from 255 or 16.84% from 386); Blue value is 141 (55.47% from 255 or 36.53% from 386); Max value from RGB is 180 - color contains mainly: red. Hex color #B4418D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B4418D is #4BBE72. Grayscale: #6B6B6B. Windows color (decimal): -4963955 or 9257396. OLE color: 9257396.

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

Color convert

RGB 180 65 141 -
CMYK 0 0.64 0.22 0.29
HSL 320.35º 0.47% 0.48% -
HSV(B) 320.35º 0.64% 0.71% -
XYZ 25.52 15.41 26.83 -
YUV 108.05 146.6 179.32 -
System Red Green Blue C M Y K H S L
Decimal 180 65 141 0 0.64 0.22 0.29 320.35 0.47 0.48
Hex B4 41 8D 0 40 16 1D 140 2F 30
Octal 264 101 215 0 100 26 35 500 57 60
Binary 10110100 1000001 10001101 0 1000000 10110 11101 101000000 101111 110000

Color Harmonies of #B4418D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4418D

Black with #B4418D

Text Example


Text Example

White with #B4418D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4418D; }

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

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

background-color css

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

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

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

border-color css

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

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

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