Html Css Color HEX #B32592 Medium Red Violet

📋 copy color: '#B32592'

red 179 ◦ green 37 ◦ blue 146

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

Shades of Medium Red Violet #B32592

Tints of Medium Red Violet #B32592

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 40.33%

R = 49.45%
G = 10.22%
B = 40.33%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.18

 K value IS 0.30

RGB Variations

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

Color information

#B32592 (or 0xB32592) is known color: Medium Red Violet. HEX triplet: B3, 25 and 92. RGB value is (179,37,146). Sum of RGB (Red+Green+Blue) = 179+37+146=362 (47% of max value = 765). Red value is 179 (70.31% from 255 or 49.45% from 362); Green value is 37 (14.84% from 255 or 10.22% from 362); Blue value is 146 (57.42% from 255 or 40.33% from 362); Max value from RGB is 179 - color contains mainly: red. Hex color #B32592 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B32592 is #4CDA6D. Grayscale: #5B5B5B. Windows color (decimal): -5036654 or 9577907. OLE color: 9577907.

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

Color convert

RGB 179 37 146 -
CMYK 0 0.79 0.18 0.30
HSL 313.94º 0.66% 0.42% -
HSV(B) 313.94º 0.79% 0.7% -
XYZ 24.44 12.98 28.41 -
YUV 91.88 158.54 190.14 -
System Red Green Blue C M Y K H S L
Decimal 179 37 146 0 0.79 0.18 0.30 313.94 0.66 0.42
Hex B3 25 92 0 4F 12 1E 13A 42 2A
Octal 263 45 222 0 117 22 36 472 102 52
Binary 10110011 100101 10010010 0 1001111 10010 11110 100111010 1000010 101010

Color Harmonies of #B32592

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B32592

Black with #B32592

Text Example


Text Example

White with #B32592

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B32592; }

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

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

background-color css

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

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

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

border-color css

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

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

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