Html Css Color HEX #B24099 Medium Red Violet

📋 copy color: '#B24099'

red 178 ◦ green 64 ◦ blue 153

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

Shades of Medium Red Violet #B24099

Tints of Medium Red Violet #B24099

RGB

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

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

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

R = 45.06%
G = 16.2%
B = 38.73%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.14

 K value IS 0.30

RGB Variations

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

Color information

#B24099 (or 0xB24099) is known color: Medium Red Violet. HEX triplet: B2, 40 and 99. RGB value is (178,64,153). Sum of RGB (Red+Green+Blue) = 178+64+153=395 (52% of max value = 765). Red value is 178 (69.92% from 255 or 45.06% from 395); Green value is 64 (25.39% from 255 or 16.20% from 395); Blue value is 153 (60.16% from 255 or 38.73% from 395); Max value from RGB is 178 - color contains mainly: red. Hex color #B24099 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B24099 is #4DBF66. Grayscale: #6B6B6B. Windows color (decimal): -5095271 or 10043570. OLE color: 10043570.

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

Color convert

RGB 178 64 153 -
CMYK 0 0.64 0.14 0.30
HSL 313.16º 0.47% 0.47% -
HSV(B) 313.16º 0.64% 0.7% -
XYZ 25.94 15.43 31.75 -
YUV 108.23 153.27 177.76 -
System Red Green Blue C M Y K H S L
Decimal 178 64 153 0 0.64 0.14 0.30 313.16 0.47 0.47
Hex B2 40 99 0 40 E 1E 139 2F 2F
Octal 262 100 231 0 100 16 36 471 57 57
Binary 10110010 1000000 10011001 0 1000000 1110 11110 100111001 101111 101111

Color Harmonies of #B24099

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B24099

Black with #B24099

Text Example


Text Example

White with #B24099

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B24099; }

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

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

background-color css

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

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

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

border-color css

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

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

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