Html Css Color HEX #B1438D Medium Red Violet

📋 copy color: '#B1438D'

red 177 ◦ green 67 ◦ blue 141

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

Shades of Medium Red Violet #B1438D

Tints of Medium Red Violet #B1438D

RGB

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

 GREEN value IS 67 (26.56% from 255) = 17.4%

 BLUE value IS 141 (55.47% from 255) = 36.62%

R = 45.97%
G = 17.4%
B = 36.62%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.20

 K value IS 0.31

RGB Variations

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

Color information

#B1438D (or 0xB1438D) is known color: Medium Red Violet. HEX triplet: B1, 43 and 8D. RGB value is (177,67,141). Sum of RGB (Red+Green+Blue) = 177+67+141=385 (50% of max value = 765). Red value is 177 (69.53% from 255 or 45.97% from 385); Green value is 67 (26.56% from 255 or 17.40% from 385); Blue value is 141 (55.47% from 255 or 36.62% from 385); Max value from RGB is 177 - color contains mainly: red. Hex color #B1438D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B1438D is #4EBC72. Grayscale: #6C6C6C. Windows color (decimal): -5160051 or 9257905. OLE color: 9257905.

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

Color convert

RGB 177 67 141 -
CMYK 0 0.62 0.20 0.31
HSL 319.64º 0.45% 0.48% -
HSV(B) 319.64º 0.62% 0.69% -
XYZ 24.95 15.28 26.83 -
YUV 108.33 146.44 176.98 -
System Red Green Blue C M Y K H S L
Decimal 177 67 141 0 0.62 0.20 0.31 319.64 0.45 0.48
Hex B1 43 8D 0 3E 14 1F 140 2D 30
Octal 261 103 215 0 76 24 37 500 55 60
Binary 10110001 1000011 10001101 0 111110 10100 11111 101000000 101101 110000

Color Harmonies of #B1438D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1438D

Black with #B1438D

Text Example


Text Example

White with #B1438D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1438D; }

 p { color: rgb(177,67,141); }

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

background-color css

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

 a { background-color: rgb(177,67,141); }

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

border-color css

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

 span { border-color: rgb(177,67,141); }

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