Html Css Color HEX #B1289B Medium Red Violet

📋 copy color: '#B1289B'

red 177 ◦ green 40 ◦ blue 155

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

Shades of Medium Red Violet #B1289B

Tints of Medium Red Violet #B1289B

RGB

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

 GREEN value IS 40 (16.02% from 255) = 10.75%

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

R = 47.58%
G = 10.75%
B = 41.67%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.12

 K value IS 0.31

RGB Variations

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

Color information

#B1289B (or 0xB1289B) is known color: Medium Red Violet. HEX triplet: B1, 28 and 9B. RGB value is (177,40,155). Sum of RGB (Red+Green+Blue) = 177+40+155=372 (49% of max value = 765). Red value is 177 (69.53% from 255 or 47.58% from 372); Green value is 40 (16.02% from 255 or 10.75% from 372); Blue value is 155 (60.94% from 255 or 41.67% from 372); Max value from RGB is 177 - color contains mainly: red. Hex color #B1289B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B1289B is #4ED764. Grayscale: #5D5D5D. Windows color (decimal): -5166949 or 10168497. OLE color: 10168497.

HSL color Cylindrical-coordinate representation of color #B1289B: hue angle of 309.64º degrees, saturation: 0.63, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #B1289B is Cyan = 0, Magento = 0.77, Yellow = 0.12 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 40 155 -
CMYK 0 0.77 0.12 0.31
HSL 309.64º 0.63% 0.43% -
HSV(B) 309.64º 0.77% 0.69% -
XYZ 24.81 13.23 32.26 -
YUV 94.07 162.39 187.15 -
System Red Green Blue C M Y K H S L
Decimal 177 40 155 0 0.77 0.12 0.31 309.64 0.63 0.43
Hex B1 28 9B 0 4D C 1F 136 3F 2B
Octal 261 50 233 0 115 14 37 466 77 53
Binary 10110001 101000 10011011 0 1001101 1100 11111 100110110 111111 101011

Color Harmonies of #B1289B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1289B

Black with #B1289B

Text Example


Text Example

White with #B1289B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1289B; }

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

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

background-color css

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

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

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

border-color css

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

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

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