Html Css Color HEX #B1398D Medium Red Violet

📋 copy color: '#B1398D'

red 177 ◦ green 57 ◦ blue 141

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

Shades of Medium Red Violet #B1398D

Tints of Medium Red Violet #B1398D

RGB

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

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

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

R = 47.2%
G = 15.2%
B = 37.6%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.20

 K value IS 0.31

RGB Variations

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

Color information

#B1398D (or 0xB1398D) is known color: Medium Red Violet. HEX triplet: B1, 39 and 8D. RGB value is (177,57,141). Sum of RGB (Red+Green+Blue) = 177+57+141=375 (49% of max value = 765). Red value is 177 (69.53% from 255 or 47.2% from 375); Green value is 57 (22.66% from 255 or 15.2% from 375); Blue value is 141 (55.47% from 255 or 37.6% from 375); Max value from RGB is 177 - color contains mainly: red. Hex color #B1398D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B1398D is #4EC672. Grayscale: #666666. Windows color (decimal): -5162611 or 9255345. OLE color: 9255345.

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

Color convert

RGB 177 57 141 -
CMYK 0 0.68 0.20 0.31
HSL 318º 0.51% 0.46% -
HSV(B) 318º 0.68% 0.69% -
XYZ 24.4 14.2 26.65 -
YUV 102.46 149.76 181.17 -
System Red Green Blue C M Y K H S L
Decimal 177 57 141 0 0.68 0.20 0.31 318 0.51 0.46
Hex B1 39 8D 0 44 14 1F 13E 33 2E
Octal 261 71 215 0 104 24 37 476 63 56
Binary 10110001 111001 10001101 0 1000100 10100 11111 100111110 110011 101110

Color Harmonies of #B1398D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1398D

Black with #B1398D

Text Example


Text Example

White with #B1398D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1398D; }

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

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

background-color css

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

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

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

border-color css

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

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

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