Html Css Color HEX #B1418B Medium Red Violet

📋 copy color: '#B1418B'

red 177 ◦ green 65 ◦ blue 139

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

Shades of Medium Red Violet #B1418B

Tints of Medium Red Violet #B1418B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 36.48%

R = 46.46%
G = 17.06%
B = 36.48%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.21

 K value IS 0.31

RGB Variations

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

Color information

#B1418B (or 0xB1418B) is known color: Medium Red Violet. HEX triplet: B1, 41 and 8B. RGB value is (177,65,139). Sum of RGB (Red+Green+Blue) = 177+65+139=381 (50% of max value = 765). Red value is 177 (69.53% from 255 or 46.46% from 381); Green value is 65 (25.78% from 255 or 17.06% from 381); Blue value is 139 (54.69% from 255 or 36.48% from 381); Max value from RGB is 177 - color contains mainly: red. Hex color #B1418B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B1418B is #4EBE74. Grayscale: #6A6A6A. Windows color (decimal): -5160565 or 9126321. OLE color: 9126321.

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

Color convert

RGB 177 65 139 -
CMYK 0 0.63 0.21 0.31
HSL 320.36º 0.46% 0.47% -
HSV(B) 320.36º 0.63% 0.69% -
XYZ 24.68 14.99 26.02 -
YUV 106.92 146.11 177.98 -
System Red Green Blue C M Y K H S L
Decimal 177 65 139 0 0.63 0.21 0.31 320.36 0.46 0.47
Hex B1 41 8B 0 3F 15 1F 140 2E 2F
Octal 261 101 213 0 77 25 37 500 56 57
Binary 10110001 1000001 10001011 0 111111 10101 11111 101000000 101110 101111

Color Harmonies of #B1418B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1418B

Black with #B1418B

Text Example


Text Example

White with #B1418B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1418B; }

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

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

background-color css

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

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

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

border-color css

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

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

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