Html Css Color HEX #B32490 Medium Red Violet

📋 copy color: '#B32490'

red 179 ◦ green 36 ◦ blue 144

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

Shades of Medium Red Violet #B32490

Tints of Medium Red Violet #B32490

RGB

 RED value IS 179 (70.31% from 255) = 49.86%

 GREEN value IS 36 (14.45% from 255) = 10.03%

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

R = 49.86%
G = 10.03%
B = 40.11%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.20

 K value IS 0.30

RGB Variations

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

Color information

#B32490 (or 0xB32490) is known color: Medium Red Violet. HEX triplet: B3, 24 and 90. RGB value is (179,36,144). Sum of RGB (Red+Green+Blue) = 179+36+144=359 (47% of max value = 765). Red value is 179 (70.31% from 255 or 49.86% from 359); Green value is 36 (14.45% from 255 or 10.03% from 359); Blue value is 144 (56.64% from 255 or 40.11% from 359); Max value from RGB is 179 - color contains mainly: red. Hex color #B32490 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B32490 is #4CDB6F. Grayscale: #5A5A5A. Windows color (decimal): -5036912 or 9446579. OLE color: 9446579.

HSL color Cylindrical-coordinate representation of color #B32490: hue angle of 314.69º degrees, saturation: 0.67, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #B32490 is Cyan = 0, Magento = 0.80, Yellow = 0.20 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 36 144 -
CMYK 0 0.80 0.20 0.30
HSL 314.69º 0.67% 0.42% -
HSV(B) 314.69º 0.8% 0.7% -
XYZ 24.26 12.86 27.59 -
YUV 91.07 157.88 190.72 -
System Red Green Blue C M Y K H S L
Decimal 179 36 144 0 0.80 0.20 0.30 314.69 0.67 0.42
Hex B3 24 90 0 50 14 1E 13B 43 2A
Octal 263 44 220 0 120 24 36 473 103 52
Binary 10110011 100100 10010000 0 1010000 10100 11110 100111011 1000011 101010

Color Harmonies of #B32490

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B32490

Black with #B32490

Text Example


Text Example

White with #B32490

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B32490; }

 p { color: rgb(179,36,144); }

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

background-color css

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

 a { background-color: rgb(179,36,144); }

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

border-color css

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

 span { border-color: rgb(179,36,144); }

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