Html Css Color HEX #B1279B Medium Red Violet

📋 copy color: '#B1279B'

red 177 ◦ green 39 ◦ blue 155

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

Shades of Medium Red Violet #B1279B

Tints of Medium Red Violet #B1279B

RGB

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

 GREEN value IS 39 (15.63% from 255) = 10.51%

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

R = 47.71%
G = 10.51%
B = 41.78%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.12

 K value IS 0.31

RGB Variations

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

Color information

#B1279B (or 0xB1279B) is known color: Medium Red Violet. HEX triplet: B1, 27 and 9B. RGB value is (177,39,155). Sum of RGB (Red+Green+Blue) = 177+39+155=371 (49% of max value = 765). Red value is 177 (69.53% from 255 or 47.71% from 371); Green value is 39 (15.62% from 255 or 10.51% from 371); Blue value is 155 (60.94% from 255 or 41.78% from 371); Max value from RGB is 177 - color contains mainly: red. Hex color #B1279B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B1279B is #4ED864. Grayscale: #5D5D5D. Windows color (decimal): -5167205 or 10168241. OLE color: 10168241.

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

Color convert

RGB 177 39 155 -
CMYK 0 0.78 0.12 0.31
HSL 309.57º 0.64% 0.42% -
HSV(B) 309.57º 0.78% 0.69% -
XYZ 24.77 13.16 32.25 -
YUV 93.49 162.72 187.57 -
System Red Green Blue C M Y K H S L
Decimal 177 39 155 0 0.78 0.12 0.31 309.57 0.64 0.42
Hex B1 27 9B 0 4E C 1F 136 40 2A
Octal 261 47 233 0 116 14 37 466 100 52
Binary 10110001 100111 10011011 0 1001110 1100 11111 100110110 1000000 101010

Color Harmonies of #B1279B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1279B

Black with #B1279B

Text Example


Text Example

White with #B1279B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1279B; }

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

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

background-color css

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

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

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

border-color css

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

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

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