Html Css Color HEX #B1398F Medium Red Violet

📋 copy color: '#B1398F'

red 177 ◦ green 57 ◦ blue 143

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

Shades of Medium Red Violet #B1398F

Tints of Medium Red Violet #B1398F

RGB

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

 GREEN value IS 57 (22.66% from 255) = 15.12%

 BLUE value IS 143 (56.25% from 255) = 37.93%

R = 46.95%
G = 15.12%
B = 37.93%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.19

 K value IS 0.31

RGB Variations

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

Color information

#B1398F (or 0xB1398F) is known color: Medium Red Violet. HEX triplet: B1, 39 and 8F. RGB value is (177,57,143). Sum of RGB (Red+Green+Blue) = 177+57+143=377 (49% of max value = 765). Red value is 177 (69.53% from 255 or 46.95% from 377); Green value is 57 (22.66% from 255 or 15.12% from 377); Blue value is 143 (56.25% from 255 or 37.93% from 377); Max value from RGB is 177 - color contains mainly: red. Hex color #B1398F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B1398F is #4EC670. Grayscale: #666666. Windows color (decimal): -5162609 or 9386417. OLE color: 9386417.

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

Color convert

RGB 177 57 143 -
CMYK 0 0.68 0.19 0.31
HSL 317º 0.51% 0.46% -
HSV(B) 317º 0.68% 0.69% -
XYZ 24.55 14.26 27.44 -
YUV 102.68 150.76 181.01 -
System Red Green Blue C M Y K H S L
Decimal 177 57 143 0 0.68 0.19 0.31 317 0.51 0.46
Hex B1 39 8F 0 44 13 1F 13D 33 2E
Octal 261 71 217 0 104 23 37 475 63 56
Binary 10110001 111001 10001111 0 1000100 10011 11111 100111101 110011 101110

Color Harmonies of #B1398F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1398F

Black with #B1398F

Text Example


Text Example

White with #B1398F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1398F; }

 p { color: rgb(177,57,143); }

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

background-color css

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

 a { background-color: rgb(177,57,143); }

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

border-color css

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

 span { border-color: rgb(177,57,143); }

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