Html Css Color HEX #B1389A Medium Red Violet

📋 copy color: '#B1389A'

red 177 ◦ green 56 ◦ blue 154

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

Shades of Medium Red Violet #B1389A

Tints of Medium Red Violet #B1389A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 39.79%

R = 45.74%
G = 14.47%
B = 39.79%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.13

 K value IS 0.31

RGB Variations

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

Color information

#B1389A (or 0xB1389A) is known color: Medium Red Violet. HEX triplet: B1, 38 and 9A. RGB value is (177,56,154). Sum of RGB (Red+Green+Blue) = 177+56+154=387 (51% of max value = 765). Red value is 177 (69.53% from 255 or 45.74% from 387); Green value is 56 (22.27% from 255 or 14.47% from 387); Blue value is 154 (60.55% from 255 or 39.79% from 387); Max value from RGB is 177 - color contains mainly: red. Hex color #B1389A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B1389A is #4EC765. Grayscale: #676767. Windows color (decimal): -5162854 or 10107057. OLE color: 10107057.

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

Color convert

RGB 177 56 154 -
CMYK 0 0.68 0.13 0.31
HSL 311.41º 0.52% 0.46% -
HSV(B) 311.41º 0.68% 0.69% -
XYZ 25.38 14.51 32.03 -
YUV 103.35 156.59 180.53 -
System Red Green Blue C M Y K H S L
Decimal 177 56 154 0 0.68 0.13 0.31 311.41 0.52 0.46
Hex B1 38 9A 0 44 D 1F 137 34 2E
Octal 261 70 232 0 104 15 37 467 64 56
Binary 10110001 111000 10011010 0 1000100 1101 11111 100110111 110100 101110

Color Harmonies of #B1389A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1389A

Black with #B1389A

Text Example


Text Example

White with #B1389A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1389A; }

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

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

background-color css

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

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

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

border-color css

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

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

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