Html Css Color HEX #B1329B Medium Red Violet

📋 copy color: '#B1329B'

red 177 ◦ green 50 ◦ blue 155

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

Shades of Medium Red Violet #B1329B

Tints of Medium Red Violet #B1329B

RGB

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

 GREEN value IS 50 (19.92% from 255) = 13.09%

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

R = 46.34%
G = 13.09%
B = 40.58%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.12

 K value IS 0.31

RGB Variations

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

Color information

#B1329B (or 0xB1329B) is known color: Medium Red Violet. HEX triplet: B1, 32 and 9B. RGB value is (177,50,155). Sum of RGB (Red+Green+Blue) = 177+50+155=382 (50% of max value = 765). Red value is 177 (69.53% from 255 or 46.34% from 382); Green value is 50 (19.92% from 255 or 13.09% from 382); Blue value is 155 (60.94% from 255 or 40.58% from 382); Max value from RGB is 177 - color contains mainly: red. Hex color #B1329B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B1329B is #4ECD64. Grayscale: #636363. Windows color (decimal): -5164389 or 10171057. OLE color: 10171057.

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

Color convert

RGB 177 50 155 -
CMYK 0 0.72 0.12 0.31
HSL 310.39º 0.56% 0.45% -
HSV(B) 310.39º 0.72% 0.69% -
XYZ 25.19 13.99 32.38 -
YUV 99.94 159.08 182.96 -
System Red Green Blue C M Y K H S L
Decimal 177 50 155 0 0.72 0.12 0.31 310.39 0.56 0.45
Hex B1 32 9B 0 48 C 1F 136 38 2D
Octal 261 62 233 0 110 14 37 466 70 55
Binary 10110001 110010 10011011 0 1001000 1100 11111 100110110 111000 101101

Color Harmonies of #B1329B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1329B

Black with #B1329B

Text Example


Text Example

White with #B1329B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1329B; }

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

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

background-color css

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

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

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

border-color css

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

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

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