Html Css Color HEX #B12981 Medium Red Violet

📋 copy color: '#B12981'

red 177 ◦ green 41 ◦ blue 129

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

Shades of Medium Red Violet #B12981

Tints of Medium Red Violet #B12981

RGB

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

 GREEN value IS 41 (16.41% from 255) = 11.82%

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

R = 51.01%
G = 11.82%
B = 37.18%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.27

 K value IS 0.31

RGB Variations

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

Color information

#B12981 (or 0xB12981) is known color: Medium Red Violet. HEX triplet: B1, 29 and 81. RGB value is (177,41,129). Sum of RGB (Red+Green+Blue) = 177+41+129=347 (45% of max value = 765). Red value is 177 (69.53% from 255 or 51.01% from 347); Green value is 41 (16.41% from 255 or 11.82% from 347); Blue value is 129 (50.78% from 255 or 37.18% from 347); Max value from RGB is 177 - color contains mainly: red. Hex color #B12981 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B12981 is #4ED67E. Grayscale: #5B5B5B. Windows color (decimal): -5166719 or 8464817. OLE color: 8464817.

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

Color convert

RGB 177 41 129 -
CMYK 0 0.77 0.27 0.31
HSL 321.18º 0.62% 0.43% -
HSV(B) 321.18º 0.77% 0.69% -
XYZ 22.89 12.52 21.98 -
YUV 91.7 149.06 188.84 -
System Red Green Blue C M Y K H S L
Decimal 177 41 129 0 0.77 0.27 0.31 321.18 0.62 0.43
Hex B1 29 81 0 4D 1B 1F 141 3E 2B
Octal 261 51 201 0 115 33 37 501 76 53
Binary 10110001 101001 10000001 0 1001101 11011 11111 101000001 111110 101011

Color Harmonies of #B12981

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B12981

Black with #B12981

Text Example


Text Example

White with #B12981

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B12981; }

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

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

background-color css

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

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

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

border-color css

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

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

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