Html Css Color HEX #B13C7A Medium Red Violet

📋 copy color: '#B13C7A'

red 177 ◦ green 60 ◦ blue 122

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

Shades of Medium Red Violet #B13C7A

Tints of Medium Red Violet #B13C7A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 33.98%

R = 49.3%
G = 16.71%
B = 33.98%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.31

 K value IS 0.31

RGB Variations

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

Color information

#B13C7A (or 0xB13C7A) is known color: Medium Red Violet. HEX triplet: B1, 3C and 7A. RGB value is (177,60,122). Sum of RGB (Red+Green+Blue) = 177+60+122=359 (47% of max value = 765). Red value is 177 (69.53% from 255 or 49.30% from 359); Green value is 60 (23.83% from 255 or 16.71% from 359); Blue value is 122 (48.05% from 255 or 33.98% from 359); Max value from RGB is 177 - color contains mainly: red. Hex color #B13C7A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B13C7A is #4EC385. Grayscale: #656565. Windows color (decimal): -5161862 or 8010929. OLE color: 8010929.

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

Color convert

RGB 177 60 122 -
CMYK 0 0.66 0.31 0.31
HSL 328.21º 0.49% 0.46% -
HSV(B) 328.21º 0.66% 0.69% -
XYZ 23.26 13.98 19.89 -
YUV 102.05 139.26 181.46 -
System Red Green Blue C M Y K H S L
Decimal 177 60 122 0 0.66 0.31 0.31 328.21 0.49 0.46
Hex B1 3C 7A 0 42 1F 1F 148 31 2E
Octal 261 74 172 0 102 37 37 510 61 56
Binary 10110001 111100 1111010 0 1000010 11111 11111 101001000 110001 101110

Color Harmonies of #B13C7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B13C7A

Black with #B13C7A

Text Example


Text Example

White with #B13C7A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B13C7A; }

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

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

background-color css

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

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

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

border-color css

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

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

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