Html Css Color HEX #B1337D Medium Red Violet

📋 copy color: '#B1337D'

red 177 ◦ green 51 ◦ blue 125

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

Shades of Medium Red Violet #B1337D

Tints of Medium Red Violet #B1337D

RGB

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

 GREEN value IS 51 (20.31% from 255) = 14.45%

 BLUE value IS 125 (49.22% from 255) = 35.41%

R = 50.14%
G = 14.45%
B = 35.41%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.29

 K value IS 0.31

RGB Variations

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

Color information

#B1337D (or 0xB1337D) is known color: Medium Red Violet. HEX triplet: B1, 33 and 7D. RGB value is (177,51,125). Sum of RGB (Red+Green+Blue) = 177+51+125=353 (46% of max value = 765). Red value is 177 (69.53% from 255 or 50.14% from 353); Green value is 51 (20.31% from 255 or 14.45% from 353); Blue value is 125 (49.22% from 255 or 35.41% from 353); Max value from RGB is 177 - color contains mainly: red. Hex color #B1337D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B1337D is #4ECC82. Grayscale: #606060. Windows color (decimal): -5164163 or 8205233. OLE color: 8205233.

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

Color convert

RGB 177 51 125 -
CMYK 0 0.71 0.29 0.31
HSL 324.76º 0.55% 0.45% -
HSV(B) 324.76º 0.71% 0.69% -
XYZ 23.02 13.2 20.74 -
YUV 97.11 143.74 184.98 -
System Red Green Blue C M Y K H S L
Decimal 177 51 125 0 0.71 0.29 0.31 324.76 0.55 0.45
Hex B1 33 7D 0 47 1D 1F 145 37 2D
Octal 261 63 175 0 107 35 37 505 67 55
Binary 10110001 110011 1111101 0 1000111 11101 11111 101000101 110111 101101

Color Harmonies of #B1337D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1337D

Black with #B1337D

Text Example


Text Example

White with #B1337D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1337D; }

 p { color: rgb(177,51,125); }

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

background-color css

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

 a { background-color: rgb(177,51,125); }

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

border-color css

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

 span { border-color: rgb(177,51,125); }

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