Html Css Color HEX #B44082 Medium Red Violet

📋 copy color: '#B44082'

red 180 ◦ green 64 ◦ blue 130

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

Shades of Medium Red Violet #B44082

Tints of Medium Red Violet #B44082

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 34.76%

R = 48.13%
G = 17.11%
B = 34.76%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.28

 K value IS 0.29

RGB Variations

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

Color information

#B44082 (or 0xB44082) is known color: Medium Red Violet. HEX triplet: B4, 40 and 82. RGB value is (180,64,130). Sum of RGB (Red+Green+Blue) = 180+64+130=374 (49% of max value = 765). Red value is 180 (70.70% from 255 or 48.13% from 374); Green value is 64 (25.39% from 255 or 17.11% from 374); Blue value is 130 (51.17% from 255 or 34.76% from 374); Max value from RGB is 180 - color contains mainly: red. Hex color #B44082 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B44082 is #4BBF7D. Grayscale: #6A6A6A. Windows color (decimal): -4964222 or 8536244. OLE color: 8536244.

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

Color convert

RGB 180 64 130 -
CMYK 0 0.64 0.28 0.29
HSL 325.86º 0.48% 0.48% -
HSV(B) 325.86º 0.64% 0.71% -
XYZ 24.69 14.98 22.71 -
YUV 106.21 141.43 180.63 -
System Red Green Blue C M Y K H S L
Decimal 180 64 130 0 0.64 0.28 0.29 325.86 0.48 0.48
Hex B4 40 82 0 40 1C 1D 146 30 30
Octal 264 100 202 0 100 34 35 506 60 60
Binary 10110100 1000000 10000010 0 1000000 11100 11101 101000110 110000 110000

Color Harmonies of #B44082

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B44082

Black with #B44082

Text Example


Text Example

White with #B44082

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B44082; }

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

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

background-color css

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

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

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

border-color css

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

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

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