Html Css Color HEX #B13D8C Medium Red Violet

📋 copy color: '#B13D8C'

red 177 ◦ green 61 ◦ blue 140

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

Shades of Medium Red Violet #B13D8C

Tints of Medium Red Violet #B13D8C

RGB

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

 GREEN value IS 61 (24.22% from 255) = 16.14%

 BLUE value IS 140 (55.08% from 255) = 37.04%

R = 46.83%
G = 16.14%
B = 37.04%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.21

 K value IS 0.31

RGB Variations

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

Color information

#B13D8C (or 0xB13D8C) is known color: Medium Red Violet. HEX triplet: B1, 3D and 8C. RGB value is (177,61,140). Sum of RGB (Red+Green+Blue) = 177+61+140=378 (50% of max value = 765). Red value is 177 (69.53% from 255 or 46.83% from 378); Green value is 61 (24.22% from 255 or 16.14% from 378); Blue value is 140 (55.08% from 255 or 37.04% from 378); Max value from RGB is 177 - color contains mainly: red. Hex color #B13D8C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B13D8C is #4EC273. Grayscale: #686868. Windows color (decimal): -5161588 or 9190833. OLE color: 9190833.

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

Color convert

RGB 177 61 140 -
CMYK 0 0.66 0.21 0.31
HSL 319.14º 0.49% 0.47% -
HSV(B) 319.14º 0.66% 0.69% -
XYZ 24.53 14.58 26.33 -
YUV 104.69 147.93 179.58 -
System Red Green Blue C M Y K H S L
Decimal 177 61 140 0 0.66 0.21 0.31 319.14 0.49 0.47
Hex B1 3D 8C 0 42 15 1F 13F 31 2F
Octal 261 75 214 0 102 25 37 477 61 57
Binary 10110001 111101 10001100 0 1000010 10101 11111 100111111 110001 101111

Color Harmonies of #B13D8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B13D8C

Black with #B13D8C

Text Example


Text Example

White with #B13D8C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B13D8C; }

 p { color: rgb(177,61,140); }

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

background-color css

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

 a { background-color: rgb(177,61,140); }

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

border-color css

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

 span { border-color: rgb(177,61,140); }

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