Html Css Color HEX #B44286 Medium Red Violet

📋 copy color: '#B44286'

red 180 ◦ green 66 ◦ blue 134

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

Shades of Medium Red Violet #B44286

Tints of Medium Red Violet #B44286

RGB

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

 GREEN value IS 66 (26.17% from 255) = 17.37%

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

R = 47.37%
G = 17.37%
B = 35.26%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.26

 K value IS 0.29

RGB Variations

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

Color information

#B44286 (or 0xB44286) is known color: Medium Red Violet. HEX triplet: B4, 42 and 86. RGB value is (180,66,134). Sum of RGB (Red+Green+Blue) = 180+66+134=380 (50% of max value = 765). Red value is 180 (70.70% from 255 or 47.37% from 380); Green value is 66 (26.17% from 255 or 17.37% from 380); Blue value is 134 (52.73% from 255 or 35.26% from 380); Max value from RGB is 180 - color contains mainly: red. Hex color #B44286 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B44286 is #4BBD79. Grayscale: #6B6B6B. Windows color (decimal): -4963706 or 8798900. OLE color: 8798900.

HSL color Cylindrical-coordinate representation of color #B44286: hue angle of 324.21º degrees, saturation: 0.46, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #B44286 is Cyan = 0, Magento = 0.63, Yellow = 0.26 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 66 134 -
CMYK 0 0.63 0.26 0.29
HSL 324.21º 0.46% 0.48% -
HSV(B) 324.21º 0.63% 0.71% -
XYZ 25.07 15.32 24.19 -
YUV 107.84 142.77 179.47 -
System Red Green Blue C M Y K H S L
Decimal 180 66 134 0 0.63 0.26 0.29 324.21 0.46 0.48
Hex B4 42 86 0 3F 1A 1D 144 2E 30
Octal 264 102 206 0 77 32 35 504 56 60
Binary 10110100 1000010 10000110 0 111111 11010 11101 101000100 101110 110000

Color Harmonies of #B44286

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B44286

Black with #B44286

Text Example


Text Example

White with #B44286

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B44286; }

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

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

background-color css

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

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

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

border-color css

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

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

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