Html Css Color HEX #B1387A Medium Red Violet

📋 copy color: '#B1387A'

red 177 ◦ green 56 ◦ blue 122

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

Shades of Medium Red Violet #B1387A

Tints of Medium Red Violet #B1387A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 34.37%

R = 49.86%
G = 15.77%
B = 34.37%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.31

 K value IS 0.31

RGB Variations

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

Color information

#B1387A (or 0xB1387A) is known color: Medium Red Violet. HEX triplet: B1, 38 and 7A. RGB value is (177,56,122). Sum of RGB (Red+Green+Blue) = 177+56+122=355 (47% of max value = 765). Red value is 177 (69.53% from 255 or 49.86% from 355); Green value is 56 (22.27% from 255 or 15.77% from 355); Blue value is 122 (48.05% from 255 or 34.37% from 355); Max value from RGB is 177 - color contains mainly: red. Hex color #B1387A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B1387A is #4EC785. Grayscale: #636363. Windows color (decimal): -5162886 or 8009905. OLE color: 8009905.

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

Color convert

RGB 177 56 122 -
CMYK 0 0.68 0.31 0.31
HSL 327.27º 0.52% 0.46% -
HSV(B) 327.27º 0.68% 0.69% -
XYZ 23.06 13.58 19.82 -
YUV 99.7 140.59 183.13 -
System Red Green Blue C M Y K H S L
Decimal 177 56 122 0 0.68 0.31 0.31 327.27 0.52 0.46
Hex B1 38 7A 0 44 1F 1F 147 34 2E
Octal 261 70 172 0 104 37 37 507 64 56
Binary 10110001 111000 1111010 0 1000100 11111 11111 101000111 110100 101110

Color Harmonies of #B1387A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1387A

Black with #B1387A

Text Example


Text Example

White with #B1387A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1387A; }

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

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

background-color css

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

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

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

border-color css

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

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

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