Html Css Color HEX #B1429B Medium Red Violet

📋 copy color: '#B1429B'

red 177 ◦ green 66 ◦ blue 155

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

Shades of Medium Red Violet #B1429B

Tints of Medium Red Violet #B1429B

RGB

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

 GREEN value IS 66 (26.17% from 255) = 16.58%

 BLUE value IS 155 (60.94% from 255) = 38.94%

R = 44.47%
G = 16.58%
B = 38.94%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.12

 K value IS 0.31

RGB Variations

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

Color information

#B1429B (or 0xB1429B) is known color: Medium Red Violet. HEX triplet: B1, 42 and 9B. RGB value is (177,66,155). Sum of RGB (Red+Green+Blue) = 177+66+155=398 (52% of max value = 765). Red value is 177 (69.53% from 255 or 44.47% from 398); Green value is 66 (26.17% from 255 or 16.58% from 398); Blue value is 155 (60.94% from 255 or 38.94% from 398); Max value from RGB is 177 - color contains mainly: red. Hex color #B1429B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B1429B is #4EBD64. Grayscale: #6D6D6D. Windows color (decimal): -5160293 or 10175153. OLE color: 10175153.

HSL color Cylindrical-coordinate representation of color #B1429B: hue angle of 311.89º degrees, saturation: 0.46, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #B1429B is Cyan = 0, Magento = 0.63, Yellow = 0.12 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 66 155 -
CMYK 0 0.63 0.12 0.31
HSL 311.89º 0.46% 0.48% -
HSV(B) 311.89º 0.63% 0.69% -
XYZ 26 15.61 32.65 -
YUV 109.34 153.77 176.26 -
System Red Green Blue C M Y K H S L
Decimal 177 66 155 0 0.63 0.12 0.31 311.89 0.46 0.48
Hex B1 42 9B 0 3F C 1F 138 2E 30
Octal 261 102 233 0 77 14 37 470 56 60
Binary 10110001 1000010 10011011 0 111111 1100 11111 100111000 101110 110000

Color Harmonies of #B1429B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1429B

Black with #B1429B

Text Example


Text Example

White with #B1429B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1429B; }

 p { color: rgb(177,66,155); }

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

background-color css

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

 a { background-color: rgb(177,66,155); }

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

border-color css

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

 span { border-color: rgb(177,66,155); }

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