Html Css Color HEX #B1388C Medium Red Violet

📋 copy color: '#B1388C'

red 177 ◦ green 56 ◦ blue 140

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

Shades of Medium Red Violet #B1388C

Tints of Medium Red Violet #B1388C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 37.53%

R = 47.45%
G = 15.01%
B = 37.53%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.21

 K value IS 0.31

RGB Variations

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

Color information

#B1388C (or 0xB1388C) is known color: Medium Red Violet. HEX triplet: B1, 38 and 8C. RGB value is (177,56,140). Sum of RGB (Red+Green+Blue) = 177+56+140=373 (49% of max value = 765). Red value is 177 (69.53% from 255 or 47.45% from 373); Green value is 56 (22.27% from 255 or 15.01% from 373); Blue value is 140 (55.08% from 255 or 37.53% from 373); Max value from RGB is 177 - color contains mainly: red. Hex color #B1388C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B1388C is #4EC773. Grayscale: #656565. Windows color (decimal): -5162868 or 9189553. OLE color: 9189553.

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

Color convert

RGB 177 56 140 -
CMYK 0 0.68 0.21 0.31
HSL 318.35º 0.52% 0.46% -
HSV(B) 318.35º 0.68% 0.69% -
XYZ 24.28 14.07 26.25 -
YUV 101.76 149.59 181.67 -
System Red Green Blue C M Y K H S L
Decimal 177 56 140 0 0.68 0.21 0.31 318.35 0.52 0.46
Hex B1 38 8C 0 44 15 1F 13E 34 2E
Octal 261 70 214 0 104 25 37 476 64 56
Binary 10110001 111000 10001100 0 1000100 10101 11111 100111110 110100 101110

Color Harmonies of #B1388C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1388C

Black with #B1388C

Text Example


Text Example

White with #B1388C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1388C; }

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

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

background-color css

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

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

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

border-color css

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

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

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