Html Css Color HEX #B1359D Medium Red Violet

📋 copy color: '#B1359D'

red 177 ◦ green 53 ◦ blue 157

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

Shades of Medium Red Violet #B1359D

Tints of Medium Red Violet #B1359D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 40.57%

R = 45.74%
G = 13.7%
B = 40.57%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.11

 K value IS 0.31

RGB Variations

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

Color information

#B1359D (or 0xB1359D) is known color: Medium Red Violet. HEX triplet: B1, 35 and 9D. RGB value is (177,53,157). Sum of RGB (Red+Green+Blue) = 177+53+157=387 (51% of max value = 765). Red value is 177 (69.53% from 255 or 45.74% from 387); Green value is 53 (21.09% from 255 or 13.70% from 387); Blue value is 157 (61.72% from 255 or 40.57% from 387); Max value from RGB is 177 - color contains mainly: red. Hex color #B1359D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B1359D is #4ECA62. Grayscale: #656565. Windows color (decimal): -5163619 or 10302897. OLE color: 10302897.

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

Color convert

RGB 177 53 157 -
CMYK 0 0.70 0.11 0.31
HSL 309.68º 0.54% 0.45% -
HSV(B) 309.68º 0.7% 0.69% -
XYZ 25.49 14.33 33.32 -
YUV 101.93 159.08 181.54 -
System Red Green Blue C M Y K H S L
Decimal 177 53 157 0 0.70 0.11 0.31 309.68 0.54 0.45
Hex B1 35 9D 0 46 B 1F 136 36 2D
Octal 261 65 235 0 106 13 37 466 66 55
Binary 10110001 110101 10011101 0 1000110 1011 11111 100110110 110110 101101

Color Harmonies of #B1359D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1359D

Black with #B1359D

Text Example


Text Example

White with #B1359D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1359D; }

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

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

background-color css

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

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

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

border-color css

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

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

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