Html Css Color HEX #B1349C Medium Red Violet

📋 copy color: '#B1349C'

red 177 ◦ green 52 ◦ blue 156

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

Shades of Medium Red Violet #B1349C

Tints of Medium Red Violet #B1349C

RGB

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

 GREEN value IS 52 (20.7% from 255) = 13.51%

 BLUE value IS 156 (61.33% from 255) = 40.52%

R = 45.97%
G = 13.51%
B = 40.52%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.12

 K value IS 0.31

RGB Variations

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

Color information

#B1349C (or 0xB1349C) is known color: Medium Red Violet. HEX triplet: B1, 34 and 9C. RGB value is (177,52,156). Sum of RGB (Red+Green+Blue) = 177+52+156=385 (50% of max value = 765). Red value is 177 (69.53% from 255 or 45.97% from 385); Green value is 52 (20.70% from 255 or 13.51% from 385); Blue value is 156 (61.33% from 255 or 40.52% from 385); Max value from RGB is 177 - color contains mainly: red. Hex color #B1349C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B1349C is #4ECB63. Grayscale: #646464. Windows color (decimal): -5163876 or 10237105. OLE color: 10237105.

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

Color convert

RGB 177 52 156 -
CMYK 0 0.71 0.12 0.31
HSL 310.08º 0.55% 0.45% -
HSV(B) 310.08º 0.71% 0.69% -
XYZ 25.36 14.2 32.86 -
YUV 101.23 158.91 182.04 -
System Red Green Blue C M Y K H S L
Decimal 177 52 156 0 0.71 0.12 0.31 310.08 0.55 0.45
Hex B1 34 9C 0 47 C 1F 136 37 2D
Octal 261 64 234 0 107 14 37 466 67 55
Binary 10110001 110100 10011100 0 1000111 1100 11111 100110110 110111 101101

Color Harmonies of #B1349C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1349C

Black with #B1349C

Text Example


Text Example

White with #B1349C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1349C; }

 p { color: rgb(177,52,156); }

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

background-color css

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

 a { background-color: rgb(177,52,156); }

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

border-color css

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

 span { border-color: rgb(177,52,156); }

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