Html Css Color HEX #B24480 Medium Red Violet

📋 copy color: '#B24480'

red 178 ◦ green 68 ◦ blue 128

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

Shades of Medium Red Violet #B24480

Tints of Medium Red Violet #B24480

RGB

 RED value IS 178 (69.92% from 255) = 47.59%

 GREEN value IS 68 (26.95% from 255) = 18.18%

 BLUE value IS 128 (50.39% from 255) = 34.22%

R = 47.59%
G = 18.18%
B = 34.22%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.28

 K value IS 0.30

RGB Variations

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

Color information

#B24480 (or 0xB24480) is known color: Medium Red Violet. HEX triplet: B2, 44 and 80. RGB value is (178,68,128). Sum of RGB (Red+Green+Blue) = 178+68+128=374 (49% of max value = 765). Red value is 178 (69.92% from 255 or 47.59% from 374); Green value is 68 (26.95% from 255 or 18.18% from 374); Blue value is 128 (50.39% from 255 or 34.22% from 374); Max value from RGB is 178 - color contains mainly: red. Hex color #B24480 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B24480 is #4DBB7F. Grayscale: #6B6B6B. Windows color (decimal): -5094272 or 8406194. OLE color: 8406194.

HSL color Cylindrical-coordinate representation of color #B24480: hue angle of 327.27º degrees, saturation: 0.45, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #B24480 is Cyan = 0, Magento = 0.62, Yellow = 0.28 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 68 128 -
CMYK 0 0.62 0.28 0.30
HSL 327.27º 0.45% 0.48% -
HSV(B) 327.27º 0.62% 0.7% -
XYZ 24.32 15.16 22.07 -
YUV 107.73 139.44 178.12 -
System Red Green Blue C M Y K H S L
Decimal 178 68 128 0 0.62 0.28 0.30 327.27 0.45 0.48
Hex B2 44 80 0 3E 1C 1E 147 2D 30
Octal 262 104 200 0 76 34 36 507 55 60
Binary 10110010 1000100 10000000 0 111110 11100 11110 101000111 101101 110000

Color Harmonies of #B24480

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B24480

Black with #B24480

Text Example


Text Example

White with #B24480

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B24480; }

 p { color: rgb(178,68,128); }

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

background-color css

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

 a { background-color: rgb(178,68,128); }

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

border-color css

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

 span { border-color: rgb(178,68,128); }

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