Html Css Color HEX #B34091 Medium Red Violet

📋 copy color: '#B34091'

red 179 ◦ green 64 ◦ blue 145

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

Shades of Medium Red Violet #B34091

Tints of Medium Red Violet #B34091

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 37.37%

R = 46.13%
G = 16.49%
B = 37.37%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.19

 K value IS 0.30

RGB Variations

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

Color information

#B34091 (or 0xB34091) is known color: Medium Red Violet. HEX triplet: B3, 40 and 91. RGB value is (179,64,145). Sum of RGB (Red+Green+Blue) = 179+64+145=388 (51% of max value = 765). Red value is 179 (70.31% from 255 or 46.13% from 388); Green value is 64 (25.39% from 255 or 16.49% from 388); Blue value is 145 (57.03% from 255 or 37.37% from 388); Max value from RGB is 179 - color contains mainly: red. Hex color #B34091 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B34091 is #4CBF6E. Grayscale: #6B6B6B. Windows color (decimal): -5029743 or 9519283. OLE color: 9519283.

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

Color convert

RGB 179 64 145 -
CMYK 0 0.64 0.19 0.30
HSL 317.74º 0.47% 0.48% -
HSV(B) 317.74º 0.64% 0.7% -
XYZ 25.53 15.29 28.39 -
YUV 107.62 149.1 178.91 -
System Red Green Blue C M Y K H S L
Decimal 179 64 145 0 0.64 0.19 0.30 317.74 0.47 0.48
Hex B3 40 91 0 40 13 1E 13E 2F 30
Octal 263 100 221 0 100 23 36 476 57 60
Binary 10110011 1000000 10010001 0 1000000 10011 11110 100111110 101111 110000

Color Harmonies of #B34091

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B34091

Black with #B34091

Text Example


Text Example

White with #B34091

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B34091; }

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

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

background-color css

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

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

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

border-color css

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

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

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