Html Css Color HEX #B1429D Medium Red Violet

📋 copy color: '#B1429D'

red 177 ◦ green 66 ◦ blue 157

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

Shades of Medium Red Violet #B1429D

Tints of Medium Red Violet #B1429D

RGB

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

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

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

R = 44.25%
G = 16.5%
B = 39.25%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.11

 K value IS 0.31

RGB Variations

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

Color information

#B1429D (or 0xB1429D) is known color: Medium Red Violet. HEX triplet: B1, 42 and 9D. RGB value is (177,66,157). Sum of RGB (Red+Green+Blue) = 177+66+157=400 (52% of max value = 765). Red value is 177 (69.53% from 255 or 44.25% from 400); Green value is 66 (26.17% from 255 or 16.5% from 400); Blue value is 157 (61.72% from 255 or 39.25% from 400); Max value from RGB is 177 - color contains mainly: red. Hex color #B1429D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B1429D is #4EBD62. Grayscale: #6D6D6D. Windows color (decimal): -5160291 or 10306225. OLE color: 10306225.

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

Color convert

RGB 177 66 157 -
CMYK 0 0.63 0.11 0.31
HSL 310.81º 0.46% 0.48% -
HSV(B) 310.81º 0.63% 0.69% -
XYZ 26.17 15.68 33.55 -
YUV 109.56 154.77 176.1 -
System Red Green Blue C M Y K H S L
Decimal 177 66 157 0 0.63 0.11 0.31 310.81 0.46 0.48
Hex B1 42 9D 0 3F B 1F 137 2E 30
Octal 261 102 235 0 77 13 37 467 56 60
Binary 10110001 1000010 10011101 0 111111 1011 11111 100110111 101110 110000

Color Harmonies of #B1429D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1429D

Black with #B1429D

Text Example


Text Example

White with #B1429D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1429D; }

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

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

background-color css

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

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

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

border-color css

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

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

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