Html Css Color HEX #B13B8F Medium Red Violet

📋 copy color: '#B13B8F'

red 177 ◦ green 59 ◦ blue 143

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

Shades of Medium Red Violet #B13B8F

Tints of Medium Red Violet #B13B8F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 37.73%

R = 46.7%
G = 15.57%
B = 37.73%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.19

 K value IS 0.31

RGB Variations

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

Color information

#B13B8F (or 0xB13B8F) is known color: Medium Red Violet. HEX triplet: B1, 3B and 8F. RGB value is (177,59,143). Sum of RGB (Red+Green+Blue) = 177+59+143=379 (50% of max value = 765). Red value is 177 (69.53% from 255 or 46.70% from 379); Green value is 59 (23.44% from 255 or 15.57% from 379); Blue value is 143 (56.25% from 255 or 37.73% from 379); Max value from RGB is 177 - color contains mainly: red. Hex color #B13B8F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B13B8F is #4EC470. Grayscale: #676767. Windows color (decimal): -5162097 or 9386929. OLE color: 9386929.

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

Color convert

RGB 177 59 143 -
CMYK 0 0.67 0.19 0.31
HSL 317.29º 0.5% 0.46% -
HSV(B) 317.29º 0.67% 0.69% -
XYZ 24.65 14.46 27.48 -
YUV 103.86 150.09 180.17 -
System Red Green Blue C M Y K H S L
Decimal 177 59 143 0 0.67 0.19 0.31 317.29 0.5 0.46
Hex B1 3B 8F 0 43 13 1F 13D 32 2E
Octal 261 73 217 0 103 23 37 475 62 56
Binary 10110001 111011 10001111 0 1000011 10011 11111 100111101 110010 101110

Color Harmonies of #B13B8F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B13B8F

Black with #B13B8F

Text Example


Text Example

White with #B13B8F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B13B8F; }

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

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

background-color css

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

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

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

border-color css

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

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

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