Html Css Color HEX #B13C80 Medium Red Violet

📋 copy color: '#B13C80'

red 177 ◦ green 60 ◦ blue 128

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

Shades of Medium Red Violet #B13C80

Tints of Medium Red Violet #B13C80

RGB

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

 GREEN value IS 60 (23.83% from 255) = 16.44%

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

R = 48.49%
G = 16.44%
B = 35.07%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.28

 K value IS 0.31

RGB Variations

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

Color information

#B13C80 (or 0xB13C80) is known color: Medium Red Violet. HEX triplet: B1, 3C and 80. RGB value is (177,60,128). Sum of RGB (Red+Green+Blue) = 177+60+128=365 (48% of max value = 765). Red value is 177 (69.53% from 255 or 48.49% from 365); Green value is 60 (23.83% from 255 or 16.44% from 365); Blue value is 128 (50.39% from 255 or 35.07% from 365); Max value from RGB is 177 - color contains mainly: red. Hex color #B13C80 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B13C80 is #4EC37F. Grayscale: #666666. Windows color (decimal): -5161856 or 8404145. OLE color: 8404145.

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

Color convert

RGB 177 60 128 -
CMYK 0 0.66 0.28 0.31
HSL 325.13º 0.49% 0.46% -
HSV(B) 325.13º 0.66% 0.69% -
XYZ 23.64 14.14 21.9 -
YUV 102.74 142.26 180.97 -
System Red Green Blue C M Y K H S L
Decimal 177 60 128 0 0.66 0.28 0.31 325.13 0.49 0.46
Hex B1 3C 80 0 42 1C 1F 145 31 2E
Octal 261 74 200 0 102 34 37 505 61 56
Binary 10110001 111100 10000000 0 1000010 11100 11111 101000101 110001 101110

Color Harmonies of #B13C80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B13C80

Black with #B13C80

Text Example


Text Example

White with #B13C80

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B13C80; }

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

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

background-color css

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

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

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

border-color css

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

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

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