Html Css Color HEX #B13990 Medium Red Violet

📋 copy color: '#B13990'

red 177 ◦ green 57 ◦ blue 144

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

Shades of Medium Red Violet #B13990

Tints of Medium Red Violet #B13990

RGB

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

 GREEN value IS 57 (22.66% from 255) = 15.08%

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

R = 46.83%
G = 15.08%
B = 38.1%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.19

 K value IS 0.31

RGB Variations

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

Color information

#B13990 (or 0xB13990) is known color: Medium Red Violet. HEX triplet: B1, 39 and 90. RGB value is (177,57,144). Sum of RGB (Red+Green+Blue) = 177+57+144=378 (50% of max value = 765). Red value is 177 (69.53% from 255 or 46.83% from 378); Green value is 57 (22.66% from 255 or 15.08% from 378); Blue value is 144 (56.64% from 255 or 38.10% from 378); Max value from RGB is 177 - color contains mainly: red. Hex color #B13990 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B13990 is #4EC66F. Grayscale: #666666. Windows color (decimal): -5162608 or 9451953. OLE color: 9451953.

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

Color convert

RGB 177 57 144 -
CMYK 0 0.68 0.19 0.31
HSL 316.5º 0.51% 0.46% -
HSV(B) 316.5º 0.68% 0.69% -
XYZ 24.63 14.29 27.85 -
YUV 102.8 151.26 180.93 -
System Red Green Blue C M Y K H S L
Decimal 177 57 144 0 0.68 0.19 0.31 316.5 0.51 0.46
Hex B1 39 90 0 44 13 1F 13C 33 2E
Octal 261 71 220 0 104 23 37 474 63 56
Binary 10110001 111001 10010000 0 1000100 10011 11111 100111100 110011 101110

Color Harmonies of #B13990

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B13990

Black with #B13990

Text Example


Text Example

White with #B13990

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B13990; }

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

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

background-color css

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

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

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

border-color css

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

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

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