Html Css Color HEX #B13897 Medium Red Violet

📋 copy color: '#B13897'

red 177 ◦ green 56 ◦ blue 151

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

Shades of Medium Red Violet #B13897

Tints of Medium Red Violet #B13897

RGB

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

 GREEN value IS 56 (22.27% from 255) = 14.58%

 BLUE value IS 151 (59.38% from 255) = 39.32%

R = 46.09%
G = 14.58%
B = 39.32%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.15

 K value IS 0.31

RGB Variations

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

Color information

#B13897 (or 0xB13897) is known color: Medium Red Violet. HEX triplet: B1, 38 and 97. RGB value is (177,56,151). Sum of RGB (Red+Green+Blue) = 177+56+151=384 (50% of max value = 765). Red value is 177 (69.53% from 255 or 46.09% from 384); Green value is 56 (22.27% from 255 or 14.58% from 384); Blue value is 151 (59.38% from 255 or 39.32% from 384); Max value from RGB is 177 - color contains mainly: red. Hex color #B13897 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B13897 is #4EC768. Grayscale: #666666. Windows color (decimal): -5162857 or 9910449. OLE color: 9910449.

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

Color convert

RGB 177 56 151 -
CMYK 0 0.68 0.15 0.31
HSL 312.89º 0.52% 0.46% -
HSV(B) 312.89º 0.68% 0.69% -
XYZ 25.13 14.41 30.73 -
YUV 103.01 155.09 180.78 -
System Red Green Blue C M Y K H S L
Decimal 177 56 151 0 0.68 0.15 0.31 312.89 0.52 0.46
Hex B1 38 97 0 44 F 1F 139 34 2E
Octal 261 70 227 0 104 17 37 471 64 56
Binary 10110001 111000 10010111 0 1000100 1111 11111 100111001 110100 101110

Color Harmonies of #B13897

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B13897

Black with #B13897

Text Example


Text Example

White with #B13897

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B13897; }

 p { color: rgb(177,56,151); }

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

background-color css

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

 a { background-color: rgb(177,56,151); }

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

border-color css

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

 span { border-color: rgb(177,56,151); }

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