Html Css Color HEX #B1397B Medium Red Violet

📋 copy color: '#B1397B'

red 177 ◦ green 57 ◦ blue 123

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

Shades of Medium Red Violet #B1397B

Tints of Medium Red Violet #B1397B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 34.45%

R = 49.58%
G = 15.97%
B = 34.45%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.31

 K value IS 0.31

RGB Variations

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

Color information

#B1397B (or 0xB1397B) is known color: Medium Red Violet. HEX triplet: B1, 39 and 7B. RGB value is (177,57,123). Sum of RGB (Red+Green+Blue) = 177+57+123=357 (47% of max value = 765). Red value is 177 (69.53% from 255 or 49.58% from 357); Green value is 57 (22.66% from 255 or 15.97% from 357); Blue value is 123 (48.44% from 255 or 34.45% from 357); Max value from RGB is 177 - color contains mainly: red. Hex color #B1397B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B1397B is #4EC684. Grayscale: #646464. Windows color (decimal): -5162629 or 8075697. OLE color: 8075697.

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

Color convert

RGB 177 57 123 -
CMYK 0 0.68 0.31 0.31
HSL 327º 0.51% 0.46% -
HSV(B) 327º 0.68% 0.69% -
XYZ 23.17 13.7 20.16 -
YUV 100.4 140.76 182.63 -
System Red Green Blue C M Y K H S L
Decimal 177 57 123 0 0.68 0.31 0.31 327 0.51 0.46
Hex B1 39 7B 0 44 1F 1F 147 33 2E
Octal 261 71 173 0 104 37 37 507 63 56
Binary 10110001 111001 1111011 0 1000100 11111 11111 101000111 110011 101110

Color Harmonies of #B1397B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1397B

Black with #B1397B

Text Example


Text Example

White with #B1397B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1397B; }

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

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

background-color css

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

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

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

border-color css

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

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

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