Html Css Color HEX #B1279A Medium Red Violet

📋 copy color: '#B1279A'

red 177 ◦ green 39 ◦ blue 154

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

Shades of Medium Red Violet #B1279A

Tints of Medium Red Violet #B1279A

RGB

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

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

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

R = 47.84%
G = 10.54%
B = 41.62%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.13

 K value IS 0.31

RGB Variations

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

Color information

#B1279A (or 0xB1279A) is known color: Medium Red Violet. HEX triplet: B1, 27 and 9A. RGB value is (177,39,154). Sum of RGB (Red+Green+Blue) = 177+39+154=370 (49% of max value = 765). Red value is 177 (69.53% from 255 or 47.84% from 370); Green value is 39 (15.62% from 255 or 10.54% from 370); Blue value is 154 (60.55% from 255 or 41.62% from 370); Max value from RGB is 177 - color contains mainly: red. Hex color #B1279A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B1279A is #4ED865. Grayscale: #5D5D5D. Windows color (decimal): -5167206 or 10102705. OLE color: 10102705.

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

Color convert

RGB 177 39 154 -
CMYK 0 0.78 0.13 0.31
HSL 310º 0.64% 0.42% -
HSV(B) 310º 0.78% 0.69% -
XYZ 24.69 13.13 31.81 -
YUV 93.37 162.22 187.65 -
System Red Green Blue C M Y K H S L
Decimal 177 39 154 0 0.78 0.13 0.31 310 0.64 0.42
Hex B1 27 9A 0 4E D 1F 136 40 2A
Octal 261 47 232 0 116 15 37 466 100 52
Binary 10110001 100111 10011010 0 1001110 1101 11111 100110110 1000000 101010

Color Harmonies of #B1279A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1279A

Black with #B1279A

Text Example


Text Example

White with #B1279A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1279A; }

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

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

background-color css

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

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

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

border-color css

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

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

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