Html Css Color HEX #B1377B Medium Red Violet

📋 copy color: '#B1377B'

red 177 ◦ green 55 ◦ blue 123

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

Shades of Medium Red Violet #B1377B

Tints of Medium Red Violet #B1377B

RGB

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

 GREEN value IS 55 (21.88% from 255) = 15.49%

 BLUE value IS 123 (48.44% from 255) = 34.65%

R = 49.86%
G = 15.49%
B = 34.65%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.31

 K value IS 0.31

RGB Variations

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

Color information

#B1377B (or 0xB1377B) is known color: Medium Red Violet. HEX triplet: B1, 37 and 7B. RGB value is (177,55,123). Sum of RGB (Red+Green+Blue) = 177+55+123=355 (47% of max value = 765). Red value is 177 (69.53% from 255 or 49.86% from 355); Green value is 55 (21.88% from 255 or 15.49% from 355); Blue value is 123 (48.44% from 255 or 34.65% from 355); Max value from RGB is 177 - color contains mainly: red. Hex color #B1377B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B1377B is #4EC884. Grayscale: #636363. Windows color (decimal): -5163141 or 8075185. OLE color: 8075185.

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

Color convert

RGB 177 55 123 -
CMYK 0 0.69 0.31 0.31
HSL 326.56º 0.53% 0.45% -
HSV(B) 326.56º 0.69% 0.69% -
XYZ 23.07 13.51 20.13 -
YUV 99.23 141.42 183.47 -
System Red Green Blue C M Y K H S L
Decimal 177 55 123 0 0.69 0.31 0.31 326.56 0.53 0.45
Hex B1 37 7B 0 45 1F 1F 147 35 2D
Octal 261 67 173 0 105 37 37 507 65 55
Binary 10110001 110111 1111011 0 1000101 11111 11111 101000111 110101 101101

Color Harmonies of #B1377B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1377B

Black with #B1377B

Text Example


Text Example

White with #B1377B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1377B; }

 p { color: rgb(177,55,123); }

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

background-color css

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

 a { background-color: rgb(177,55,123); }

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

border-color css

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

 span { border-color: rgb(177,55,123); }

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