Html Css Color HEX #B13798 Medium Red Violet

📋 copy color: '#B13798'

red 177 ◦ green 55 ◦ blue 152

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

Shades of Medium Red Violet #B13798

Tints of Medium Red Violet #B13798

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 39.58%

R = 46.09%
G = 14.32%
B = 39.58%

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

#B13798 (or 0xB13798) is known color: Medium Red Violet. HEX triplet: B1, 37 and 98. RGB value is (177,55,152). Sum of RGB (Red+Green+Blue) = 177+55+152=384 (50% of max value = 765). Red value is 177 (69.53% from 255 or 46.09% from 384); Green value is 55 (21.88% from 255 or 14.32% from 384); Blue value is 152 (59.77% from 255 or 39.58% from 384); Max value from RGB is 177 - color contains mainly: red. Hex color #B13798 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B13798 is #4EC867. Grayscale: #666666. Windows color (decimal): -5163112 or 9975729. OLE color: 9975729.

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

Color convert

RGB 177 55 152 -
CMYK 0 0.69 0.14 0.31
HSL 312.3º 0.53% 0.45% -
HSV(B) 312.3º 0.69% 0.69% -
XYZ 25.17 14.35 31.15 -
YUV 102.54 155.92 181.11 -
System Red Green Blue C M Y K H S L
Decimal 177 55 152 0 0.69 0.14 0.31 312.3 0.53 0.45
Hex B1 37 98 0 45 E 1F 138 35 2D
Octal 261 67 230 0 105 16 37 470 65 55
Binary 10110001 110111 10011000 0 1000101 1110 11111 100111000 110101 101101

Color Harmonies of #B13798

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B13798

Black with #B13798

Text Example


Text Example

White with #B13798

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B13798; }

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

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

background-color css

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

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

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

border-color css

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

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

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