Html Css Color HEX #B13877 Medium Red Violet

📋 copy color: '#B13877'

red 177 ◦ green 56 ◦ blue 119

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

Shades of Medium Red Violet #B13877

Tints of Medium Red Violet #B13877

RGB

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

 GREEN value IS 56 (22.27% from 255) = 15.91%

 BLUE value IS 119 (46.88% from 255) = 33.81%

R = 50.28%
G = 15.91%
B = 33.81%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.33

 K value IS 0.31

RGB Variations

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

Color information

#B13877 (or 0xB13877) is known color: Medium Red Violet. HEX triplet: B1, 38 and 77. RGB value is (177,56,119). Sum of RGB (Red+Green+Blue) = 177+56+119=352 (46% of max value = 765). Red value is 177 (69.53% from 255 or 50.28% from 352); Green value is 56 (22.27% from 255 or 15.91% from 352); Blue value is 119 (46.88% from 255 or 33.81% from 352); Max value from RGB is 177 - color contains mainly: red. Hex color #B13877 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B13877 is #4EC788. Grayscale: #636363. Windows color (decimal): -5162889 or 7813297. OLE color: 7813297.

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

Color convert

RGB 177 56 119 -
CMYK 0 0.68 0.33 0.31
HSL 328.76º 0.52% 0.46% -
HSV(B) 328.76º 0.68% 0.69% -
XYZ 22.88 13.51 18.85 -
YUV 99.36 139.09 183.38 -
System Red Green Blue C M Y K H S L
Decimal 177 56 119 0 0.68 0.33 0.31 328.76 0.52 0.46
Hex B1 38 77 0 44 21 1F 149 34 2E
Octal 261 70 167 0 104 41 37 511 64 56
Binary 10110001 111000 1110111 0 1000100 100001 11111 101001001 110100 101110

Color Harmonies of #B13877

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B13877

Black with #B13877

Text Example


Text Example

White with #B13877

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B13877; }

 p { color: rgb(177,56,119); }

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

background-color css

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

 a { background-color: rgb(177,56,119); }

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

border-color css

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

 span { border-color: rgb(177,56,119); }

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