Html Css Color HEX #B13C9D Medium Red Violet

📋 copy color: '#B13C9D'

red 177 ◦ green 60 ◦ blue 157

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

Shades of Medium Red Violet #B13C9D

Tints of Medium Red Violet #B13C9D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 39.85%

R = 44.92%
G = 15.23%
B = 39.85%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.11

 K value IS 0.31

RGB Variations

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

Color information

#B13C9D (or 0xB13C9D) is known color: Medium Red Violet. HEX triplet: B1, 3C and 9D. RGB value is (177,60,157). Sum of RGB (Red+Green+Blue) = 177+60+157=394 (52% of max value = 765). Red value is 177 (69.53% from 255 or 44.92% from 394); Green value is 60 (23.83% from 255 or 15.23% from 394); Blue value is 157 (61.72% from 255 or 39.85% from 394); Max value from RGB is 177 - color contains mainly: red. Hex color #B13C9D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B13C9D is #4EC362. Grayscale: #696969. Windows color (decimal): -5161827 or 10304689. OLE color: 10304689.

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

Color convert

RGB 177 60 157 -
CMYK 0 0.66 0.11 0.31
HSL 310.26º 0.49% 0.46% -
HSV(B) 310.26º 0.66% 0.69% -
XYZ 25.83 15.01 33.43 -
YUV 106.04 156.76 178.61 -
System Red Green Blue C M Y K H S L
Decimal 177 60 157 0 0.66 0.11 0.31 310.26 0.49 0.46
Hex B1 3C 9D 0 42 B 1F 136 31 2E
Octal 261 74 235 0 102 13 37 466 61 56
Binary 10110001 111100 10011101 0 1000010 1011 11111 100110110 110001 101110

Color Harmonies of #B13C9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B13C9D

Black with #B13C9D

Text Example


Text Example

White with #B13C9D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B13C9D; }

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

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

background-color css

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

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

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

border-color css

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

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

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