Html Css Color HEX #B13F81 Medium Red Violet

📋 copy color: '#B13F81'

red 177 ◦ green 63 ◦ blue 129

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

Shades of Medium Red Violet #B13F81

Tints of Medium Red Violet #B13F81

RGB

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

 GREEN value IS 63 (25% from 255) = 17.07%

 BLUE value IS 129 (50.78% from 255) = 34.96%

R = 47.97%
G = 17.07%
B = 34.96%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.27

 K value IS 0.31

RGB Variations

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

Color information

#B13F81 (or 0xB13F81) is known color: Medium Red Violet. HEX triplet: B1, 3F and 81. RGB value is (177,63,129). Sum of RGB (Red+Green+Blue) = 177+63+129=369 (48% of max value = 765). Red value is 177 (69.53% from 255 or 47.97% from 369); Green value is 63 (25% from 255 or 17.07% from 369); Blue value is 129 (50.78% from 255 or 34.96% from 369); Max value from RGB is 177 - color contains mainly: red. Hex color #B13F81 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B13F81 is #4EC07E. Grayscale: #686868. Windows color (decimal): -5161087 or 8470449. OLE color: 8470449.

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

Color convert

RGB 177 63 129 -
CMYK 0 0.64 0.27 0.31
HSL 325.26º 0.48% 0.47% -
HSV(B) 325.26º 0.64% 0.69% -
XYZ 23.87 14.49 22.31 -
YUV 104.61 141.77 179.63 -
System Red Green Blue C M Y K H S L
Decimal 177 63 129 0 0.64 0.27 0.31 325.26 0.48 0.47
Hex B1 3F 81 0 40 1B 1F 145 30 2F
Octal 261 77 201 0 100 33 37 505 60 57
Binary 10110001 111111 10000001 0 1000000 11011 11111 101000101 110000 101111

Color Harmonies of #B13F81

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B13F81

Black with #B13F81

Text Example


Text Example

White with #B13F81

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B13F81; }

 p { color: rgb(177,63,129); }

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

background-color css

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

 a { background-color: rgb(177,63,129); }

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

border-color css

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

 span { border-color: rgb(177,63,129); }

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