Html Css Color HEX #B1328F Medium Red Violet

📋 copy color: '#B1328F'

red 177 ◦ green 50 ◦ blue 143

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

Shades of Medium Red Violet #B1328F

Tints of Medium Red Violet #B1328F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 38.65%

R = 47.84%
G = 13.51%
B = 38.65%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.19

 K value IS 0.31

RGB Variations

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

Color information

#B1328F (or 0xB1328F) is known color: Medium Red Violet. HEX triplet: B1, 32 and 8F. RGB value is (177,50,143). Sum of RGB (Red+Green+Blue) = 177+50+143=370 (49% of max value = 765). Red value is 177 (69.53% from 255 or 47.84% from 370); Green value is 50 (19.92% from 255 or 13.51% from 370); Blue value is 143 (56.25% from 255 or 38.65% from 370); Max value from RGB is 177 - color contains mainly: red. Hex color #B1328F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B1328F is #4ECD70. Grayscale: #626262. Windows color (decimal): -5164401 or 9384625. OLE color: 9384625.

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

Color convert

RGB 177 50 143 -
CMYK 0 0.72 0.19 0.31
HSL 316.06º 0.56% 0.45% -
HSV(B) 316.06º 0.72% 0.69% -
XYZ 24.23 13.61 27.34 -
YUV 98.58 153.08 183.94 -
System Red Green Blue C M Y K H S L
Decimal 177 50 143 0 0.72 0.19 0.31 316.06 0.56 0.45
Hex B1 32 8F 0 48 13 1F 13C 38 2D
Octal 261 62 217 0 110 23 37 474 70 55
Binary 10110001 110010 10001111 0 1001000 10011 11111 100111100 111000 101101

Color Harmonies of #B1328F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1328F

Black with #B1328F

Text Example


Text Example

White with #B1328F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1328F; }

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

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

background-color css

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

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

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

border-color css

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

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

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