Html Css Color HEX #B24481 Medium Red Violet

📋 copy color: '#B24481'

red 178 ◦ green 68 ◦ blue 129

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

Shades of Medium Red Violet #B24481

Tints of Medium Red Violet #B24481

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 34.4%

R = 47.47%
G = 18.13%
B = 34.4%

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

#B24481 (or 0xB24481) is known color: Medium Red Violet. HEX triplet: B2, 44 and 81. RGB value is (178,68,129). Sum of RGB (Red+Green+Blue) = 178+68+129=375 (49% of max value = 765). Red value is 178 (69.92% from 255 or 47.47% from 375); Green value is 68 (26.95% from 255 or 18.13% from 375); Blue value is 129 (50.78% from 255 or 34.4% from 375); Max value from RGB is 178 - color contains mainly: red. Hex color #B24481 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B24481 is #4DBB7E. Grayscale: #6B6B6B. Windows color (decimal): -5094271 or 8471730. OLE color: 8471730.

HSL color Cylindrical-coordinate representation of color #B24481: hue angle of 326.73º 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 #B24481 is Cyan = 0, Magento = 0.62, Yellow = 0.28 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 68 129 -
CMYK 0 0.62 0.28 0.30
HSL 326.73º 0.45% 0.48% -
HSV(B) 326.73º 0.62% 0.7% -
XYZ 24.39 15.18 22.41 -
YUV 107.84 139.94 178.04 -
System Red Green Blue C M Y K H S L
Decimal 178 68 129 0 0.62 0.28 0.30 326.73 0.45 0.48
Hex B2 44 81 0 3E 1C 1E 147 2D 30
Octal 262 104 201 0 76 34 36 507 55 60
Binary 10110010 1000100 10000001 0 111110 11100 11110 101000111 101101 110000

Color Harmonies of #B24481

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B24481

Black with #B24481

Text Example


Text Example

White with #B24481

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B24481; }

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

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

background-color css

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

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

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

border-color css

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

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

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