Html Css Color HEX #B13E97 Medium Red Violet

📋 copy color: '#B13E97'

red 177 ◦ green 62 ◦ blue 151

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

Shades of Medium Red Violet #B13E97

Tints of Medium Red Violet #B13E97

RGB

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

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

 BLUE value IS 151 (59.38% from 255) = 38.72%

R = 45.38%
G = 15.9%
B = 38.72%

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

#B13E97 (or 0xB13E97) is known color: Medium Red Violet. HEX triplet: B1, 3E and 97. RGB value is (177,62,151). Sum of RGB (Red+Green+Blue) = 177+62+151=390 (51% of max value = 765). Red value is 177 (69.53% from 255 or 45.38% from 390); Green value is 62 (24.61% from 255 or 15.90% from 390); Blue value is 151 (59.38% from 255 or 38.72% from 390); Max value from RGB is 177 - color contains mainly: red. Hex color #B13E97 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B13E97 is #4EC168. Grayscale: #6A6A6A. Windows color (decimal): -5161321 or 9911985. OLE color: 9911985.

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

Color convert

RGB 177 62 151 -
CMYK 0 0.65 0.15 0.31
HSL 313.57º 0.48% 0.47% -
HSV(B) 313.57º 0.65% 0.69% -
XYZ 25.44 15.03 30.84 -
YUV 106.53 153.1 178.26 -
System Red Green Blue C M Y K H S L
Decimal 177 62 151 0 0.65 0.15 0.31 313.57 0.48 0.47
Hex B1 3E 97 0 41 F 1F 13A 30 2F
Octal 261 76 227 0 101 17 37 472 60 57
Binary 10110001 111110 10010111 0 1000001 1111 11111 100111010 110000 101111

Color Harmonies of #B13E97

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B13E97

Black with #B13E97

Text Example


Text Example

White with #B13E97

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B13E97; }

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

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

background-color css

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

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

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

border-color css

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

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

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