Html Css Color HEX #B34382 Medium Red Violet

📋 copy color: '#B34382'

red 179 ◦ green 67 ◦ blue 130

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

Shades of Medium Red Violet #B34382

Tints of Medium Red Violet #B34382

RGB

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

 GREEN value IS 67 (26.56% from 255) = 17.82%

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

R = 47.61%
G = 17.82%
B = 34.57%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.27

 K value IS 0.30

RGB Variations

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

Color information

#B34382 (or 0xB34382) is known color: Medium Red Violet. HEX triplet: B3, 43 and 82. RGB value is (179,67,130). Sum of RGB (Red+Green+Blue) = 179+67+130=376 (49% of max value = 765). Red value is 179 (70.31% from 255 or 47.61% from 376); Green value is 67 (26.56% from 255 or 17.82% from 376); Blue value is 130 (51.17% from 255 or 34.57% from 376); Max value from RGB is 179 - color contains mainly: red. Hex color #B34382 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B34382 is #4CBC7D. Grayscale: #6B6B6B. Windows color (decimal): -5028990 or 8537011. OLE color: 8537011.

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

Color convert

RGB 179 67 130 -
CMYK 0 0.63 0.27 0.30
HSL 326.25º 0.46% 0.48% -
HSV(B) 326.25º 0.63% 0.7% -
XYZ 24.63 15.21 22.76 -
YUV 107.67 140.61 178.88 -
System Red Green Blue C M Y K H S L
Decimal 179 67 130 0 0.63 0.27 0.30 326.25 0.46 0.48
Hex B3 43 82 0 3F 1B 1E 146 2E 30
Octal 263 103 202 0 77 33 36 506 56 60
Binary 10110011 1000011 10000010 0 111111 11011 11110 101000110 101110 110000

Color Harmonies of #B34382

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B34382

Black with #B34382

Text Example


Text Example

White with #B34382

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B34382; }

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

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

background-color css

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

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

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

border-color css

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

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

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