Html Css Color HEX #B1279F Medium Red Violet

📋 copy color: '#B1279F'

red 177 ◦ green 39 ◦ blue 159

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

Shades of Medium Red Violet #B1279F

Tints of Medium Red Violet #B1279F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 42.4%

R = 47.2%
G = 10.4%
B = 42.4%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.10

 K value IS 0.31

RGB Variations

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

Color information

#B1279F (or 0xB1279F) is known color: Medium Red Violet. HEX triplet: B1, 27 and 9F. RGB value is (177,39,159). Sum of RGB (Red+Green+Blue) = 177+39+159=375 (49% of max value = 765). Red value is 177 (69.53% from 255 or 47.2% from 375); Green value is 39 (15.62% from 255 or 10.4% from 375); Blue value is 159 (62.5% from 255 or 42.4% from 375); Max value from RGB is 177 - color contains mainly: red. Hex color #B1279F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B1279F is #4ED860. Grayscale: #5D5D5D. Windows color (decimal): -5167201 or 10430385. OLE color: 10430385.

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

Color convert

RGB 177 39 159 -
CMYK 0 0.78 0.10 0.31
HSL 307.83º 0.64% 0.42% -
HSV(B) 307.83º 0.78% 0.69% -
XYZ 25.11 13.3 34.04 -
YUV 93.94 164.72 187.24 -
System Red Green Blue C M Y K H S L
Decimal 177 39 159 0 0.78 0.10 0.31 307.83 0.64 0.42
Hex B1 27 9F 0 4E A 1F 134 40 2A
Octal 261 47 237 0 116 12 37 464 100 52
Binary 10110001 100111 10011111 0 1001110 1010 11111 100110100 1000000 101010

Color Harmonies of #B1279F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1279F

Black with #B1279F

Text Example


Text Example

White with #B1279F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1279F; }

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

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

background-color css

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

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

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

border-color css

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

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

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