Html Css Color HEX #B1388D Medium Red Violet

📋 copy color: '#B1388D'

red 177 ◦ green 56 ◦ blue 141

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

Shades of Medium Red Violet #B1388D

Tints of Medium Red Violet #B1388D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 37.7%

R = 47.33%
G = 14.97%
B = 37.7%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.20

 K value IS 0.31

RGB Variations

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

Color information

#B1388D (or 0xB1388D) is known color: Medium Red Violet. HEX triplet: B1, 38 and 8D. RGB value is (177,56,141). Sum of RGB (Red+Green+Blue) = 177+56+141=374 (49% of max value = 765). Red value is 177 (69.53% from 255 or 47.33% from 374); Green value is 56 (22.27% from 255 or 14.97% from 374); Blue value is 141 (55.47% from 255 or 37.70% from 374); Max value from RGB is 177 - color contains mainly: red. Hex color #B1388D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B1388D is #4EC772. Grayscale: #656565. Windows color (decimal): -5162867 or 9255089. OLE color: 9255089.

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

Color convert

RGB 177 56 141 -
CMYK 0 0.68 0.20 0.31
HSL 317.85º 0.52% 0.46% -
HSV(B) 317.85º 0.68% 0.69% -
XYZ 24.35 14.1 26.64 -
YUV 101.87 150.09 181.59 -
System Red Green Blue C M Y K H S L
Decimal 177 56 141 0 0.68 0.20 0.31 317.85 0.52 0.46
Hex B1 38 8D 0 44 14 1F 13E 34 2E
Octal 261 70 215 0 104 24 37 476 64 56
Binary 10110001 111000 10001101 0 1000100 10100 11111 100111110 110100 101110

Color Harmonies of #B1388D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1388D

Black with #B1388D

Text Example


Text Example

White with #B1388D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1388D; }

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

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

background-color css

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

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

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

border-color css

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

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

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