Html Css Color HEX #B12891 Medium Red Violet

📋 copy color: '#B12891'

red 177 ◦ green 40 ◦ blue 145

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

Shades of Medium Red Violet #B12891

Tints of Medium Red Violet #B12891

RGB

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

 GREEN value IS 40 (16.02% from 255) = 11.05%

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

R = 48.9%
G = 11.05%
B = 40.06%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.18

 K value IS 0.31

RGB Variations

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

Color information

#B12891 (or 0xB12891) is known color: Medium Red Violet. HEX triplet: B1, 28 and 91. RGB value is (177,40,145). Sum of RGB (Red+Green+Blue) = 177+40+145=362 (47% of max value = 765). Red value is 177 (69.53% from 255 or 48.90% from 362); Green value is 40 (16.02% from 255 or 11.05% from 362); Blue value is 145 (57.03% from 255 or 40.06% from 362); Max value from RGB is 177 - color contains mainly: red. Hex color #B12891 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B12891 is #4ED76E. Grayscale: #5C5C5C. Windows color (decimal): -5166959 or 9513137. OLE color: 9513137.

HSL color Cylindrical-coordinate representation of color #B12891: hue angle of 314.01º degrees, saturation: 0.63, 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 #B12891 is Cyan = 0, Magento = 0.77, Yellow = 0.18 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 40 145 -
CMYK 0 0.77 0.18 0.31
HSL 314.01º 0.63% 0.43% -
HSV(B) 314.01º 0.77% 0.69% -
XYZ 24 12.91 28.01 -
YUV 92.93 157.39 187.96 -
System Red Green Blue C M Y K H S L
Decimal 177 40 145 0 0.77 0.18 0.31 314.01 0.63 0.43
Hex B1 28 91 0 4D 12 1F 13A 3F 2B
Octal 261 50 221 0 115 22 37 472 77 53
Binary 10110001 101000 10010001 0 1001101 10010 11111 100111010 111111 101011

Color Harmonies of #B12891

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B12891

Black with #B12891

Text Example


Text Example

White with #B12891

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B12891; }

 p { color: rgb(177,40,145); }

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

background-color css

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

 a { background-color: rgb(177,40,145); }

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

border-color css

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

 span { border-color: rgb(177,40,145); }

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