Html Css Color HEX #B1389E Medium Red Violet

📋 copy color: '#B1389E'

red 177 ◦ green 56 ◦ blue 158

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

Shades of Medium Red Violet #B1389E

Tints of Medium Red Violet #B1389E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 40.41%

R = 45.27%
G = 14.32%
B = 40.41%

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

#B1389E (or 0xB1389E) is known color: Medium Red Violet. HEX triplet: B1, 38 and 9E. RGB value is (177,56,158). Sum of RGB (Red+Green+Blue) = 177+56+158=391 (51% of max value = 765). Red value is 177 (69.53% from 255 or 45.27% from 391); Green value is 56 (22.27% from 255 or 14.32% from 391); Blue value is 158 (62.11% from 255 or 40.41% from 391); Max value from RGB is 177 - color contains mainly: red. Hex color #B1389E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B1389E is #4EC761. Grayscale: #676767. Windows color (decimal): -5162850 or 10369201. OLE color: 10369201.

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

Color convert

RGB 177 56 158 -
CMYK 0 0.68 0.11 0.31
HSL 309.42º 0.52% 0.46% -
HSV(B) 309.42º 0.68% 0.69% -
XYZ 25.72 14.64 33.82 -
YUV 103.81 158.59 180.21 -
System Red Green Blue C M Y K H S L
Decimal 177 56 158 0 0.68 0.11 0.31 309.42 0.52 0.46
Hex B1 38 9E 0 44 B 1F 135 34 2E
Octal 261 70 236 0 104 13 37 465 64 56
Binary 10110001 111000 10011110 0 1000100 1011 11111 100110101 110100 101110

Color Harmonies of #B1389E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1389E

Black with #B1389E

Text Example


Text Example

White with #B1389E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1389E; }

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

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

background-color css

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

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

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

border-color css

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

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

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