Html Css Color HEX #B1299A Medium Red Violet

📋 copy color: '#B1299A'

red 177 ◦ green 41 ◦ blue 154

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

Shades of Medium Red Violet #B1299A

Tints of Medium Red Violet #B1299A

RGB

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

 GREEN value IS 41 (16.41% from 255) = 11.02%

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

R = 47.58%
G = 11.02%
B = 41.4%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.13

 K value IS 0.31

RGB Variations

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

Color information

#B1299A (or 0xB1299A) is known color: Medium Red Violet. HEX triplet: B1, 29 and 9A. RGB value is (177,41,154). Sum of RGB (Red+Green+Blue) = 177+41+154=372 (49% of max value = 765). Red value is 177 (69.53% from 255 or 47.58% from 372); Green value is 41 (16.41% from 255 or 11.02% from 372); Blue value is 154 (60.55% from 255 or 41.40% from 372); Max value from RGB is 177 - color contains mainly: red. Hex color #B1299A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B1299A is #4ED665. Grayscale: #5E5E5E. Windows color (decimal): -5166694 or 10103217. OLE color: 10103217.

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

Color convert

RGB 177 41 154 -
CMYK 0 0.77 0.13 0.31
HSL 310.15º 0.62% 0.43% -
HSV(B) 310.15º 0.77% 0.69% -
XYZ 24.76 13.27 31.83 -
YUV 94.55 161.56 186.81 -
System Red Green Blue C M Y K H S L
Decimal 177 41 154 0 0.77 0.13 0.31 310.15 0.62 0.43
Hex B1 29 9A 0 4D D 1F 136 3E 2B
Octal 261 51 232 0 115 15 37 466 76 53
Binary 10110001 101001 10011010 0 1001101 1101 11111 100110110 111110 101011

Color Harmonies of #B1299A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1299A

Black with #B1299A

Text Example


Text Example

White with #B1299A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1299A; }

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

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

background-color css

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

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

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

border-color css

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

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

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