Html Css Color HEX #B1139B Medium Violet Red

📋 copy color: '#B1139B'

red 177 ◦ green 19 ◦ blue 155

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

Shades of Medium Violet Red #B1139B

Tints of Medium Violet Red #B1139B

RGB

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

 GREEN value IS 19 (7.81% from 255) = 5.41%

 BLUE value IS 155 (60.94% from 255) = 44.16%

R = 50.43%
G = 5.41%
B = 44.16%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.12

 K value IS 0.31

RGB Variations

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

Color information

#B1139B (or 0xB1139B) is known color: Medium Violet Red. HEX triplet: B1, 13 and 9B. RGB value is (177,19,155). Sum of RGB (Red+Green+Blue) = 177+19+155=351 (46% of max value = 765). Red value is 177 (69.53% from 255 or 50.43% from 351); Green value is 19 (7.81% from 255 or 5.41% from 351); Blue value is 155 (60.94% from 255 or 44.16% from 351); Max value from RGB is 177 - color contains mainly: red. Hex color #B1139B is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B1139B is #4EEC64. Grayscale: #515151. Windows color (decimal): -5172325 or 10163121. OLE color: 10163121.

HSL color Cylindrical-coordinate representation of color #B1139B: hue angle of 308.35º degrees, saturation: 0.81, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #B1139B is Cyan = 0, Magento = 0.89, Yellow = 0.12 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 19 155 -
CMYK 0 0.89 0.12 0.31
HSL 308.35º 0.81% 0.38% -
HSV(B) 308.35º 0.89% 0.69% -
XYZ 24.28 12.18 32.08 -
YUV 81.75 169.35 195.94 -
System Red Green Blue C M Y K H S L
Decimal 177 19 155 0 0.89 0.12 0.31 308.35 0.81 0.38
Hex B1 13 9B 0 59 C 1F 134 51 26
Octal 261 23 233 0 131 14 37 464 121 46
Binary 10110001 10011 10011011 0 1011001 1100 11111 100110100 1010001 100110

Color Harmonies of #B1139B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1139B

Black with #B1139B

Text Example


Text Example

White with #B1139B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1139B; }

 p { color: rgb(177,19,155); }

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

background-color css

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

 a { background-color: rgb(177,19,155); }

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

border-color css

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

 span { border-color: rgb(177,19,155); }

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