Html Css Color HEX #B13799 Medium Red Violet

📋 copy color: '#B13799'

red 177 ◦ green 55 ◦ blue 153

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

Shades of Medium Red Violet #B13799

Tints of Medium Red Violet #B13799

RGB

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

 GREEN value IS 55 (21.88% from 255) = 14.29%

 BLUE value IS 153 (60.16% from 255) = 39.74%

R = 45.97%
G = 14.29%
B = 39.74%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.14

 K value IS 0.31

RGB Variations

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

Color information

#B13799 (or 0xB13799) is known color: Medium Red Violet. HEX triplet: B1, 37 and 99. RGB value is (177,55,153). Sum of RGB (Red+Green+Blue) = 177+55+153=385 (50% of max value = 765). Red value is 177 (69.53% from 255 or 45.97% from 385); Green value is 55 (21.88% from 255 or 14.29% from 385); Blue value is 153 (60.16% from 255 or 39.74% from 385); Max value from RGB is 177 - color contains mainly: red. Hex color #B13799 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B13799 is #4EC866. Grayscale: #666666. Windows color (decimal): -5163111 or 10041265. OLE color: 10041265.

HSL color Cylindrical-coordinate representation of color #B13799: hue angle of 311.8º degrees, saturation: 0.53, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #B13799 is Cyan = 0, Magento = 0.69, Yellow = 0.14 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 55 153 -
CMYK 0 0.69 0.14 0.31
HSL 311.8º 0.53% 0.45% -
HSV(B) 311.8º 0.69% 0.69% -
XYZ 25.25 14.38 31.58 -
YUV 102.65 156.42 181.03 -
System Red Green Blue C M Y K H S L
Decimal 177 55 153 0 0.69 0.14 0.31 311.8 0.53 0.45
Hex B1 37 99 0 45 E 1F 138 35 2D
Octal 261 67 231 0 105 16 37 470 65 55
Binary 10110001 110111 10011001 0 1000101 1110 11111 100111000 110101 101101

Color Harmonies of #B13799

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B13799

Black with #B13799

Text Example


Text Example

White with #B13799

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B13799; }

 p { color: rgb(177,55,153); }

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

background-color css

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

 a { background-color: rgb(177,55,153); }

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

border-color css

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

 span { border-color: rgb(177,55,153); }

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