Html Css Color HEX #B13C8D Medium Red Violet

📋 copy color: '#B13C8D'

red 177 ◦ green 60 ◦ blue 141

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

Shades of Medium Red Violet #B13C8D

Tints of Medium Red Violet #B13C8D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 37.3%

R = 46.83%
G = 15.87%
B = 37.3%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.20

 K value IS 0.31

RGB Variations

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

Color information

#B13C8D (or 0xB13C8D) is known color: Medium Red Violet. HEX triplet: B1, 3C and 8D. RGB value is (177,60,141). Sum of RGB (Red+Green+Blue) = 177+60+141=378 (50% of max value = 765). Red value is 177 (69.53% from 255 or 46.83% from 378); Green value is 60 (23.83% from 255 or 15.87% from 378); Blue value is 141 (55.47% from 255 or 37.30% from 378); Max value from RGB is 177 - color contains mainly: red. Hex color #B13C8D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B13C8D is #4EC372. Grayscale: #686868. Windows color (decimal): -5161843 or 9256113. OLE color: 9256113.

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

Color convert

RGB 177 60 141 -
CMYK 0 0.66 0.20 0.31
HSL 318.46º 0.49% 0.46% -
HSV(B) 318.46º 0.66% 0.69% -
XYZ 24.56 14.5 26.7 -
YUV 104.22 148.76 179.91 -
System Red Green Blue C M Y K H S L
Decimal 177 60 141 0 0.66 0.20 0.31 318.46 0.49 0.46
Hex B1 3C 8D 0 42 14 1F 13E 31 2E
Octal 261 74 215 0 102 24 37 476 61 56
Binary 10110001 111100 10001101 0 1000010 10100 11111 100111110 110001 101110

Color Harmonies of #B13C8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B13C8D

Black with #B13C8D

Text Example


Text Example

White with #B13C8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B13C8D; }

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

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

background-color css

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

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

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

border-color css

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

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

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