Html Css Color HEX #B1328D Medium Red Violet

📋 copy color: '#B1328D'

red 177 ◦ green 50 ◦ blue 141

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

Shades of Medium Red Violet #B1328D

Tints of Medium Red Violet #B1328D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 38.32%

R = 48.1%
G = 13.59%
B = 38.32%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.20

 K value IS 0.31

RGB Variations

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

Color information

#B1328D (or 0xB1328D) is known color: Medium Red Violet. HEX triplet: B1, 32 and 8D. RGB value is (177,50,141). Sum of RGB (Red+Green+Blue) = 177+50+141=368 (48% of max value = 765). Red value is 177 (69.53% from 255 or 48.10% from 368); Green value is 50 (19.92% from 255 or 13.59% from 368); Blue value is 141 (55.47% from 255 or 38.32% from 368); Max value from RGB is 177 - color contains mainly: red. Hex color #B1328D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B1328D is #4ECD72. Grayscale: #626262. Windows color (decimal): -5164403 or 9253553. OLE color: 9253553.

HSL color Cylindrical-coordinate representation of color #B1328D: hue angle of 317.01º 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 #B1328D is Cyan = 0, Magento = 0.72, Yellow = 0.20 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 50 141 -
CMYK 0 0.72 0.20 0.31
HSL 317.01º 0.56% 0.45% -
HSV(B) 317.01º 0.72% 0.69% -
XYZ 24.08 13.55 26.55 -
YUV 98.35 152.08 184.1 -
System Red Green Blue C M Y K H S L
Decimal 177 50 141 0 0.72 0.20 0.31 317.01 0.56 0.45
Hex B1 32 8D 0 48 14 1F 13D 38 2D
Octal 261 62 215 0 110 24 37 475 70 55
Binary 10110001 110010 10001101 0 1001000 10100 11111 100111101 111000 101101

Color Harmonies of #B1328D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1328D

Black with #B1328D

Text Example


Text Example

White with #B1328D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1328D; }

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

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

background-color css

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

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

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

border-color css

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

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

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