Html Css Color HEX #B13B7D Medium Red Violet

📋 copy color: '#B13B7D'

red 177 ◦ green 59 ◦ blue 125

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

Shades of Medium Red Violet #B13B7D

Tints of Medium Red Violet #B13B7D

RGB

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

 GREEN value IS 59 (23.44% from 255) = 16.34%

 BLUE value IS 125 (49.22% from 255) = 34.63%

R = 49.03%
G = 16.34%
B = 34.63%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.29

 K value IS 0.31

RGB Variations

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

Color information

#B13B7D (or 0xB13B7D) is known color: Medium Red Violet. HEX triplet: B1, 3B and 7D. RGB value is (177,59,125). Sum of RGB (Red+Green+Blue) = 177+59+125=361 (47% of max value = 765). Red value is 177 (69.53% from 255 or 49.03% from 361); Green value is 59 (23.44% from 255 or 16.34% from 361); Blue value is 125 (49.22% from 255 or 34.63% from 361); Max value from RGB is 177 - color contains mainly: red. Hex color #B13B7D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B13B7D is #4EC482. Grayscale: #656565. Windows color (decimal): -5162115 or 8207281. OLE color: 8207281.

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

Color convert

RGB 177 59 125 -
CMYK 0 0.67 0.29 0.31
HSL 326.44º 0.5% 0.46% -
HSV(B) 326.44º 0.67% 0.69% -
XYZ 23.4 13.96 20.86 -
YUV 101.81 141.09 181.63 -
System Red Green Blue C M Y K H S L
Decimal 177 59 125 0 0.67 0.29 0.31 326.44 0.5 0.46
Hex B1 3B 7D 0 43 1D 1F 146 32 2E
Octal 261 73 175 0 103 35 37 506 62 56
Binary 10110001 111011 1111101 0 1000011 11101 11111 101000110 110010 101110

Color Harmonies of #B13B7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B13B7D

Black with #B13B7D

Text Example


Text Example

White with #B13B7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B13B7D; }

 p { color: rgb(177,59,125); }

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

background-color css

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

 a { background-color: rgb(177,59,125); }

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

border-color css

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

 span { border-color: rgb(177,59,125); }

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