Html Css Color HEX #B13986 Medium Red Violet

📋 copy color: '#B13986'

red 177 ◦ green 57 ◦ blue 134

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

Shades of Medium Red Violet #B13986

Tints of Medium Red Violet #B13986

RGB

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

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

 BLUE value IS 134 (52.73% from 255) = 36.41%

R = 48.1%
G = 15.49%
B = 36.41%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.24

 K value IS 0.31

RGB Variations

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

Color information

#B13986 (or 0xB13986) is known color: Medium Red Violet. HEX triplet: B1, 39 and 86. RGB value is (177,57,134). Sum of RGB (Red+Green+Blue) = 177+57+134=368 (48% of max value = 765). Red value is 177 (69.53% from 255 or 48.10% from 368); Green value is 57 (22.66% from 255 or 15.49% from 368); Blue value is 134 (52.73% from 255 or 36.41% from 368); Max value from RGB is 177 - color contains mainly: red. Hex color #B13986 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B13986 is #4EC679. Grayscale: #656565. Windows color (decimal): -5162618 or 8796593. OLE color: 8796593.

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

Color convert

RGB 177 57 134 -
CMYK 0 0.68 0.24 0.31
HSL 321.5º 0.51% 0.46% -
HSV(B) 321.5º 0.68% 0.69% -
XYZ 23.9 13.99 24 -
YUV 101.66 146.26 181.74 -
System Red Green Blue C M Y K H S L
Decimal 177 57 134 0 0.68 0.24 0.31 321.5 0.51 0.46
Hex B1 39 86 0 44 18 1F 142 33 2E
Octal 261 71 206 0 104 30 37 502 63 56
Binary 10110001 111001 10000110 0 1000100 11000 11111 101000010 110011 101110

Color Harmonies of #B13986

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B13986

Black with #B13986

Text Example


Text Example

White with #B13986

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B13986; }

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

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

background-color css

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

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

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

border-color css

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

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

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