Html Css Color HEX #B4409B Medium Red Violet

📋 copy color: '#B4409B'

red 180 ◦ green 64 ◦ blue 155

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

Shades of Medium Red Violet #B4409B

Tints of Medium Red Violet #B4409B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 38.85%

R = 45.11%
G = 16.04%
B = 38.85%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.14

 K value IS 0.29

RGB Variations

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

Color information

#B4409B (or 0xB4409B) is known color: Medium Red Violet. HEX triplet: B4, 40 and 9B. RGB value is (180,64,155). Sum of RGB (Red+Green+Blue) = 180+64+155=399 (52% of max value = 765). Red value is 180 (70.70% from 255 or 45.11% from 399); Green value is 64 (25.39% from 255 or 16.04% from 399); Blue value is 155 (60.94% from 255 or 38.85% from 399); Max value from RGB is 180 - color contains mainly: red. Hex color #B4409B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B4409B is #4BBF64. Grayscale: #6C6C6C. Windows color (decimal): -4964197 or 10174644. OLE color: 10174644.

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

Color convert

RGB 180 64 155 -
CMYK 0 0.64 0.14 0.29
HSL 312.93º 0.48% 0.48% -
HSV(B) 312.93º 0.64% 0.71% -
XYZ 26.57 15.74 32.65 -
YUV 109.06 153.93 178.6 -
System Red Green Blue C M Y K H S L
Decimal 180 64 155 0 0.64 0.14 0.29 312.93 0.48 0.48
Hex B4 40 9B 0 40 E 1D 139 30 30
Octal 264 100 233 0 100 16 35 471 60 60
Binary 10110100 1000000 10011011 0 1000000 1110 11101 100111001 110000 110000

Color Harmonies of #B4409B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4409B

Black with #B4409B

Text Example


Text Example

White with #B4409B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4409B; }

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

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

background-color css

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

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

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

border-color css

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

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

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