Html Css Color HEX #B13680 Medium Red Violet

📋 copy color: '#B13680'

red 177 ◦ green 54 ◦ blue 128

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

Shades of Medium Red Violet #B13680

Tints of Medium Red Violet #B13680

RGB

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

 GREEN value IS 54 (21.48% from 255) = 15.04%

 BLUE value IS 128 (50.39% from 255) = 35.65%

R = 49.3%
G = 15.04%
B = 35.65%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.28

 K value IS 0.31

RGB Variations

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

Color information

#B13680 (or 0xB13680) is known color: Medium Red Violet. HEX triplet: B1, 36 and 80. RGB value is (177,54,128). Sum of RGB (Red+Green+Blue) = 177+54+128=359 (47% of max value = 765). Red value is 177 (69.53% from 255 or 49.30% from 359); Green value is 54 (21.48% from 255 or 15.04% from 359); Blue value is 128 (50.39% from 255 or 35.65% from 359); Max value from RGB is 177 - color contains mainly: red. Hex color #B13680 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B13680 is #4EC97F. Grayscale: #636363. Windows color (decimal): -5163392 or 8402609. OLE color: 8402609.

HSL color Cylindrical-coordinate representation of color #B13680: hue angle of 323.9º degrees, saturation: 0.53, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #B13680 is Cyan = 0, Magento = 0.69, Yellow = 0.28 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 54 128 -
CMYK 0 0.69 0.28 0.31
HSL 323.9º 0.53% 0.45% -
HSV(B) 323.9º 0.69% 0.69% -
XYZ 23.35 13.54 21.81 -
YUV 99.21 144.25 183.48 -
System Red Green Blue C M Y K H S L
Decimal 177 54 128 0 0.69 0.28 0.31 323.9 0.53 0.45
Hex B1 36 80 0 45 1C 1F 144 35 2D
Octal 261 66 200 0 105 34 37 504 65 55
Binary 10110001 110110 10000000 0 1000101 11100 11111 101000100 110101 101101

Color Harmonies of #B13680

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B13680

Black with #B13680

Text Example


Text Example

White with #B13680

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B13680; }

 p { color: rgb(177,54,128); }

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

background-color css

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

 a { background-color: rgb(177,54,128); }

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

border-color css

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

 span { border-color: rgb(177,54,128); }

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