Html Css Color HEX #B13B8D Medium Red Violet

📋 copy color: '#B13B8D'

red 177 ◦ green 59 ◦ blue 141

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

Shades of Medium Red Violet #B13B8D

Tints of Medium Red Violet #B13B8D

RGB

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

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

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

R = 46.95%
G = 15.65%
B = 37.4%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.20

 K value IS 0.31

RGB Variations

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

Color information

#B13B8D (or 0xB13B8D) is known color: Medium Red Violet. HEX triplet: B1, 3B and 8D. RGB value is (177,59,141). Sum of RGB (Red+Green+Blue) = 177+59+141=377 (49% of max value = 765). Red value is 177 (69.53% from 255 or 46.95% from 377); Green value is 59 (23.44% from 255 or 15.65% from 377); Blue value is 141 (55.47% from 255 or 37.40% from 377); Max value from RGB is 177 - color contains mainly: red. Hex color #B13B8D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B13B8D is #4EC472. Grayscale: #676767. Windows color (decimal): -5162099 or 9255857. OLE color: 9255857.

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

Color convert

RGB 177 59 141 -
CMYK 0 0.67 0.20 0.31
HSL 318.31º 0.5% 0.46% -
HSV(B) 318.31º 0.67% 0.69% -
XYZ 24.5 14.4 26.69 -
YUV 103.63 149.09 180.33 -
System Red Green Blue C M Y K H S L
Decimal 177 59 141 0 0.67 0.20 0.31 318.31 0.5 0.46
Hex B1 3B 8D 0 43 14 1F 13E 32 2E
Octal 261 73 215 0 103 24 37 476 62 56
Binary 10110001 111011 10001101 0 1000011 10100 11111 100111110 110010 101110

Color Harmonies of #B13B8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B13B8D

Black with #B13B8D

Text Example


Text Example

White with #B13B8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B13B8D; }

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

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

background-color css

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

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

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

border-color css

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

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

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