Html Css Color HEX #B44085 Medium Red Violet

📋 copy color: '#B44085'

red 180 ◦ green 64 ◦ blue 133

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

Shades of Medium Red Violet #B44085

Tints of Medium Red Violet #B44085

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 35.28%

R = 47.75%
G = 16.98%
B = 35.28%

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

#B44085 (or 0xB44085) is known color: Medium Red Violet. HEX triplet: B4, 40 and 85. RGB value is (180,64,133). Sum of RGB (Red+Green+Blue) = 180+64+133=377 (49% of max value = 765). Red value is 180 (70.70% from 255 or 47.75% from 377); Green value is 64 (25.39% from 255 or 16.98% from 377); Blue value is 133 (52.34% from 255 or 35.28% from 377); Max value from RGB is 180 - color contains mainly: red. Hex color #B44085 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B44085 is #4BBF7A. Grayscale: #6A6A6A. Windows color (decimal): -4964219 or 8732852. OLE color: 8732852.

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

Color convert

RGB 180 64 133 -
CMYK 0 0.64 0.26 0.29
HSL 324.31º 0.48% 0.48% -
HSV(B) 324.31º 0.64% 0.71% -
XYZ 24.89 15.06 23.79 -
YUV 106.55 142.93 180.39 -
System Red Green Blue C M Y K H S L
Decimal 180 64 133 0 0.64 0.26 0.29 324.31 0.48 0.48
Hex B4 40 85 0 40 1A 1D 144 30 30
Octal 264 100 205 0 100 32 35 504 60 60
Binary 10110100 1000000 10000101 0 1000000 11010 11101 101000100 110000 110000

Color Harmonies of #B44085

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B44085

Black with #B44085

Text Example


Text Example

White with #B44085

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B44085; }

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

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

background-color css

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

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

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

border-color css

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

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

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