Html Css Color HEX #B24499 Medium Red Violet

📋 copy color: '#B24499'

red 178 ◦ green 68 ◦ blue 153

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

Shades of Medium Red Violet #B24499

Tints of Medium Red Violet #B24499

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 38.35%

R = 44.61%
G = 17.04%
B = 38.35%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.14

 K value IS 0.30

RGB Variations

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

Color information

#B24499 (or 0xB24499) is known color: Medium Red Violet. HEX triplet: B2, 44 and 99. RGB value is (178,68,153). Sum of RGB (Red+Green+Blue) = 178+68+153=399 (52% of max value = 765). Red value is 178 (69.92% from 255 or 44.61% from 399); Green value is 68 (26.95% from 255 or 17.04% from 399); Blue value is 153 (60.16% from 255 or 38.35% from 399); Max value from RGB is 178 - color contains mainly: red. Hex color #B24499 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B24499 is #4DBB66. Grayscale: #6E6E6E. Windows color (decimal): -5094247 or 10044594. OLE color: 10044594.

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

Color convert

RGB 178 68 153 -
CMYK 0 0.62 0.14 0.30
HSL 313.64º 0.45% 0.48% -
HSV(B) 313.64º 0.62% 0.7% -
XYZ 26.18 15.9 31.83 -
YUV 110.58 151.94 176.09 -
System Red Green Blue C M Y K H S L
Decimal 178 68 153 0 0.62 0.14 0.30 313.64 0.45 0.48
Hex B2 44 99 0 3E E 1E 13A 2D 30
Octal 262 104 231 0 76 16 36 472 55 60
Binary 10110010 1000100 10011001 0 111110 1110 11110 100111010 101101 110000

Color Harmonies of #B24499

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B24499

Black with #B24499

Text Example


Text Example

White with #B24499

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B24499; }

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

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

background-color css

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

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

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

border-color css

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

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

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