Html Css Color HEX #B131A4 Medium Red Violet

📋 copy color: '#B131A4'

red 177 ◦ green 49 ◦ blue 164

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

Shades of Medium Red Violet #B131A4

Tints of Medium Red Violet #B131A4

RGB

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

 GREEN value IS 49 (19.53% from 255) = 12.56%

 BLUE value IS 164 (64.45% from 255) = 42.05%

R = 45.38%
G = 12.56%
B = 42.05%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.07

 K value IS 0.31

RGB Variations

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

Color information

#B131A4 (or 0xB131A4) is known color: Medium Red Violet. HEX triplet: B1, 31 and A4. RGB value is (177,49,164). Sum of RGB (Red+Green+Blue) = 177+49+164=390 (51% of max value = 765). Red value is 177 (69.53% from 255 or 45.38% from 390); Green value is 49 (19.53% from 255 or 12.56% from 390); Blue value is 164 (64.45% from 255 or 42.05% from 390); Max value from RGB is 177 - color contains mainly: red. Hex color #B131A4 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B131A4 is #4ECE5B. Grayscale: #646464. Windows color (decimal): -5164636 or 10760625. OLE color: 10760625.

HSL color Cylindrical-coordinate representation of color #B131A4: hue angle of 306.09º degrees, saturation: 0.57, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #B131A4 is Cyan = 0, Magento = 0.72, Yellow = 0.07 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 49 164 -
CMYK 0 0.72 0.07 0.31
HSL 306.09º 0.57% 0.44% -
HSV(B) 306.09º 0.72% 0.69% -
XYZ 25.93 14.22 36.5 -
YUV 100.38 163.91 182.65 -
System Red Green Blue C M Y K H S L
Decimal 177 49 164 0 0.72 0.07 0.31 306.09 0.57 0.44
Hex B1 31 A4 0 48 7 1F 132 39 2C
Octal 261 61 244 0 110 7 37 462 71 54
Binary 10110001 110001 10100100 0 1001000 111 11111 100110010 111001 101100

Color Harmonies of #B131A4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B131A4

Black with #B131A4

Text Example


Text Example

White with #B131A4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B131A4; }

 p { color: rgb(177,49,164); }

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

background-color css

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

 a { background-color: rgb(177,49,164); }

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

border-color css

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

 span { border-color: rgb(177,49,164); }

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