Html Css Color HEX #B1438B Medium Red Violet

📋 copy color: '#B1438B'

red 177 ◦ green 67 ◦ blue 139

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

Shades of Medium Red Violet #B1438B

Tints of Medium Red Violet #B1438B

RGB

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

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

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

R = 46.21%
G = 17.49%
B = 36.29%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.21

 K value IS 0.31

RGB Variations

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

Color information

#B1438B (or 0xB1438B) is known color: Medium Red Violet. HEX triplet: B1, 43 and 8B. RGB value is (177,67,139). Sum of RGB (Red+Green+Blue) = 177+67+139=383 (50% of max value = 765). Red value is 177 (69.53% from 255 or 46.21% from 383); Green value is 67 (26.56% from 255 or 17.49% from 383); Blue value is 139 (54.69% from 255 or 36.29% from 383); Max value from RGB is 177 - color contains mainly: red. Hex color #B1438B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B1438B is #4EBC74. Grayscale: #6B6B6B. Windows color (decimal): -5160053 or 9126833. OLE color: 9126833.

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

Color convert

RGB 177 67 139 -
CMYK 0 0.62 0.21 0.31
HSL 320.73º 0.45% 0.48% -
HSV(B) 320.73º 0.62% 0.69% -
XYZ 24.8 15.23 26.06 -
YUV 108.1 145.44 177.15 -
System Red Green Blue C M Y K H S L
Decimal 177 67 139 0 0.62 0.21 0.31 320.73 0.45 0.48
Hex B1 43 8B 0 3E 15 1F 141 2D 30
Octal 261 103 213 0 76 25 37 501 55 60
Binary 10110001 1000011 10001011 0 111110 10101 11111 101000001 101101 110000

Color Harmonies of #B1438B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1438B

Black with #B1438B

Text Example


Text Example

White with #B1438B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1438B; }

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

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

background-color css

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

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

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

border-color css

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

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

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