Html Css Color HEX #B1387F Medium Red Violet

📋 copy color: '#B1387F'

red 177 ◦ green 56 ◦ blue 127

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

Shades of Medium Red Violet #B1387F

Tints of Medium Red Violet #B1387F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 35.28%

R = 49.17%
G = 15.56%
B = 35.28%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.28

 K value IS 0.31

RGB Variations

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

Color information

#B1387F (or 0xB1387F) is known color: Medium Red Violet. HEX triplet: B1, 38 and 7F. RGB value is (177,56,127). Sum of RGB (Red+Green+Blue) = 177+56+127=360 (47% of max value = 765). Red value is 177 (69.53% from 255 or 49.17% from 360); Green value is 56 (22.27% from 255 or 15.56% from 360); Blue value is 127 (50% from 255 or 35.28% from 360); Max value from RGB is 177 - color contains mainly: red. Hex color #B1387F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B1387F is #4EC780. Grayscale: #646464. Windows color (decimal): -5162881 or 8337585. OLE color: 8337585.

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

Color convert

RGB 177 56 127 -
CMYK 0 0.68 0.28 0.31
HSL 324.79º 0.52% 0.46% -
HSV(B) 324.79º 0.68% 0.69% -
XYZ 23.38 13.71 21.49 -
YUV 100.27 143.09 182.73 -
System Red Green Blue C M Y K H S L
Decimal 177 56 127 0 0.68 0.28 0.31 324.79 0.52 0.46
Hex B1 38 7F 0 44 1C 1F 145 34 2E
Octal 261 70 177 0 104 34 37 505 64 56
Binary 10110001 111000 1111111 0 1000100 11100 11111 101000101 110100 101110

Color Harmonies of #B1387F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1387F

Black with #B1387F

Text Example


Text Example

White with #B1387F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1387F; }

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

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

background-color css

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

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

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

border-color css

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

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

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