Html Css Color HEX #B1419C Medium Red Violet

📋 copy color: '#B1419C'

red 177 ◦ green 65 ◦ blue 156

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

Shades of Medium Red Violet #B1419C

Tints of Medium Red Violet #B1419C

RGB

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

 GREEN value IS 65 (25.78% from 255) = 16.33%

 BLUE value IS 156 (61.33% from 255) = 39.2%

R = 44.47%
G = 16.33%
B = 39.2%

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

#B1419C (or 0xB1419C) is known color: Medium Red Violet. HEX triplet: B1, 41 and 9C. RGB value is (177,65,156). Sum of RGB (Red+Green+Blue) = 177+65+156=398 (52% of max value = 765). Red value is 177 (69.53% from 255 or 44.47% from 398); Green value is 65 (25.78% from 255 or 16.33% from 398); Blue value is 156 (61.33% from 255 or 39.20% from 398); Max value from RGB is 177 - color contains mainly: red. Hex color #B1419C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B1419C is #4EBE63. Grayscale: #6C6C6C. Windows color (decimal): -5160548 or 10240433. OLE color: 10240433.

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

Color convert

RGB 177 65 156 -
CMYK 0 0.63 0.12 0.31
HSL 311.25º 0.46% 0.47% -
HSV(B) 311.25º 0.63% 0.69% -
XYZ 26.02 15.53 33.08 -
YUV 108.86 154.61 176.6 -
System Red Green Blue C M Y K H S L
Decimal 177 65 156 0 0.63 0.12 0.31 311.25 0.46 0.47
Hex B1 41 9C 0 3F C 1F 137 2E 2F
Octal 261 101 234 0 77 14 37 467 56 57
Binary 10110001 1000001 10011100 0 111111 1100 11111 100110111 101110 101111

Color Harmonies of #B1419C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1419C

Black with #B1419C

Text Example


Text Example

White with #B1419C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1419C; }

 p { color: rgb(177,65,156); }

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

background-color css

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

 a { background-color: rgb(177,65,156); }

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

border-color css

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

 span { border-color: rgb(177,65,156); }

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