Html Css Color HEX #B130A1 Medium Red Violet

📋 copy color: '#B130A1'

red 177 ◦ green 48 ◦ blue 161

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

Shades of Medium Red Violet #B130A1

Tints of Medium Red Violet #B130A1

RGB

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

 GREEN value IS 48 (19.14% from 255) = 12.44%

 BLUE value IS 161 (63.28% from 255) = 41.71%

R = 45.85%
G = 12.44%
B = 41.71%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.09

 K value IS 0.31

RGB Variations

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

Color information

#B130A1 (or 0xB130A1) is known color: Medium Red Violet. HEX triplet: B1, 30 and A1. RGB value is (177,48,161). Sum of RGB (Red+Green+Blue) = 177+48+161=386 (51% of max value = 765). Red value is 177 (69.53% from 255 or 45.85% from 386); Green value is 48 (19.14% from 255 or 12.44% from 386); Blue value is 161 (63.28% from 255 or 41.71% from 386); Max value from RGB is 177 - color contains mainly: red. Hex color #B130A1 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B130A1 is #4ECF5E. Grayscale: #636363. Windows color (decimal): -5164895 or 10563761. OLE color: 10563761.

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

Color convert

RGB 177 48 161 -
CMYK 0 0.73 0.09 0.31
HSL 307.44º 0.57% 0.44% -
HSV(B) 307.44º 0.73% 0.69% -
XYZ 25.62 14.03 35.08 -
YUV 99.45 162.74 183.31 -
System Red Green Blue C M Y K H S L
Decimal 177 48 161 0 0.73 0.09 0.31 307.44 0.57 0.44
Hex B1 30 A1 0 49 9 1F 133 39 2C
Octal 261 60 241 0 111 11 37 463 71 54
Binary 10110001 110000 10100001 0 1001001 1001 11111 100110011 111001 101100

Color Harmonies of #B130A1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B130A1

Black with #B130A1

Text Example


Text Example

White with #B130A1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B130A1; }

 p { color: rgb(177,48,161); }

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

background-color css

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

 a { background-color: rgb(177,48,161); }

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

border-color css

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

 span { border-color: rgb(177,48,161); }

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