Html Css Color HEX #B34482 Medium Red Violet

📋 copy color: '#B34482'

red 179 ◦ green 68 ◦ blue 130

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

Shades of Medium Red Violet #B34482

Tints of Medium Red Violet #B34482

RGB

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

 GREEN value IS 68 (26.95% from 255) = 18.04%

 BLUE value IS 130 (51.17% from 255) = 34.48%

R = 47.48%
G = 18.04%
B = 34.48%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.27

 K value IS 0.30

RGB Variations

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

Color information

#B34482 (or 0xB34482) is known color: Medium Red Violet. HEX triplet: B3, 44 and 82. RGB value is (179,68,130). Sum of RGB (Red+Green+Blue) = 179+68+130=377 (49% of max value = 765). Red value is 179 (70.31% from 255 or 47.48% from 377); Green value is 68 (26.95% from 255 or 18.04% from 377); Blue value is 130 (51.17% from 255 or 34.48% from 377); Max value from RGB is 179 - color contains mainly: red. Hex color #B34482 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B34482 is #4CBB7D. Grayscale: #6C6C6C. Windows color (decimal): -5028734 or 8537267. OLE color: 8537267.

HSL color Cylindrical-coordinate representation of color #B34482: hue angle of 326.49º degrees, saturation: 0.45, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #B34482 is Cyan = 0, Magento = 0.62, Yellow = 0.27 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 68 130 -
CMYK 0 0.62 0.27 0.30
HSL 326.49º 0.45% 0.48% -
HSV(B) 326.49º 0.62% 0.7% -
XYZ 24.69 15.33 22.78 -
YUV 108.26 140.27 178.46 -
System Red Green Blue C M Y K H S L
Decimal 179 68 130 0 0.62 0.27 0.30 326.49 0.45 0.48
Hex B3 44 82 0 3E 1B 1E 146 2D 30
Octal 263 104 202 0 76 33 36 506 55 60
Binary 10110011 1000100 10000010 0 111110 11011 11110 101000110 101101 110000

Color Harmonies of #B34482

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B34482

Black with #B34482

Text Example


Text Example

White with #B34482

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B34482; }

 p { color: rgb(179,68,130); }

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

background-color css

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

 a { background-color: rgb(179,68,130); }

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

border-color css

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

 span { border-color: rgb(179,68,130); }

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