Html Css Color HEX #B13A96 Medium Red Violet

📋 copy color: '#B13A96'

red 177 ◦ green 58 ◦ blue 150

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

Shades of Medium Red Violet #B13A96

Tints of Medium Red Violet #B13A96

RGB

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

 GREEN value IS 58 (23.05% from 255) = 15.06%

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

R = 45.97%
G = 15.06%
B = 38.96%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.15

 K value IS 0.31

RGB Variations

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

Color information

#B13A96 (or 0xB13A96) is known color: Medium Red Violet. HEX triplet: B1, 3A and 96. RGB value is (177,58,150). Sum of RGB (Red+Green+Blue) = 177+58+150=385 (50% of max value = 765). Red value is 177 (69.53% from 255 or 45.97% from 385); Green value is 58 (23.05% from 255 or 15.06% from 385); Blue value is 150 (58.98% from 255 or 38.96% from 385); Max value from RGB is 177 - color contains mainly: red. Hex color #B13A96 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B13A96 is #4EC569. Grayscale: #676767. Windows color (decimal): -5162346 or 9845425. OLE color: 9845425.

HSL color Cylindrical-coordinate representation of color #B13A96: hue angle of 313.61º degrees, saturation: 0.51, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #B13A96 is Cyan = 0, Magento = 0.67, Yellow = 0.15 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 58 150 -
CMYK 0 0.67 0.15 0.31
HSL 313.61º 0.51% 0.46% -
HSV(B) 313.61º 0.67% 0.69% -
XYZ 25.15 14.58 30.34 -
YUV 104.07 153.92 180.02 -
System Red Green Blue C M Y K H S L
Decimal 177 58 150 0 0.67 0.15 0.31 313.61 0.51 0.46
Hex B1 3A 96 0 43 F 1F 13A 33 2E
Octal 261 72 226 0 103 17 37 472 63 56
Binary 10110001 111010 10010110 0 1000011 1111 11111 100111010 110011 101110

Color Harmonies of #B13A96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B13A96

Black with #B13A96

Text Example


Text Example

White with #B13A96

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B13A96; }

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

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

background-color css

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

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

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

border-color css

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

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

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