Html Css Color HEX #B1387C Medium Red Violet

📋 copy color: '#B1387C'

red 177 ◦ green 56 ◦ blue 124

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

Shades of Medium Red Violet #B1387C

Tints of Medium Red Violet #B1387C

RGB

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

 GREEN value IS 56 (22.27% from 255) = 15.69%

 BLUE value IS 124 (48.83% from 255) = 34.73%

R = 49.58%
G = 15.69%
B = 34.73%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.30

 K value IS 0.31

RGB Variations

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

Color information

#B1387C (or 0xB1387C) is known color: Medium Red Violet. HEX triplet: B1, 38 and 7C. RGB value is (177,56,124). Sum of RGB (Red+Green+Blue) = 177+56+124=357 (47% of max value = 765). Red value is 177 (69.53% from 255 or 49.58% from 357); Green value is 56 (22.27% from 255 or 15.69% from 357); Blue value is 124 (48.83% from 255 or 34.73% from 357); Max value from RGB is 177 - color contains mainly: red. Hex color #B1387C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B1387C is #4EC783. Grayscale: #636363. Windows color (decimal): -5162884 or 8140977. OLE color: 8140977.

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

Color convert

RGB 177 56 124 -
CMYK 0 0.68 0.30 0.31
HSL 326.28º 0.52% 0.46% -
HSV(B) 326.28º 0.68% 0.69% -
XYZ 23.18 13.63 20.48 -
YUV 99.93 141.59 182.97 -
System Red Green Blue C M Y K H S L
Decimal 177 56 124 0 0.68 0.30 0.31 326.28 0.52 0.46
Hex B1 38 7C 0 44 1E 1F 146 34 2E
Octal 261 70 174 0 104 36 37 506 64 56
Binary 10110001 111000 1111100 0 1000100 11110 11111 101000110 110100 101110

Color Harmonies of #B1387C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1387C

Black with #B1387C

Text Example


Text Example

White with #B1387C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1387C; }

 p { color: rgb(177,56,124); }

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

background-color css

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

 a { background-color: rgb(177,56,124); }

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

border-color css

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

 span { border-color: rgb(177,56,124); }

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