Html Css Color HEX #B13D8D Medium Red Violet

📋 copy color: '#B13D8D'

red 177 ◦ green 61 ◦ blue 141

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

Shades of Medium Red Violet #B13D8D

Tints of Medium Red Violet #B13D8D

RGB

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

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

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

R = 46.7%
G = 16.09%
B = 37.2%

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

#B13D8D (or 0xB13D8D) is known color: Medium Red Violet. HEX triplet: B1, 3D and 8D. RGB value is (177,61,141). Sum of RGB (Red+Green+Blue) = 177+61+141=379 (50% of max value = 765). Red value is 177 (69.53% from 255 or 46.70% from 379); Green value is 61 (24.22% from 255 or 16.09% from 379); Blue value is 141 (55.47% from 255 or 37.20% from 379); Max value from RGB is 177 - color contains mainly: red. Hex color #B13D8D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B13D8D is #4EC272. Grayscale: #686868. Windows color (decimal): -5161587 or 9256369. OLE color: 9256369.

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

Color convert

RGB 177 61 141 -
CMYK 0 0.66 0.20 0.31
HSL 318.62º 0.49% 0.47% -
HSV(B) 318.62º 0.66% 0.69% -
XYZ 24.61 14.61 26.72 -
YUV 104.8 148.43 179.5 -
System Red Green Blue C M Y K H S L
Decimal 177 61 141 0 0.66 0.20 0.31 318.62 0.49 0.47
Hex B1 3D 8D 0 42 14 1F 13F 31 2F
Octal 261 75 215 0 102 24 37 477 61 57
Binary 10110001 111101 10001101 0 1000010 10100 11111 100111111 110001 101111

Color Harmonies of #B13D8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B13D8D

Black with #B13D8D

Text Example


Text Example

White with #B13D8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B13D8D; }

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

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

background-color css

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

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

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

border-color css

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

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

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