Html Css Color HEX #B24190 Medium Red Violet

📋 copy color: '#B24190'

red 178 ◦ green 65 ◦ blue 144

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

Shades of Medium Red Violet #B24190

Tints of Medium Red Violet #B24190

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 37.21%

R = 45.99%
G = 16.8%
B = 37.21%

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

#B24190 (or 0xB24190) is known color: Medium Red Violet. HEX triplet: B2, 41 and 90. RGB value is (178,65,144). Sum of RGB (Red+Green+Blue) = 178+65+144=387 (51% of max value = 765). Red value is 178 (69.92% from 255 or 45.99% from 387); Green value is 65 (25.78% from 255 or 16.80% from 387); Blue value is 144 (56.64% from 255 or 37.21% from 387); Max value from RGB is 178 - color contains mainly: red. Hex color #B24190 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B24190 is #4DBE6F. Grayscale: #6B6B6B. Windows color (decimal): -5095024 or 9454002. OLE color: 9454002.

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

Color convert

RGB 178 65 144 -
CMYK 0 0.63 0.19 0.30
HSL 318.05º 0.47% 0.48% -
HSV(B) 318.05º 0.63% 0.7% -
XYZ 25.28 15.26 28 -
YUV 107.79 148.44 178.08 -
System Red Green Blue C M Y K H S L
Decimal 178 65 144 0 0.63 0.19 0.30 318.05 0.47 0.48
Hex B2 41 90 0 3F 13 1E 13E 2F 30
Octal 262 101 220 0 77 23 36 476 57 60
Binary 10110010 1000001 10010000 0 111111 10011 11110 100111110 101111 110000

Color Harmonies of #B24190

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B24190

Black with #B24190

Text Example


Text Example

White with #B24190

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B24190; }

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

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

background-color css

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

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

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

border-color css

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

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

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