Html Css Color HEX #B13993 Medium Red Violet

📋 copy color: '#B13993'

red 177 ◦ green 57 ◦ blue 147

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

Shades of Medium Red Violet #B13993

Tints of Medium Red Violet #B13993

RGB

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

 GREEN value IS 57 (22.66% from 255) = 14.96%

 BLUE value IS 147 (57.81% from 255) = 38.58%

R = 46.46%
G = 14.96%
B = 38.58%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.17

 K value IS 0.31

RGB Variations

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

Color information

#B13993 (or 0xB13993) is known color: Medium Red Violet. HEX triplet: B1, 39 and 93. RGB value is (177,57,147). Sum of RGB (Red+Green+Blue) = 177+57+147=381 (50% of max value = 765). Red value is 177 (69.53% from 255 or 46.46% from 381); Green value is 57 (22.66% from 255 or 14.96% from 381); Blue value is 147 (57.81% from 255 or 38.58% from 381); Max value from RGB is 177 - color contains mainly: red. Hex color #B13993 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B13993 is #4EC66C. Grayscale: #666666. Windows color (decimal): -5162605 or 9648561. OLE color: 9648561.

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

Color convert

RGB 177 57 147 -
CMYK 0 0.68 0.17 0.31
HSL 315º 0.51% 0.46% -
HSV(B) 315º 0.68% 0.69% -
XYZ 24.86 14.38 29.07 -
YUV 103.14 152.76 180.68 -
System Red Green Blue C M Y K H S L
Decimal 177 57 147 0 0.68 0.17 0.31 315 0.51 0.46
Hex B1 39 93 0 44 11 1F 13B 33 2E
Octal 261 71 223 0 104 21 37 473 63 56
Binary 10110001 111001 10010011 0 1000100 10001 11111 100111011 110011 101110

Color Harmonies of #B13993

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B13993

Black with #B13993

Text Example


Text Example

White with #B13993

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B13993; }

 p { color: rgb(177,57,147); }

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

background-color css

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

 a { background-color: rgb(177,57,147); }

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

border-color css

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

 span { border-color: rgb(177,57,147); }

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