Html Css Color HEX #B13C92 Medium Red Violet

📋 copy color: '#B13C92'

red 177 ◦ green 60 ◦ blue 146

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

Shades of Medium Red Violet #B13C92

Tints of Medium Red Violet #B13C92

RGB

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

 GREEN value IS 60 (23.83% from 255) = 15.67%

 BLUE value IS 146 (57.42% from 255) = 38.12%

R = 46.21%
G = 15.67%
B = 38.12%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.18

 K value IS 0.31

RGB Variations

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

Color information

#B13C92 (or 0xB13C92) is known color: Medium Red Violet. HEX triplet: B1, 3C and 92. RGB value is (177,60,146). Sum of RGB (Red+Green+Blue) = 177+60+146=383 (50% of max value = 765). Red value is 177 (69.53% from 255 or 46.21% from 383); Green value is 60 (23.83% from 255 or 15.67% from 383); Blue value is 146 (57.42% from 255 or 38.12% from 383); Max value from RGB is 177 - color contains mainly: red. Hex color #B13C92 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B13C92 is #4EC36D. Grayscale: #686868. Windows color (decimal): -5161838 or 9583793. OLE color: 9583793.

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

Color convert

RGB 177 60 146 -
CMYK 0 0.66 0.18 0.31
HSL 315.9º 0.49% 0.46% -
HSV(B) 315.9º 0.66% 0.69% -
XYZ 24.94 14.65 28.71 -
YUV 104.79 151.26 179.51 -
System Red Green Blue C M Y K H S L
Decimal 177 60 146 0 0.66 0.18 0.31 315.9 0.49 0.46
Hex B1 3C 92 0 42 12 1F 13C 31 2E
Octal 261 74 222 0 102 22 37 474 61 56
Binary 10110001 111100 10010010 0 1000010 10010 11111 100111100 110001 101110

Color Harmonies of #B13C92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B13C92

Black with #B13C92

Text Example


Text Example

White with #B13C92

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B13C92; }

 p { color: rgb(177,60,146); }

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

background-color css

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

 a { background-color: rgb(177,60,146); }

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

border-color css

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

 span { border-color: rgb(177,60,146); }

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