Html Css Color HEX #B13D99 Medium Red Violet

📋 copy color: '#B13D99'

red 177 ◦ green 61 ◦ blue 153

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

Shades of Medium Red Violet #B13D99

Tints of Medium Red Violet #B13D99

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 39.13%

R = 45.27%
G = 15.6%
B = 39.13%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.14

 K value IS 0.31

RGB Variations

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

Color information

#B13D99 (or 0xB13D99) is known color: Medium Red Violet. HEX triplet: B1, 3D and 99. RGB value is (177,61,153). Sum of RGB (Red+Green+Blue) = 177+61+153=391 (51% of max value = 765). Red value is 177 (69.53% from 255 or 45.27% from 391); Green value is 61 (24.22% from 255 or 15.60% from 391); Blue value is 153 (60.16% from 255 or 39.13% from 391); Max value from RGB is 177 - color contains mainly: red. Hex color #B13D99 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B13D99 is #4EC266. Grayscale: #696969. Windows color (decimal): -5161575 or 10042801. OLE color: 10042801.

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

Color convert

RGB 177 61 153 -
CMYK 0 0.66 0.14 0.31
HSL 312.41º 0.49% 0.47% -
HSV(B) 312.41º 0.66% 0.69% -
XYZ 25.55 14.98 31.68 -
YUV 106.17 154.43 178.52 -
System Red Green Blue C M Y K H S L
Decimal 177 61 153 0 0.66 0.14 0.31 312.41 0.49 0.47
Hex B1 3D 99 0 42 E 1F 138 31 2F
Octal 261 75 231 0 102 16 37 470 61 57
Binary 10110001 111101 10011001 0 1000010 1110 11111 100111000 110001 101111

Color Harmonies of #B13D99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B13D99

Black with #B13D99

Text Example


Text Example

White with #B13D99

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B13D99; }

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

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

background-color css

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

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

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

border-color css

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

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

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