Html Css Color HEX #B14381 Medium Red Violet

📋 copy color: '#B14381'

red 177 ◦ green 67 ◦ blue 129

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

Shades of Medium Red Violet #B14381

Tints of Medium Red Violet #B14381

RGB

 RED value IS 177 (69.53% from 255) = 47.45%

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

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

R = 47.45%
G = 17.96%
B = 34.58%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.27

 K value IS 0.31

RGB Variations

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

Color information

#B14381 (or 0xB14381) is known color: Medium Red Violet. HEX triplet: B1, 43 and 81. RGB value is (177,67,129). Sum of RGB (Red+Green+Blue) = 177+67+129=373 (49% of max value = 765). Red value is 177 (69.53% from 255 or 47.45% from 373); Green value is 67 (26.56% from 255 or 17.96% from 373); Blue value is 129 (50.78% from 255 or 34.58% from 373); Max value from RGB is 177 - color contains mainly: red. Hex color #B14381 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B14381 is #4EBC7E. Grayscale: #6A6A6A. Windows color (decimal): -5160063 or 8471473. OLE color: 8471473.

HSL color Cylindrical-coordinate representation of color #B14381: hue angle of 326.18º degrees, saturation: 0.45, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #B14381 is Cyan = 0, Magento = 0.62, Yellow = 0.27 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 67 129 -
CMYK 0 0.62 0.27 0.31
HSL 326.18º 0.45% 0.48% -
HSV(B) 326.18º 0.62% 0.69% -
XYZ 24.1 14.95 22.38 -
YUV 106.96 140.44 177.96 -
System Red Green Blue C M Y K H S L
Decimal 177 67 129 0 0.62 0.27 0.31 326.18 0.45 0.48
Hex B1 43 81 0 3E 1B 1F 146 2D 30
Octal 261 103 201 0 76 33 37 506 55 60
Binary 10110001 1000011 10000001 0 111110 11011 11111 101000110 101101 110000

Color Harmonies of #B14381

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B14381

Black with #B14381

Text Example


Text Example

White with #B14381

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B14381; }

 p { color: rgb(177,67,129); }

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

background-color css

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

 a { background-color: rgb(177,67,129); }

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

border-color css

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

 span { border-color: rgb(177,67,129); }

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