Html Css Color HEX #B1389D Medium Red Violet

📋 copy color: '#B1389D'

red 177 ◦ green 56 ◦ blue 157

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

Shades of Medium Red Violet #B1389D

Tints of Medium Red Violet #B1389D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 40.26%

R = 45.38%
G = 14.36%
B = 40.26%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.11

 K value IS 0.31

RGB Variations

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

Color information

#B1389D (or 0xB1389D) is known color: Medium Red Violet. HEX triplet: B1, 38 and 9D. RGB value is (177,56,157). Sum of RGB (Red+Green+Blue) = 177+56+157=390 (51% of max value = 765). Red value is 177 (69.53% from 255 or 45.38% from 390); Green value is 56 (22.27% from 255 or 14.36% from 390); Blue value is 157 (61.72% from 255 or 40.26% from 390); Max value from RGB is 177 - color contains mainly: red. Hex color #B1389D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B1389D is #4EC762. Grayscale: #676767. Windows color (decimal): -5162851 or 10303665. OLE color: 10303665.

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

Color convert

RGB 177 56 157 -
CMYK 0 0.68 0.11 0.31
HSL 309.92º 0.52% 0.46% -
HSV(B) 309.92º 0.68% 0.69% -
XYZ 25.63 14.61 33.37 -
YUV 103.69 158.09 180.29 -
System Red Green Blue C M Y K H S L
Decimal 177 56 157 0 0.68 0.11 0.31 309.92 0.52 0.46
Hex B1 38 9D 0 44 B 1F 136 34 2E
Octal 261 70 235 0 104 13 37 466 64 56
Binary 10110001 111000 10011101 0 1000100 1011 11111 100110110 110100 101110

Color Harmonies of #B1389D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1389D

Black with #B1389D

Text Example


Text Example

White with #B1389D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1389D; }

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

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

background-color css

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

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

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

border-color css

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

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

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