Html Css Color HEX #B13E7B Medium Red Violet

📋 copy color: '#B13E7B'

red 177 ◦ green 62 ◦ blue 123

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

Shades of Medium Red Violet #B13E7B

Tints of Medium Red Violet #B13E7B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 33.98%

R = 48.9%
G = 17.13%
B = 33.98%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.31

 K value IS 0.31

RGB Variations

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

Color information

#B13E7B (or 0xB13E7B) is known color: Medium Red Violet. HEX triplet: B1, 3E and 7B. RGB value is (177,62,123). Sum of RGB (Red+Green+Blue) = 177+62+123=362 (47% of max value = 765). Red value is 177 (69.53% from 255 or 48.90% from 362); Green value is 62 (24.61% from 255 or 17.13% from 362); Blue value is 123 (48.44% from 255 or 33.98% from 362); Max value from RGB is 177 - color contains mainly: red. Hex color #B13E7B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B13E7B is #4EC184. Grayscale: #676767. Windows color (decimal): -5161349 or 8076977. OLE color: 8076977.

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

Color convert

RGB 177 62 123 -
CMYK 0 0.65 0.31 0.31
HSL 328.17º 0.48% 0.47% -
HSV(B) 328.17º 0.65% 0.69% -
XYZ 23.43 14.22 20.25 -
YUV 103.34 139.1 180.54 -
System Red Green Blue C M Y K H S L
Decimal 177 62 123 0 0.65 0.31 0.31 328.17 0.48 0.47
Hex B1 3E 7B 0 41 1F 1F 148 30 2F
Octal 261 76 173 0 101 37 37 510 60 57
Binary 10110001 111110 1111011 0 1000001 11111 11111 101001000 110000 101111

Color Harmonies of #B13E7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B13E7B

Black with #B13E7B

Text Example


Text Example

White with #B13E7B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B13E7B; }

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

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

background-color css

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

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

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

border-color css

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

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

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