Html Css Color HEX #B44086 Medium Red Violet

📋 copy color: '#B44086'

red 180 ◦ green 64 ◦ blue 134

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

Shades of Medium Red Violet #B44086

Tints of Medium Red Violet #B44086

RGB

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

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

 BLUE value IS 134 (52.73% from 255) = 35.45%

R = 47.62%
G = 16.93%
B = 35.45%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.26

 K value IS 0.29

RGB Variations

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

Color information

#B44086 (or 0xB44086) is known color: Medium Red Violet. HEX triplet: B4, 40 and 86. RGB value is (180,64,134). Sum of RGB (Red+Green+Blue) = 180+64+134=378 (50% of max value = 765). Red value is 180 (70.70% from 255 or 47.62% from 378); Green value is 64 (25.39% from 255 or 16.93% from 378); Blue value is 134 (52.73% from 255 or 35.45% from 378); Max value from RGB is 180 - color contains mainly: red. Hex color #B44086 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B44086 is #4BBF79. Grayscale: #6A6A6A. Windows color (decimal): -4964218 or 8798388. OLE color: 8798388.

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

Color convert

RGB 180 64 134 -
CMYK 0 0.64 0.26 0.29
HSL 323.79º 0.48% 0.48% -
HSV(B) 323.79º 0.64% 0.71% -
XYZ 24.96 15.09 24.15 -
YUV 106.66 143.43 180.31 -
System Red Green Blue C M Y K H S L
Decimal 180 64 134 0 0.64 0.26 0.29 323.79 0.48 0.48
Hex B4 40 86 0 40 1A 1D 144 30 30
Octal 264 100 206 0 100 32 35 504 60 60
Binary 10110100 1000000 10000110 0 1000000 11010 11101 101000100 110000 110000

Color Harmonies of #B44086

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B44086

Black with #B44086

Text Example


Text Example

White with #B44086

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B44086; }

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

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

background-color css

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

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

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

border-color css

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

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

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