Html Css Color HEX #B13096 Medium Red Violet

📋 copy color: '#B13096'

red 177 ◦ green 48 ◦ blue 150

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

Shades of Medium Red Violet #B13096

Tints of Medium Red Violet #B13096

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 40%

R = 47.2%
G = 12.8%
B = 40%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.15

 K value IS 0.31

RGB Variations

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

Color information

#B13096 (or 0xB13096) is known color: Medium Red Violet. HEX triplet: B1, 30 and 96. RGB value is (177,48,150). Sum of RGB (Red+Green+Blue) = 177+48+150=375 (49% of max value = 765). Red value is 177 (69.53% from 255 or 47.2% from 375); Green value is 48 (19.14% from 255 or 12.8% from 375); Blue value is 150 (58.98% from 255 or 40% from 375); Max value from RGB is 177 - color contains mainly: red. Hex color #B13096 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B13096 is #4ECF69. Grayscale: #616161. Windows color (decimal): -5164906 or 9842865. OLE color: 9842865.

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

Color convert

RGB 177 48 150 -
CMYK 0 0.73 0.15 0.31
HSL 312.56º 0.57% 0.44% -
HSV(B) 312.56º 0.73% 0.69% -
XYZ 24.69 13.66 30.19 -
YUV 98.2 157.24 184.21 -
System Red Green Blue C M Y K H S L
Decimal 177 48 150 0 0.73 0.15 0.31 312.56 0.57 0.44
Hex B1 30 96 0 49 F 1F 139 39 2C
Octal 261 60 226 0 111 17 37 471 71 54
Binary 10110001 110000 10010110 0 1001001 1111 11111 100111001 111001 101100

Color Harmonies of #B13096

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B13096

Black with #B13096

Text Example


Text Example

White with #B13096

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B13096; }

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

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

background-color css

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

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

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

border-color css

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

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

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