Html Css Color HEX #B44199 Medium Red Violet

📋 copy color: '#B44199'

red 180 ◦ green 65 ◦ blue 153

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

Shades of Medium Red Violet #B44199

Tints of Medium Red Violet #B44199

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 38.44%

R = 45.23%
G = 16.33%
B = 38.44%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.15

 K value IS 0.29

RGB Variations

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

Color information

#B44199 (or 0xB44199) is known color: Medium Red Violet. HEX triplet: B4, 41 and 99. RGB value is (180,65,153). Sum of RGB (Red+Green+Blue) = 180+65+153=398 (52% of max value = 765). Red value is 180 (70.70% from 255 or 45.23% from 398); Green value is 65 (25.78% from 255 or 16.33% from 398); Blue value is 153 (60.16% from 255 or 38.44% from 398); Max value from RGB is 180 - color contains mainly: red. Hex color #B44199 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B44199 is #4BBE66. Grayscale: #6D6D6D. Windows color (decimal): -4963943 or 10043828. OLE color: 10043828.

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

Color convert

RGB 180 65 153 -
CMYK 0 0.64 0.15 0.29
HSL 314.09º 0.47% 0.48% -
HSV(B) 314.09º 0.64% 0.71% -
XYZ 26.46 15.78 31.79 -
YUV 109.42 152.6 178.34 -
System Red Green Blue C M Y K H S L
Decimal 180 65 153 0 0.64 0.15 0.29 314.09 0.47 0.48
Hex B4 41 99 0 40 F 1D 13A 2F 30
Octal 264 101 231 0 100 17 35 472 57 60
Binary 10110100 1000001 10011001 0 1000000 1111 11101 100111010 101111 110000

Color Harmonies of #B44199

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B44199

Black with #B44199

Text Example


Text Example

White with #B44199

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B44199; }

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

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

background-color css

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

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

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

border-color css

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

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

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