Html Css Color HEX #B13E96 Medium Red Violet

📋 copy color: '#B13E96'

red 177 ◦ green 62 ◦ blue 150

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

Shades of Medium Red Violet #B13E96

Tints of Medium Red Violet #B13E96

RGB

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

 GREEN value IS 62 (24.61% from 255) = 15.94%

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

R = 45.5%
G = 15.94%
B = 38.56%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.15

 K value IS 0.31

RGB Variations

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

Color information

#B13E96 (or 0xB13E96) is known color: Medium Red Violet. HEX triplet: B1, 3E and 96. RGB value is (177,62,150). Sum of RGB (Red+Green+Blue) = 177+62+150=389 (51% of max value = 765). Red value is 177 (69.53% from 255 or 45.50% from 389); Green value is 62 (24.61% from 255 or 15.94% from 389); Blue value is 150 (58.98% from 255 or 38.56% from 389); Max value from RGB is 177 - color contains mainly: red. Hex color #B13E96 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B13E96 is #4EC169. Grayscale: #6A6A6A. Windows color (decimal): -5161322 or 9846449. OLE color: 9846449.

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

Color convert

RGB 177 62 150 -
CMYK 0 0.65 0.15 0.31
HSL 314.09º 0.48% 0.47% -
HSV(B) 314.09º 0.65% 0.69% -
XYZ 25.36 14.99 30.41 -
YUV 106.42 152.6 178.34 -
System Red Green Blue C M Y K H S L
Decimal 177 62 150 0 0.65 0.15 0.31 314.09 0.48 0.47
Hex B1 3E 96 0 41 F 1F 13A 30 2F
Octal 261 76 226 0 101 17 37 472 60 57
Binary 10110001 111110 10010110 0 1000001 1111 11111 100111010 110000 101111

Color Harmonies of #B13E96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B13E96

Black with #B13E96

Text Example


Text Example

White with #B13E96

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B13E96; }

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

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

background-color css

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

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

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

border-color css

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

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

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