Html Css Color HEX #B13D7B Medium Red Violet

📋 copy color: '#B13D7B'

red 177 ◦ green 61 ◦ blue 123

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

Shades of Medium Red Violet #B13D7B

Tints of Medium Red Violet #B13D7B

RGB

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

 GREEN value IS 61 (24.22% from 255) = 16.9%

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

R = 49.03%
G = 16.9%
B = 34.07%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.31

 K value IS 0.31

RGB Variations

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

Color information

#B13D7B (or 0xB13D7B) is known color: Medium Red Violet. HEX triplet: B1, 3D and 7B. RGB value is (177,61,123). Sum of RGB (Red+Green+Blue) = 177+61+123=361 (47% of max value = 765). Red value is 177 (69.53% from 255 or 49.03% from 361); Green value is 61 (24.22% from 255 or 16.90% from 361); Blue value is 123 (48.44% from 255 or 34.07% from 361); Max value from RGB is 177 - color contains mainly: red. Hex color #B13D7B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B13D7B is #4EC284. Grayscale: #666666. Windows color (decimal): -5161605 or 8076721. OLE color: 8076721.

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

Color convert

RGB 177 61 123 -
CMYK 0 0.66 0.31 0.31
HSL 327.93º 0.49% 0.47% -
HSV(B) 327.93º 0.66% 0.69% -
XYZ 23.38 14.11 20.23 -
YUV 102.75 139.43 180.96 -
System Red Green Blue C M Y K H S L
Decimal 177 61 123 0 0.66 0.31 0.31 327.93 0.49 0.47
Hex B1 3D 7B 0 42 1F 1F 148 31 2F
Octal 261 75 173 0 102 37 37 510 61 57
Binary 10110001 111101 1111011 0 1000010 11111 11111 101001000 110001 101111

Color Harmonies of #B13D7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B13D7B

Black with #B13D7B

Text Example


Text Example

White with #B13D7B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B13D7B; }

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

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

background-color css

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

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

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

border-color css

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

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

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