Html Css Color HEX #B13B7B Medium Red Violet

📋 copy color: '#B13B7B'

red 177 ◦ green 59 ◦ blue 123

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

Shades of Medium Red Violet #B13B7B

Tints of Medium Red Violet #B13B7B

RGB

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

 GREEN value IS 59 (23.44% from 255) = 16.43%

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

R = 49.3%
G = 16.43%
B = 34.26%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.31

 K value IS 0.31

RGB Variations

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

Color information

#B13B7B (or 0xB13B7B) is known color: Medium Red Violet. HEX triplet: B1, 3B and 7B. RGB value is (177,59,123). Sum of RGB (Red+Green+Blue) = 177+59+123=359 (47% of max value = 765). Red value is 177 (69.53% from 255 or 49.30% from 359); Green value is 59 (23.44% from 255 or 16.43% from 359); Blue value is 123 (48.44% from 255 or 34.26% from 359); Max value from RGB is 177 - color contains mainly: red. Hex color #B13B7B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B13B7B is #4EC484. Grayscale: #656565. Windows color (decimal): -5162117 or 8076209. OLE color: 8076209.

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

Color convert

RGB 177 59 123 -
CMYK 0 0.67 0.31 0.31
HSL 327.46º 0.5% 0.46% -
HSV(B) 327.46º 0.67% 0.69% -
XYZ 23.27 13.91 20.2 -
YUV 101.58 140.09 181.8 -
System Red Green Blue C M Y K H S L
Decimal 177 59 123 0 0.67 0.31 0.31 327.46 0.5 0.46
Hex B1 3B 7B 0 43 1F 1F 147 32 2E
Octal 261 73 173 0 103 37 37 507 62 56
Binary 10110001 111011 1111011 0 1000011 11111 11111 101000111 110010 101110

Color Harmonies of #B13B7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B13B7B

Black with #B13B7B

Text Example


Text Example

White with #B13B7B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B13B7B; }

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

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

background-color css

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

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

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

border-color css

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

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

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