Html Css Color HEX #B4408C Medium Red Violet

📋 copy color: '#B4408C'

red 180 ◦ green 64 ◦ blue 140

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

Shades of Medium Red Violet #B4408C

Tints of Medium Red Violet #B4408C

RGB

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

 GREEN value IS 64 (25.39% from 255) = 16.67%

 BLUE value IS 140 (55.08% from 255) = 36.46%

R = 46.88%
G = 16.67%
B = 36.46%

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

#B4408C (or 0xB4408C) is known color: Medium Red Violet. HEX triplet: B4, 40 and 8C. RGB value is (180,64,140). Sum of RGB (Red+Green+Blue) = 180+64+140=384 (50% of max value = 765). Red value is 180 (70.70% from 255 or 46.88% from 384); Green value is 64 (25.39% from 255 or 16.67% from 384); Blue value is 140 (55.08% from 255 or 36.46% from 384); Max value from RGB is 180 - color contains mainly: red. Hex color #B4408C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B4408C is #4BBF73. Grayscale: #6B6B6B. Windows color (decimal): -4964212 or 9191604. OLE color: 9191604.

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

Color convert

RGB 180 64 140 -
CMYK 0 0.64 0.22 0.29
HSL 320.69º 0.48% 0.48% -
HSV(B) 320.69º 0.64% 0.71% -
XYZ 25.39 15.26 26.42 -
YUV 107.35 146.43 179.82 -
System Red Green Blue C M Y K H S L
Decimal 180 64 140 0 0.64 0.22 0.29 320.69 0.48 0.48
Hex B4 40 8C 0 40 16 1D 141 30 30
Octal 264 100 214 0 100 26 35 501 60 60
Binary 10110100 1000000 10001100 0 1000000 10110 11101 101000001 110000 110000

Color Harmonies of #B4408C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4408C

Black with #B4408C

Text Example


Text Example

White with #B4408C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4408C; }

 p { color: rgb(180,64,140); }

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

background-color css

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

 a { background-color: rgb(180,64,140); }

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

border-color css

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

 span { border-color: rgb(180,64,140); }

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