Html Css Color HEX #B34584 Medium Red Violet

📋 copy color: '#B34584'

red 179 ◦ green 69 ◦ blue 132

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

Shades of Medium Red Violet #B34584

Tints of Medium Red Violet #B34584

RGB

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

 GREEN value IS 69 (27.34% from 255) = 18.16%

 BLUE value IS 132 (51.95% from 255) = 34.74%

R = 47.11%
G = 18.16%
B = 34.74%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.26

 K value IS 0.30

RGB Variations

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

Color information

#B34584 (or 0xB34584) is known color: Medium Red Violet. HEX triplet: B3, 45 and 84. RGB value is (179,69,132). Sum of RGB (Red+Green+Blue) = 179+69+132=380 (50% of max value = 765). Red value is 179 (70.31% from 255 or 47.11% from 380); Green value is 69 (27.34% from 255 or 18.16% from 380); Blue value is 132 (51.95% from 255 or 34.74% from 380); Max value from RGB is 179 - color contains mainly: red. Hex color #B34584 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B34584 is #4CBA7B. Grayscale: #6C6C6C. Windows color (decimal): -5028476 or 8668595. OLE color: 8668595.

HSL color Cylindrical-coordinate representation of color #B34584: hue angle of 325.64º degrees, saturation: 0.44, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #B34584 is Cyan = 0, Magento = 0.61, Yellow = 0.26 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 69 132 -
CMYK 0 0.61 0.26 0.30
HSL 325.64º 0.44% 0.49% -
HSV(B) 325.64º 0.61% 0.7% -
XYZ 24.88 15.51 23.51 -
YUV 109.07 140.94 177.88 -
System Red Green Blue C M Y K H S L
Decimal 179 69 132 0 0.61 0.26 0.30 325.64 0.44 0.49
Hex B3 45 84 0 3D 1A 1E 146 2C 31
Octal 263 105 204 0 75 32 36 506 54 61
Binary 10110011 1000101 10000100 0 111101 11010 11110 101000110 101100 110001

Color Harmonies of #B34584

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B34584

Black with #B34584

Text Example


Text Example

White with #B34584

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B34584; }

 p { color: rgb(179,69,132); }

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

background-color css

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

 a { background-color: rgb(179,69,132); }

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

border-color css

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

 span { border-color: rgb(179,69,132); }

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