Html Css Color HEX #B1359C Medium Red Violet

📋 copy color: '#B1359C'

red 177 ◦ green 53 ◦ blue 156

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

Shades of Medium Red Violet #B1359C

Tints of Medium Red Violet #B1359C

RGB

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

 GREEN value IS 53 (21.09% from 255) = 13.73%

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

R = 45.85%
G = 13.73%
B = 40.41%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.12

 K value IS 0.31

RGB Variations

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

Color information

#B1359C (or 0xB1359C) is known color: Medium Red Violet. HEX triplet: B1, 35 and 9C. RGB value is (177,53,156). Sum of RGB (Red+Green+Blue) = 177+53+156=386 (51% of max value = 765). Red value is 177 (69.53% from 255 or 45.85% from 386); Green value is 53 (21.09% from 255 or 13.73% from 386); Blue value is 156 (61.33% from 255 or 40.41% from 386); Max value from RGB is 177 - color contains mainly: red. Hex color #B1359C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B1359C is #4ECA63. Grayscale: #656565. Windows color (decimal): -5163620 or 10237361. OLE color: 10237361.

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

Color convert

RGB 177 53 156 -
CMYK 0 0.70 0.12 0.31
HSL 310.16º 0.54% 0.45% -
HSV(B) 310.16º 0.7% 0.69% -
XYZ 25.41 14.29 32.87 -
YUV 101.82 158.58 181.62 -
System Red Green Blue C M Y K H S L
Decimal 177 53 156 0 0.70 0.12 0.31 310.16 0.54 0.45
Hex B1 35 9C 0 46 C 1F 136 36 2D
Octal 261 65 234 0 106 14 37 466 66 55
Binary 10110001 110101 10011100 0 1000110 1100 11111 100110110 110110 101101

Color Harmonies of #B1359C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1359C

Black with #B1359C

Text Example


Text Example

White with #B1359C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1359C; }

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

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

background-color css

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

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

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

border-color css

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

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

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