Html Css Color HEX #B1299D Medium Red Violet

📋 copy color: '#B1299D'

red 177 ◦ green 41 ◦ blue 157

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

Shades of Medium Red Violet #B1299D

Tints of Medium Red Violet #B1299D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 41.87%

R = 47.2%
G = 10.93%
B = 41.87%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.11

 K value IS 0.31

RGB Variations

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

Color information

#B1299D (or 0xB1299D) is known color: Medium Red Violet. HEX triplet: B1, 29 and 9D. RGB value is (177,41,157). Sum of RGB (Red+Green+Blue) = 177+41+157=375 (49% of max value = 765). Red value is 177 (69.53% from 255 or 47.2% from 375); Green value is 41 (16.41% from 255 or 10.93% from 375); Blue value is 157 (61.72% from 255 or 41.87% from 375); Max value from RGB is 177 - color contains mainly: red. Hex color #B1299D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B1299D is #4ED662. Grayscale: #5E5E5E. Windows color (decimal): -5166691 or 10299825. OLE color: 10299825.

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

Color convert

RGB 177 41 157 -
CMYK 0 0.77 0.11 0.31
HSL 308.82º 0.62% 0.43% -
HSV(B) 308.82º 0.77% 0.69% -
XYZ 25.01 13.37 33.16 -
YUV 94.89 163.06 186.57 -
System Red Green Blue C M Y K H S L
Decimal 177 41 157 0 0.77 0.11 0.31 308.82 0.62 0.43
Hex B1 29 9D 0 4D B 1F 135 3E 2B
Octal 261 51 235 0 115 13 37 465 76 53
Binary 10110001 101001 10011101 0 1001101 1011 11111 100110101 111110 101011

Color Harmonies of #B1299D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1299D

Black with #B1299D

Text Example


Text Example

White with #B1299D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1299D; }

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

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

background-color css

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

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

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

border-color css

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

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

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