Html Css Color HEX #B13690 Medium Red Violet

📋 copy color: '#B13690'

red 177 ◦ green 54 ◦ blue 144

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

Shades of Medium Red Violet #B13690

Tints of Medium Red Violet #B13690

RGB

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

 GREEN value IS 54 (21.48% from 255) = 14.4%

 BLUE value IS 144 (56.64% from 255) = 38.4%

R = 47.2%
G = 14.4%
B = 38.4%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.19

 K value IS 0.31

RGB Variations

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

Color information

#B13690 (or 0xB13690) is known color: Medium Red Violet. HEX triplet: B1, 36 and 90. RGB value is (177,54,144). Sum of RGB (Red+Green+Blue) = 177+54+144=375 (49% of max value = 765). Red value is 177 (69.53% from 255 or 47.2% from 375); Green value is 54 (21.48% from 255 or 14.4% from 375); Blue value is 144 (56.64% from 255 or 38.4% from 375); Max value from RGB is 177 - color contains mainly: red. Hex color #B13690 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B13690 is #4EC96F. Grayscale: #646464. Windows color (decimal): -5163376 or 9451185. OLE color: 9451185.

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

Color convert

RGB 177 54 144 -
CMYK 0 0.69 0.19 0.31
HSL 316.1º 0.53% 0.45% -
HSV(B) 316.1º 0.69% 0.69% -
XYZ 24.48 14 27.8 -
YUV 101.04 152.25 182.18 -
System Red Green Blue C M Y K H S L
Decimal 177 54 144 0 0.69 0.19 0.31 316.1 0.53 0.45
Hex B1 36 90 0 45 13 1F 13C 35 2D
Octal 261 66 220 0 105 23 37 474 65 55
Binary 10110001 110110 10010000 0 1000101 10011 11111 100111100 110101 101101

Color Harmonies of #B13690

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B13690

Black with #B13690

Text Example


Text Example

White with #B13690

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B13690; }

 p { color: rgb(177,54,144); }

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

background-color css

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

 a { background-color: rgb(177,54,144); }

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

border-color css

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

 span { border-color: rgb(177,54,144); }

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