Html Css Color HEX #B13B8B Medium Red Violet

📋 copy color: '#B13B8B'

red 177 ◦ green 59 ◦ blue 139

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

Shades of Medium Red Violet #B13B8B

Tints of Medium Red Violet #B13B8B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 37.07%

R = 47.2%
G = 15.73%
B = 37.07%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.21

 K value IS 0.31

RGB Variations

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

Color information

#B13B8B (or 0xB13B8B) is known color: Medium Red Violet. HEX triplet: B1, 3B and 8B. RGB value is (177,59,139). Sum of RGB (Red+Green+Blue) = 177+59+139=375 (49% of max value = 765). Red value is 177 (69.53% from 255 or 47.2% from 375); Green value is 59 (23.44% from 255 or 15.73% from 375); Blue value is 139 (54.69% from 255 or 37.07% from 375); Max value from RGB is 177 - color contains mainly: red. Hex color #B13B8B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B13B8B is #4EC474. Grayscale: #676767. Windows color (decimal): -5162101 or 9124785. OLE color: 9124785.

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

Color convert

RGB 177 59 139 -
CMYK 0 0.67 0.21 0.31
HSL 319.32º 0.5% 0.46% -
HSV(B) 319.32º 0.67% 0.69% -
XYZ 24.36 14.34 25.91 -
YUV 103.4 148.09 180.5 -
System Red Green Blue C M Y K H S L
Decimal 177 59 139 0 0.67 0.21 0.31 319.32 0.5 0.46
Hex B1 3B 8B 0 43 15 1F 13F 32 2E
Octal 261 73 213 0 103 25 37 477 62 56
Binary 10110001 111011 10001011 0 1000011 10101 11111 100111111 110010 101110

Color Harmonies of #B13B8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B13B8B

Black with #B13B8B

Text Example


Text Example

White with #B13B8B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B13B8B; }

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

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

background-color css

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

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

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

border-color css

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

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

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