Html Css Color HEX #B34181 Medium Red Violet

📋 copy color: '#B34181'

red 179 ◦ green 65 ◦ blue 129

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

Shades of Medium Red Violet #B34181

Tints of Medium Red Violet #B34181

RGB

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

 GREEN value IS 65 (25.78% from 255) = 17.43%

 BLUE value IS 129 (50.78% from 255) = 34.58%

R = 47.99%
G = 17.43%
B = 34.58%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.28

 K value IS 0.30

RGB Variations

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

Color information

#B34181 (or 0xB34181) is known color: Medium Red Violet. HEX triplet: B3, 41 and 81. RGB value is (179,65,129). Sum of RGB (Red+Green+Blue) = 179+65+129=373 (49% of max value = 765). Red value is 179 (70.31% from 255 or 47.99% from 373); Green value is 65 (25.78% from 255 or 17.43% from 373); Blue value is 129 (50.78% from 255 or 34.58% from 373); Max value from RGB is 179 - color contains mainly: red. Hex color #B34181 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B34181 is #4CBE7E. Grayscale: #6A6A6A. Windows color (decimal): -5029503 or 8470963. OLE color: 8470963.

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

Color convert

RGB 179 65 129 -
CMYK 0 0.64 0.28 0.30
HSL 326.32º 0.47% 0.48% -
HSV(B) 326.32º 0.64% 0.7% -
XYZ 24.44 14.95 22.37 -
YUV 106.38 140.77 179.8 -
System Red Green Blue C M Y K H S L
Decimal 179 65 129 0 0.64 0.28 0.30 326.32 0.47 0.48
Hex B3 41 81 0 40 1C 1E 146 2F 30
Octal 263 101 201 0 100 34 36 506 57 60
Binary 10110011 1000001 10000001 0 1000000 11100 11110 101000110 101111 110000

Color Harmonies of #B34181

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B34181

Black with #B34181

Text Example


Text Example

White with #B34181

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B34181; }

 p { color: rgb(179,65,129); }

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

background-color css

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

 a { background-color: rgb(179,65,129); }

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

border-color css

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

 span { border-color: rgb(179,65,129); }

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