Html Css Color HEX #B13E8A Medium Red Violet

📋 copy color: '#B13E8A'

red 177 ◦ green 62 ◦ blue 138

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

Shades of Medium Red Violet #B13E8A

Tints of Medium Red Violet #B13E8A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 36.6%

R = 46.95%
G = 16.45%
B = 36.6%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.22

 K value IS 0.31

RGB Variations

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

Color information

#B13E8A (or 0xB13E8A) is known color: Medium Red Violet. HEX triplet: B1, 3E and 8A. RGB value is (177,62,138). Sum of RGB (Red+Green+Blue) = 177+62+138=377 (49% of max value = 765). Red value is 177 (69.53% from 255 or 46.95% from 377); Green value is 62 (24.61% from 255 or 16.45% from 377); Blue value is 138 (54.30% from 255 or 36.60% from 377); Max value from RGB is 177 - color contains mainly: red. Hex color #B13E8A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B13E8A is #4EC175. Grayscale: #686868. Windows color (decimal): -5161334 or 9060017. OLE color: 9060017.

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

Color convert

RGB 177 62 138 -
CMYK 0 0.65 0.22 0.31
HSL 320.35º 0.48% 0.47% -
HSV(B) 320.35º 0.65% 0.69% -
XYZ 24.44 14.63 25.58 -
YUV 105.05 146.6 179.32 -
System Red Green Blue C M Y K H S L
Decimal 177 62 138 0 0.65 0.22 0.31 320.35 0.48 0.47
Hex B1 3E 8A 0 41 16 1F 140 30 2F
Octal 261 76 212 0 101 26 37 500 60 57
Binary 10110001 111110 10001010 0 1000001 10110 11111 101000000 110000 101111

Color Harmonies of #B13E8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B13E8A

Black with #B13E8A

Text Example


Text Example

White with #B13E8A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B13E8A; }

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

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

background-color css

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

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

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

border-color css

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

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

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