Html Css Color HEX #B13D9E Medium Red Violet

📋 copy color: '#B13D9E'

red 177 ◦ green 61 ◦ blue 158

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

Shades of Medium Red Violet #B13D9E

Tints of Medium Red Violet #B13D9E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 39.9%

R = 44.7%
G = 15.4%
B = 39.9%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.11

 K value IS 0.31

RGB Variations

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

Color information

#B13D9E (or 0xB13D9E) is known color: Medium Red Violet. HEX triplet: B1, 3D and 9E. RGB value is (177,61,158). Sum of RGB (Red+Green+Blue) = 177+61+158=396 (52% of max value = 765). Red value is 177 (69.53% from 255 or 44.70% from 396); Green value is 61 (24.22% from 255 or 15.40% from 396); Blue value is 158 (62.11% from 255 or 39.90% from 396); Max value from RGB is 177 - color contains mainly: red. Hex color #B13D9E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B13D9E is #4EC261. Grayscale: #6A6A6A. Windows color (decimal): -5161570 or 10370481. OLE color: 10370481.

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

Color convert

RGB 177 61 158 -
CMYK 0 0.66 0.11 0.31
HSL 309.83º 0.49% 0.47% -
HSV(B) 309.83º 0.66% 0.69% -
XYZ 25.97 15.15 33.9 -
YUV 106.74 156.93 178.11 -
System Red Green Blue C M Y K H S L
Decimal 177 61 158 0 0.66 0.11 0.31 309.83 0.49 0.47
Hex B1 3D 9E 0 42 B 1F 136 31 2F
Octal 261 75 236 0 102 13 37 466 61 57
Binary 10110001 111101 10011110 0 1000010 1011 11111 100110110 110001 101111

Color Harmonies of #B13D9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B13D9E

Black with #B13D9E

Text Example


Text Example

White with #B13D9E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B13D9E; }

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

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

background-color css

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

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

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

border-color css

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

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

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