Html Css Color HEX #B1129B Medium Violet Red

📋 copy color: '#B1129B'

red 177 ◦ green 18 ◦ blue 155

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

Shades of Medium Violet Red #B1129B

Tints of Medium Violet Red #B1129B

RGB

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

 GREEN value IS 18 (7.42% from 255) = 5.14%

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

R = 50.57%
G = 5.14%
B = 44.29%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.12

 K value IS 0.31

RGB Variations

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

Color information

#B1129B (or 0xB1129B) is known color: Medium Violet Red. HEX triplet: B1, 12 and 9B. RGB value is (177,18,155). Sum of RGB (Red+Green+Blue) = 177+18+155=350 (46% of max value = 765). Red value is 177 (69.53% from 255 or 50.57% from 350); Green value is 18 (7.42% from 255 or 5.14% from 350); Blue value is 155 (60.94% from 255 or 44.29% from 350); Max value from RGB is 177 - color contains mainly: red. Hex color #B1129B is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B1129B is #4EED64. Grayscale: #505050. Windows color (decimal): -5172581 or 10162865. OLE color: 10162865.

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

Color convert

RGB 177 18 155 -
CMYK 0 0.90 0.12 0.31
HSL 308.3º 0.82% 0.38% -
HSV(B) 308.3º 0.9% 0.69% -
XYZ 24.26 12.15 32.08 -
YUV 81.16 169.68 196.36 -
System Red Green Blue C M Y K H S L
Decimal 177 18 155 0 0.90 0.12 0.31 308.3 0.82 0.38
Hex B1 12 9B 0 5A C 1F 134 52 26
Octal 261 22 233 0 132 14 37 464 122 46
Binary 10110001 10010 10011011 0 1011010 1100 11111 100110100 1010010 100110

Color Harmonies of #B1129B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1129B

Black with #B1129B

Text Example


Text Example

White with #B1129B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1129B; }

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

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

background-color css

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

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

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

border-color css

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

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

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