Html Css Color HEX #B34095 Medium Red Violet

📋 copy color: '#B34095'

red 179 ◦ green 64 ◦ blue 149

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

Shades of Medium Red Violet #B34095

Tints of Medium Red Violet #B34095

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 38.01%

R = 45.66%
G = 16.33%
B = 38.01%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.17

 K value IS 0.30

RGB Variations

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

Color information

#B34095 (or 0xB34095) is known color: Medium Red Violet. HEX triplet: B3, 40 and 95. RGB value is (179,64,149). Sum of RGB (Red+Green+Blue) = 179+64+149=392 (51% of max value = 765). Red value is 179 (70.31% from 255 or 45.66% from 392); Green value is 64 (25.39% from 255 or 16.33% from 392); Blue value is 149 (58.59% from 255 or 38.01% from 392); Max value from RGB is 179 - color contains mainly: red. Hex color #B34095 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B34095 is #4CBF6A. Grayscale: #6B6B6B. Windows color (decimal): -5029739 or 9781427. OLE color: 9781427.

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

Color convert

RGB 179 64 149 -
CMYK 0 0.64 0.17 0.30
HSL 315.65º 0.47% 0.48% -
HSV(B) 315.65º 0.64% 0.7% -
XYZ 25.85 15.42 30.05 -
YUV 108.08 151.1 178.59 -
System Red Green Blue C M Y K H S L
Decimal 179 64 149 0 0.64 0.17 0.30 315.65 0.47 0.48
Hex B3 40 95 0 40 11 1E 13C 2F 30
Octal 263 100 225 0 100 21 36 474 57 60
Binary 10110011 1000000 10010101 0 1000000 10001 11110 100111100 101111 110000

Color Harmonies of #B34095

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B34095

Black with #B34095

Text Example


Text Example

White with #B34095

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B34095; }

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

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

background-color css

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

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

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

border-color css

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

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

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