Html Css Color HEX #B1349B Medium Red Violet

📋 copy color: '#B1349B'

red 177 ◦ green 52 ◦ blue 155

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

Shades of Medium Red Violet #B1349B

Tints of Medium Red Violet #B1349B

RGB

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

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

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

R = 46.09%
G = 13.54%
B = 40.36%

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

#B1349B (or 0xB1349B) is known color: Medium Red Violet. HEX triplet: B1, 34 and 9B. RGB value is (177,52,155). Sum of RGB (Red+Green+Blue) = 177+52+155=384 (50% of max value = 765). Red value is 177 (69.53% from 255 or 46.09% from 384); Green value is 52 (20.70% from 255 or 13.54% from 384); Blue value is 155 (60.94% from 255 or 40.36% from 384); Max value from RGB is 177 - color contains mainly: red. Hex color #B1349B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B1349B is #4ECB64. Grayscale: #646464. Windows color (decimal): -5163877 or 10171569. OLE color: 10171569.

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

Color convert

RGB 177 52 155 -
CMYK 0 0.71 0.12 0.31
HSL 310.56º 0.55% 0.45% -
HSV(B) 310.56º 0.71% 0.69% -
XYZ 25.28 14.17 32.41 -
YUV 101.12 158.41 182.12 -
System Red Green Blue C M Y K H S L
Decimal 177 52 155 0 0.71 0.12 0.31 310.56 0.55 0.45
Hex B1 34 9B 0 47 C 1F 137 37 2D
Octal 261 64 233 0 107 14 37 467 67 55
Binary 10110001 110100 10011011 0 1000111 1100 11111 100110111 110111 101101

Color Harmonies of #B1349B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1349B

Black with #B1349B

Text Example


Text Example

White with #B1349B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1349B; }

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

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

background-color css

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

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

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

border-color css

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

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

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