Html Css Color HEX #B24299 Medium Red Violet

📋 copy color: '#B24299'

red 178 ◦ green 66 ◦ blue 153

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

Shades of Medium Red Violet #B24299

Tints of Medium Red Violet #B24299

RGB

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

 GREEN value IS 66 (26.17% from 255) = 16.62%

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

R = 44.84%
G = 16.62%
B = 38.54%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.14

 K value IS 0.30

RGB Variations

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

Color information

#B24299 (or 0xB24299) is known color: Medium Red Violet. HEX triplet: B2, 42 and 99. RGB value is (178,66,153). Sum of RGB (Red+Green+Blue) = 178+66+153=397 (52% of max value = 765). Red value is 178 (69.92% from 255 or 44.84% from 397); Green value is 66 (26.17% from 255 or 16.62% from 397); Blue value is 153 (60.16% from 255 or 38.54% from 397); Max value from RGB is 178 - color contains mainly: red. Hex color #B24299 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B24299 is #4DBD66. Grayscale: #6D6D6D. Windows color (decimal): -5094759 or 10044082. OLE color: 10044082.

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

Color convert

RGB 178 66 153 -
CMYK 0 0.63 0.14 0.30
HSL 313.39º 0.46% 0.48% -
HSV(B) 313.39º 0.63% 0.7% -
XYZ 26.06 15.66 31.79 -
YUV 109.41 152.61 176.93 -
System Red Green Blue C M Y K H S L
Decimal 178 66 153 0 0.63 0.14 0.30 313.39 0.46 0.48
Hex B2 42 99 0 3F E 1E 139 2E 30
Octal 262 102 231 0 77 16 36 471 56 60
Binary 10110010 1000010 10011001 0 111111 1110 11110 100111001 101110 110000

Color Harmonies of #B24299

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B24299

Black with #B24299

Text Example


Text Example

White with #B24299

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B24299; }

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

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

background-color css

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

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

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

border-color css

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

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

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