Html Css Color HEX #B34084 Medium Red Violet

📋 copy color: '#B34084'

red 179 ◦ green 64 ◦ blue 132

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

Shades of Medium Red Violet #B34084

Tints of Medium Red Violet #B34084

RGB

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

 GREEN value IS 64 (25.39% from 255) = 17.07%

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

R = 47.73%
G = 17.07%
B = 35.2%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.26

 K value IS 0.30

RGB Variations

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

Color information

#B34084 (or 0xB34084) is known color: Medium Red Violet. HEX triplet: B3, 40 and 84. RGB value is (179,64,132). Sum of RGB (Red+Green+Blue) = 179+64+132=375 (49% of max value = 765). Red value is 179 (70.31% from 255 or 47.73% from 375); Green value is 64 (25.39% from 255 or 17.07% from 375); Blue value is 132 (51.95% from 255 or 35.2% from 375); Max value from RGB is 179 - color contains mainly: red. Hex color #B34084 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B34084 is #4CBF7B. Grayscale: #696969. Windows color (decimal): -5029756 or 8667315. OLE color: 8667315.

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

Color convert

RGB 179 64 132 -
CMYK 0 0.64 0.26 0.30
HSL 324.52º 0.47% 0.48% -
HSV(B) 324.52º 0.64% 0.7% -
XYZ 24.59 14.92 23.41 -
YUV 106.14 142.6 179.97 -
System Red Green Blue C M Y K H S L
Decimal 179 64 132 0 0.64 0.26 0.30 324.52 0.47 0.48
Hex B3 40 84 0 40 1A 1E 145 2F 30
Octal 263 100 204 0 100 32 36 505 57 60
Binary 10110011 1000000 10000100 0 1000000 11010 11110 101000101 101111 110000

Color Harmonies of #B34084

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B34084

Black with #B34084

Text Example


Text Example

White with #B34084

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B34084; }

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

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

background-color css

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

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

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

border-color css

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

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

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