Html Css Color HEX #B4418B Medium Red Violet

📋 copy color: '#B4418B'

red 180 ◦ green 65 ◦ blue 139

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

Shades of Medium Red Violet #B4418B

Tints of Medium Red Violet #B4418B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 36.2%

R = 46.88%
G = 16.93%
B = 36.2%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.23

 K value IS 0.29

RGB Variations

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

Color information

#B4418B (or 0xB4418B) is known color: Medium Red Violet. HEX triplet: B4, 41 and 8B. RGB value is (180,65,139). Sum of RGB (Red+Green+Blue) = 180+65+139=384 (50% of max value = 765). Red value is 180 (70.70% from 255 or 46.88% from 384); Green value is 65 (25.78% from 255 or 16.93% from 384); Blue value is 139 (54.69% from 255 or 36.20% from 384); Max value from RGB is 180 - color contains mainly: red. Hex color #B4418B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B4418B is #4BBE74. Grayscale: #6B6B6B. Windows color (decimal): -4963957 or 9126324. OLE color: 9126324.

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

Color convert

RGB 180 65 139 -
CMYK 0 0.64 0.23 0.29
HSL 321.39º 0.47% 0.48% -
HSV(B) 321.39º 0.64% 0.71% -
XYZ 25.37 15.35 26.05 -
YUV 107.82 145.6 179.48 -
System Red Green Blue C M Y K H S L
Decimal 180 65 139 0 0.64 0.23 0.29 321.39 0.47 0.48
Hex B4 41 8B 0 40 17 1D 141 2F 30
Octal 264 101 213 0 100 27 35 501 57 60
Binary 10110100 1000001 10001011 0 1000000 10111 11101 101000001 101111 110000

Color Harmonies of #B4418B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4418B

Black with #B4418B

Text Example


Text Example

White with #B4418B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4418B; }

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

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

background-color css

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

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

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

border-color css

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

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

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