Html Css Color HEX #B14581 Medium Red Violet

📋 copy color: '#B14581'

red 177 ◦ green 69 ◦ blue 129

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

Shades of Medium Red Violet #B14581

Tints of Medium Red Violet #B14581

RGB

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

 GREEN value IS 69 (27.34% from 255) = 18.4%

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

R = 47.2%
G = 18.4%
B = 34.4%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.27

 K value IS 0.31

RGB Variations

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

Color information

#B14581 (or 0xB14581) is known color: Medium Red Violet. HEX triplet: B1, 45 and 81. RGB value is (177,69,129). Sum of RGB (Red+Green+Blue) = 177+69+129=375 (49% of max value = 765). Red value is 177 (69.53% from 255 or 47.2% from 375); Green value is 69 (27.34% from 255 or 18.4% from 375); Blue value is 129 (50.78% from 255 or 34.4% from 375); Max value from RGB is 177 - color contains mainly: red. Hex color #B14581 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B14581 is #4EBA7E. Grayscale: #6C6C6C. Windows color (decimal): -5159551 or 8471985. OLE color: 8471985.

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

Color convert

RGB 177 69 129 -
CMYK 0 0.61 0.27 0.31
HSL 326.67º 0.44% 0.48% -
HSV(B) 326.67º 0.61% 0.69% -
XYZ 24.22 15.19 22.42 -
YUV 108.13 139.78 177.12 -
System Red Green Blue C M Y K H S L
Decimal 177 69 129 0 0.61 0.27 0.31 326.67 0.44 0.48
Hex B1 45 81 0 3D 1B 1F 147 2C 30
Octal 261 105 201 0 75 33 37 507 54 60
Binary 10110001 1000101 10000001 0 111101 11011 11111 101000111 101100 110000

Color Harmonies of #B14581

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B14581

Black with #B14581

Text Example


Text Example

White with #B14581

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B14581; }

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

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

background-color css

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

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

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

border-color css

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

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

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