Html Css Color HEX #B13095 Medium Red Violet

📋 copy color: '#B13095'

red 177 ◦ green 48 ◦ blue 149

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

Shades of Medium Red Violet #B13095

Tints of Medium Red Violet #B13095

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 39.84%

R = 47.33%
G = 12.83%
B = 39.84%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.16

 K value IS 0.31

RGB Variations

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

Color information

#B13095 (or 0xB13095) is known color: Medium Red Violet. HEX triplet: B1, 30 and 95. RGB value is (177,48,149). Sum of RGB (Red+Green+Blue) = 177+48+149=374 (49% of max value = 765). Red value is 177 (69.53% from 255 or 47.33% from 374); Green value is 48 (19.14% from 255 or 12.83% from 374); Blue value is 149 (58.59% from 255 or 39.84% from 374); Max value from RGB is 177 - color contains mainly: red. Hex color #B13095 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B13095 is #4ECF6A. Grayscale: #616161. Windows color (decimal): -5164907 or 9777329. OLE color: 9777329.

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

Color convert

RGB 177 48 149 -
CMYK 0 0.73 0.16 0.31
HSL 313.02º 0.57% 0.44% -
HSV(B) 313.02º 0.73% 0.69% -
XYZ 24.61 13.63 29.77 -
YUV 98.09 156.74 184.29 -
System Red Green Blue C M Y K H S L
Decimal 177 48 149 0 0.73 0.16 0.31 313.02 0.57 0.44
Hex B1 30 95 0 49 10 1F 139 39 2C
Octal 261 60 225 0 111 20 37 471 71 54
Binary 10110001 110000 10010101 0 1001001 10000 11111 100111001 111001 101100

Color Harmonies of #B13095

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B13095

Black with #B13095

Text Example


Text Example

White with #B13095

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B13095; }

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

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

background-color css

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

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

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

border-color css

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

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

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