Html Css Color HEX #B32586 Medium Red Violet

📋 copy color: '#B32586'

red 179 ◦ green 37 ◦ blue 134

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

Shades of Medium Red Violet #B32586

Tints of Medium Red Violet #B32586

RGB

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

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

 BLUE value IS 134 (52.73% from 255) = 38.29%

R = 51.14%
G = 10.57%
B = 38.29%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.25

 K value IS 0.30

RGB Variations

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

Color information

#B32586 (or 0xB32586) is known color: Medium Red Violet. HEX triplet: B3, 25 and 86. RGB value is (179,37,134). Sum of RGB (Red+Green+Blue) = 179+37+134=350 (46% of max value = 765). Red value is 179 (70.31% from 255 or 51.14% from 350); Green value is 37 (14.84% from 255 or 10.57% from 350); Blue value is 134 (52.73% from 255 or 38.29% from 350); Max value from RGB is 179 - color contains mainly: red. Hex color #B32586 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B32586 is #4CDA79. Grayscale: #5A5A5A. Windows color (decimal): -5036666 or 8791475. OLE color: 8791475.

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

Color convert

RGB 179 37 134 -
CMYK 0 0.79 0.25 0.30
HSL 319.01º 0.66% 0.42% -
HSV(B) 319.01º 0.79% 0.7% -
XYZ 23.56 12.63 23.75 -
YUV 90.52 152.54 191.11 -
System Red Green Blue C M Y K H S L
Decimal 179 37 134 0 0.79 0.25 0.30 319.01 0.66 0.42
Hex B3 25 86 0 4F 19 1E 13F 42 2A
Octal 263 45 206 0 117 31 36 477 102 52
Binary 10110011 100101 10000110 0 1001111 11001 11110 100111111 1000010 101010

Color Harmonies of #B32586

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B32586

Black with #B32586

Text Example


Text Example

White with #B32586

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B32586; }

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

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

background-color css

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

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

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

border-color css

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

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

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