Html Css Color HEX #B13490 Medium Red Violet

📋 copy color: '#B13490'

red 177 ◦ green 52 ◦ blue 144

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

Shades of Medium Red Violet #B13490

Tints of Medium Red Violet #B13490

RGB

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

 GREEN value IS 52 (20.7% from 255) = 13.94%

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

R = 47.45%
G = 13.94%
B = 38.61%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.19

 K value IS 0.31

RGB Variations

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

Color information

#B13490 (or 0xB13490) is known color: Medium Red Violet. HEX triplet: B1, 34 and 90. RGB value is (177,52,144). Sum of RGB (Red+Green+Blue) = 177+52+144=373 (49% of max value = 765). Red value is 177 (69.53% from 255 or 47.45% from 373); Green value is 52 (20.70% from 255 or 13.94% from 373); Blue value is 144 (56.64% from 255 or 38.61% from 373); Max value from RGB is 177 - color contains mainly: red. Hex color #B13490 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B13490 is #4ECB6F. Grayscale: #636363. Windows color (decimal): -5163888 or 9450673. OLE color: 9450673.

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

Color convert

RGB 177 52 144 -
CMYK 0 0.71 0.19 0.31
HSL 315.84º 0.55% 0.45% -
HSV(B) 315.84º 0.71% 0.69% -
XYZ 24.39 13.82 27.77 -
YUV 99.86 152.91 183.02 -
System Red Green Blue C M Y K H S L
Decimal 177 52 144 0 0.71 0.19 0.31 315.84 0.55 0.45
Hex B1 34 90 0 47 13 1F 13C 37 2D
Octal 261 64 220 0 107 23 37 474 67 55
Binary 10110001 110100 10010000 0 1000111 10011 11111 100111100 110111 101101

Color Harmonies of #B13490

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B13490

Black with #B13490

Text Example


Text Example

White with #B13490

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B13490; }

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

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

background-color css

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

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

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

border-color css

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

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

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