Html Css Color HEX #B1279E Medium Red Violet

📋 copy color: '#B1279E'

red 177 ◦ green 39 ◦ blue 158

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

Shades of Medium Red Violet #B1279E

Tints of Medium Red Violet #B1279E

RGB

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

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

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

R = 47.33%
G = 10.43%
B = 42.25%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.11

 K value IS 0.31

RGB Variations

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

Color information

#B1279E (or 0xB1279E) is known color: Medium Red Violet. HEX triplet: B1, 27 and 9E. RGB value is (177,39,158). Sum of RGB (Red+Green+Blue) = 177+39+158=374 (49% of max value = 765). Red value is 177 (69.53% from 255 or 47.33% from 374); Green value is 39 (15.62% from 255 or 10.43% from 374); Blue value is 158 (62.11% from 255 or 42.25% from 374); Max value from RGB is 177 - color contains mainly: red. Hex color #B1279E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B1279E is #4ED861. Grayscale: #5D5D5D. Windows color (decimal): -5167202 or 10364849. OLE color: 10364849.

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

Color convert

RGB 177 39 158 -
CMYK 0 0.78 0.11 0.31
HSL 308.26º 0.64% 0.42% -
HSV(B) 308.26º 0.78% 0.69% -
XYZ 25.03 13.27 33.59 -
YUV 93.83 164.22 187.32 -
System Red Green Blue C M Y K H S L
Decimal 177 39 158 0 0.78 0.11 0.31 308.26 0.64 0.42
Hex B1 27 9E 0 4E B 1F 134 40 2A
Octal 261 47 236 0 116 13 37 464 100 52
Binary 10110001 100111 10011110 0 1001110 1011 11111 100110100 1000000 101010

Color Harmonies of #B1279E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1279E

Black with #B1279E

Text Example


Text Example

White with #B1279E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1279E; }

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

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

background-color css

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

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

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

border-color css

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

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

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