Html Css Color HEX #B24191 Medium Red Violet

📋 copy color: '#B24191'

red 178 ◦ green 65 ◦ blue 145

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

Shades of Medium Red Violet #B24191

Tints of Medium Red Violet #B24191

RGB

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

 GREEN value IS 65 (25.78% from 255) = 16.75%

 BLUE value IS 145 (57.03% from 255) = 37.37%

R = 45.88%
G = 16.75%
B = 37.37%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.19

 K value IS 0.30

RGB Variations

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

Color information

#B24191 (or 0xB24191) is known color: Medium Red Violet. HEX triplet: B2, 41 and 91. RGB value is (178,65,145). Sum of RGB (Red+Green+Blue) = 178+65+145=388 (51% of max value = 765). Red value is 178 (69.92% from 255 or 45.88% from 388); Green value is 65 (25.78% from 255 or 16.75% from 388); Blue value is 145 (57.03% from 255 or 37.37% from 388); Max value from RGB is 178 - color contains mainly: red. Hex color #B24191 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B24191 is #4DBE6E. Grayscale: #6B6B6B. Windows color (decimal): -5095023 or 9519538. OLE color: 9519538.

HSL color Cylindrical-coordinate representation of color #B24191: hue angle of 317.52º degrees, saturation: 0.47, 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 #B24191 is Cyan = 0, Magento = 0.63, Yellow = 0.19 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 65 145 -
CMYK 0 0.63 0.19 0.30
HSL 317.52º 0.47% 0.48% -
HSV(B) 317.52º 0.63% 0.7% -
XYZ 25.36 15.29 28.4 -
YUV 107.91 148.94 178 -
System Red Green Blue C M Y K H S L
Decimal 178 65 145 0 0.63 0.19 0.30 317.52 0.47 0.48
Hex B2 41 91 0 3F 13 1E 13E 2F 30
Octal 262 101 221 0 77 23 36 476 57 60
Binary 10110010 1000001 10010001 0 111111 10011 11110 100111110 101111 110000

Color Harmonies of #B24191

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B24191

Black with #B24191

Text Example


Text Example

White with #B24191

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B24191; }

 p { color: rgb(178,65,145); }

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

background-color css

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

 a { background-color: rgb(178,65,145); }

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

border-color css

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

 span { border-color: rgb(178,65,145); }

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