Html Css Color HEX #B13792 Medium Red Violet

📋 copy color: '#B13792'

red 177 ◦ green 55 ◦ blue 146

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

Shades of Medium Red Violet #B13792

Tints of Medium Red Violet #B13792

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 38.62%

R = 46.83%
G = 14.55%
B = 38.62%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.18

 K value IS 0.31

RGB Variations

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

Color information

#B13792 (or 0xB13792) is known color: Medium Red Violet. HEX triplet: B1, 37 and 92. RGB value is (177,55,146). Sum of RGB (Red+Green+Blue) = 177+55+146=378 (50% of max value = 765). Red value is 177 (69.53% from 255 or 46.83% from 378); Green value is 55 (21.88% from 255 or 14.55% from 378); Blue value is 146 (57.42% from 255 or 38.62% from 378); Max value from RGB is 177 - color contains mainly: red. Hex color #B13792 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B13792 is #4EC86D. Grayscale: #656565. Windows color (decimal): -5163118 or 9582513. OLE color: 9582513.

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

Color convert

RGB 177 55 146 -
CMYK 0 0.69 0.18 0.31
HSL 315.25º 0.53% 0.45% -
HSV(B) 315.25º 0.69% 0.69% -
XYZ 24.69 14.15 28.63 -
YUV 101.85 152.92 181.6 -
System Red Green Blue C M Y K H S L
Decimal 177 55 146 0 0.69 0.18 0.31 315.25 0.53 0.45
Hex B1 37 92 0 45 12 1F 13B 35 2D
Octal 261 67 222 0 105 22 37 473 65 55
Binary 10110001 110111 10010010 0 1000101 10010 11111 100111011 110101 101101

Color Harmonies of #B13792

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B13792

Black with #B13792

Text Example


Text Example

White with #B13792

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B13792; }

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

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

background-color css

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

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

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

border-color css

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

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

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