Html Css Color HEX #B1409C Medium Red Violet

📋 copy color: '#B1409C'

red 177 ◦ green 64 ◦ blue 156

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

Shades of Medium Red Violet #B1409C

Tints of Medium Red Violet #B1409C

RGB

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

 GREEN value IS 64 (25.39% from 255) = 16.12%

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

R = 44.58%
G = 16.12%
B = 39.29%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.12

 K value IS 0.31

RGB Variations

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

Color information

#B1409C (or 0xB1409C) is known color: Medium Red Violet. HEX triplet: B1, 40 and 9C. RGB value is (177,64,156). Sum of RGB (Red+Green+Blue) = 177+64+156=397 (52% of max value = 765). Red value is 177 (69.53% from 255 or 44.58% from 397); Green value is 64 (25.39% from 255 or 16.12% from 397); Blue value is 156 (61.33% from 255 or 39.29% from 397); Max value from RGB is 177 - color contains mainly: red. Hex color #B1409C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B1409C is #4EBF63. Grayscale: #6C6C6C. Windows color (decimal): -5160804 or 10240177. OLE color: 10240177.

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

Color convert

RGB 177 64 156 -
CMYK 0 0.64 0.12 0.31
HSL 311.15º 0.47% 0.47% -
HSV(B) 311.15º 0.64% 0.69% -
XYZ 25.97 15.41 33.06 -
YUV 108.28 154.94 177.02 -
System Red Green Blue C M Y K H S L
Decimal 177 64 156 0 0.64 0.12 0.31 311.15 0.47 0.47
Hex B1 40 9C 0 40 C 1F 137 2F 2F
Octal 261 100 234 0 100 14 37 467 57 57
Binary 10110001 1000000 10011100 0 1000000 1100 11111 100110111 101111 101111

Color Harmonies of #B1409C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1409C

Black with #B1409C

Text Example


Text Example

White with #B1409C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1409C; }

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

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

background-color css

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

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

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

border-color css

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

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

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