Html Css Color HEX #B32591 Medium Red Violet

📋 copy color: '#B32591'

red 179 ◦ green 37 ◦ blue 145

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

Shades of Medium Red Violet #B32591

Tints of Medium Red Violet #B32591

RGB

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

 GREEN value IS 37 (14.84% from 255) = 10.25%

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

R = 49.58%
G = 10.25%
B = 40.17%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.19

 K value IS 0.30

RGB Variations

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

Color information

#B32591 (or 0xB32591) is known color: Medium Red Violet. HEX triplet: B3, 25 and 91. RGB value is (179,37,145). Sum of RGB (Red+Green+Blue) = 179+37+145=361 (47% of max value = 765). Red value is 179 (70.31% from 255 or 49.58% from 361); Green value is 37 (14.84% from 255 or 10.25% from 361); Blue value is 145 (57.03% from 255 or 40.17% from 361); Max value from RGB is 179 - color contains mainly: red. Hex color #B32591 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B32591 is #4CDA6E. Grayscale: #5B5B5B. Windows color (decimal): -5036655 or 9512371. OLE color: 9512371.

HSL color Cylindrical-coordinate representation of color #B32591: hue angle of 314.37º degrees, saturation: 0.66, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #B32591 is Cyan = 0, Magento = 0.79, Yellow = 0.19 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 37 145 -
CMYK 0 0.79 0.19 0.30
HSL 314.37º 0.66% 0.42% -
HSV(B) 314.37º 0.79% 0.7% -
XYZ 24.36 12.95 28 -
YUV 91.77 158.04 190.22 -
System Red Green Blue C M Y K H S L
Decimal 179 37 145 0 0.79 0.19 0.30 314.37 0.66 0.42
Hex B3 25 91 0 4F 13 1E 13A 42 2A
Octal 263 45 221 0 117 23 36 472 102 52
Binary 10110011 100101 10010001 0 1001111 10011 11110 100111010 1000010 101010

Color Harmonies of #B32591

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B32591

Black with #B32591

Text Example


Text Example

White with #B32591

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B32591; }

 p { color: rgb(179,37,145); }

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

background-color css

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

 a { background-color: rgb(179,37,145); }

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

border-color css

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

 span { border-color: rgb(179,37,145); }

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