Html Css Color HEX #B1309A Medium Red Violet

📋 copy color: '#B1309A'

red 177 ◦ green 48 ◦ blue 154

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

Shades of Medium Red Violet #B1309A

Tints of Medium Red Violet #B1309A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 40.63%

R = 46.7%
G = 12.66%
B = 40.63%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.13

 K value IS 0.31

RGB Variations

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

Color information

#B1309A (or 0xB1309A) is known color: Medium Red Violet. HEX triplet: B1, 30 and 9A. RGB value is (177,48,154). Sum of RGB (Red+Green+Blue) = 177+48+154=379 (50% of max value = 765). Red value is 177 (69.53% from 255 or 46.70% from 379); Green value is 48 (19.14% from 255 or 12.66% from 379); Blue value is 154 (60.55% from 255 or 40.63% from 379); Max value from RGB is 177 - color contains mainly: red. Hex color #B1309A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B1309A is #4ECF65. Grayscale: #626262. Windows color (decimal): -5164902 or 10105009. OLE color: 10105009.

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

Color convert

RGB 177 48 154 -
CMYK 0 0.73 0.13 0.31
HSL 310.7º 0.57% 0.44% -
HSV(B) 310.7º 0.73% 0.69% -
XYZ 25.02 13.79 31.92 -
YUV 98.66 159.24 183.88 -
System Red Green Blue C M Y K H S L
Decimal 177 48 154 0 0.73 0.13 0.31 310.7 0.57 0.44
Hex B1 30 9A 0 49 D 1F 137 39 2C
Octal 261 60 232 0 111 15 37 467 71 54
Binary 10110001 110000 10011010 0 1001001 1101 11111 100110111 111001 101100

Color Harmonies of #B1309A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1309A

Black with #B1309A

Text Example


Text Example

White with #B1309A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1309A; }

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

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

background-color css

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

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

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

border-color css

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

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

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