Html Css Color HEX #B1389B Medium Red Violet

📋 copy color: '#B1389B'

red 177 ◦ green 56 ◦ blue 155

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

Shades of Medium Red Violet #B1389B

Tints of Medium Red Violet #B1389B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 39.95%

R = 45.62%
G = 14.43%
B = 39.95%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.12

 K value IS 0.31

RGB Variations

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

Color information

#B1389B (or 0xB1389B) is known color: Medium Red Violet. HEX triplet: B1, 38 and 9B. RGB value is (177,56,155). Sum of RGB (Red+Green+Blue) = 177+56+155=388 (51% of max value = 765). Red value is 177 (69.53% from 255 or 45.62% from 388); Green value is 56 (22.27% from 255 or 14.43% from 388); Blue value is 155 (60.94% from 255 or 39.95% from 388); Max value from RGB is 177 - color contains mainly: red. Hex color #B1389B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B1389B is #4EC764. Grayscale: #676767. Windows color (decimal): -5162853 or 10172593. OLE color: 10172593.

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

Color convert

RGB 177 56 155 -
CMYK 0 0.68 0.12 0.31
HSL 310.91º 0.52% 0.46% -
HSV(B) 310.91º 0.68% 0.69% -
XYZ 25.46 14.54 32.48 -
YUV 103.47 157.09 180.45 -
System Red Green Blue C M Y K H S L
Decimal 177 56 155 0 0.68 0.12 0.31 310.91 0.52 0.46
Hex B1 38 9B 0 44 C 1F 137 34 2E
Octal 261 70 233 0 104 14 37 467 64 56
Binary 10110001 111000 10011011 0 1000100 1100 11111 100110111 110100 101110

Color Harmonies of #B1389B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1389B

Black with #B1389B

Text Example


Text Example

White with #B1389B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1389B; }

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

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

background-color css

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

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

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

border-color css

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

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

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