Html Css Color HEX #B24091 Medium Red Violet

📋 copy color: '#B24091'

red 178 ◦ green 64 ◦ blue 145

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

Shades of Medium Red Violet #B24091

Tints of Medium Red Violet #B24091

RGB

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

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

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

R = 45.99%
G = 16.54%
B = 37.47%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.19

 K value IS 0.30

RGB Variations

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

Color information

#B24091 (or 0xB24091) is known color: Medium Red Violet. HEX triplet: B2, 40 and 91. RGB value is (178,64,145). Sum of RGB (Red+Green+Blue) = 178+64+145=387 (51% of max value = 765). Red value is 178 (69.92% from 255 or 45.99% from 387); Green value is 64 (25.39% from 255 or 16.54% from 387); Blue value is 145 (57.03% from 255 or 37.47% from 387); Max value from RGB is 178 - color contains mainly: red. Hex color #B24091 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B24091 is #4DBF6E. Grayscale: #6B6B6B. Windows color (decimal): -5095279 or 9519282. OLE color: 9519282.

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

Color convert

RGB 178 64 145 -
CMYK 0 0.64 0.19 0.30
HSL 317.37º 0.47% 0.47% -
HSV(B) 317.37º 0.64% 0.7% -
XYZ 25.3 15.18 28.38 -
YUV 107.32 149.27 178.41 -
System Red Green Blue C M Y K H S L
Decimal 178 64 145 0 0.64 0.19 0.30 317.37 0.47 0.47
Hex B2 40 91 0 40 13 1E 13D 2F 2F
Octal 262 100 221 0 100 23 36 475 57 57
Binary 10110010 1000000 10010001 0 1000000 10011 11110 100111101 101111 101111

Color Harmonies of #B24091

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B24091

Black with #B24091

Text Example


Text Example

White with #B24091

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B24091; }

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

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

background-color css

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

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

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

border-color css

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

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

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