Html Css Color HEX #B4409F Medium Red Violet

📋 copy color: '#B4409F'

red 180 ◦ green 64 ◦ blue 159

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

Shades of Medium Red Violet #B4409F

Tints of Medium Red Violet #B4409F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 39.45%

R = 44.67%
G = 15.88%
B = 39.45%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.12

 K value IS 0.29

RGB Variations

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

Color information

#B4409F (or 0xB4409F) is known color: Medium Red Violet. HEX triplet: B4, 40 and 9F. RGB value is (180,64,159). Sum of RGB (Red+Green+Blue) = 180+64+159=403 (53% of max value = 765). Red value is 180 (70.70% from 255 or 44.67% from 403); Green value is 64 (25.39% from 255 or 15.88% from 403); Blue value is 159 (62.5% from 255 or 39.45% from 403); Max value from RGB is 180 - color contains mainly: red. Hex color #B4409F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B4409F is #4BBF60. Grayscale: #6D6D6D. Windows color (decimal): -4964193 or 10436788. OLE color: 10436788.

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

Color convert

RGB 180 64 159 -
CMYK 0 0.64 0.12 0.29
HSL 310.86º 0.48% 0.48% -
HSV(B) 310.86º 0.64% 0.71% -
XYZ 26.91 15.87 34.45 -
YUV 109.51 155.93 178.28 -
System Red Green Blue C M Y K H S L
Decimal 180 64 159 0 0.64 0.12 0.29 310.86 0.48 0.48
Hex B4 40 9F 0 40 C 1D 137 30 30
Octal 264 100 237 0 100 14 35 467 60 60
Binary 10110100 1000000 10011111 0 1000000 1100 11101 100110111 110000 110000

Color Harmonies of #B4409F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4409F

Black with #B4409F

Text Example


Text Example

White with #B4409F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4409F; }

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

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

background-color css

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

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

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

border-color css

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

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

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