Html Css Color HEX #B13292 Medium Red Violet

📋 copy color: '#B13292'

red 177 ◦ green 50 ◦ blue 146

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

Shades of Medium Red Violet #B13292

Tints of Medium Red Violet #B13292

RGB

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

 GREEN value IS 50 (19.92% from 255) = 13.4%

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

R = 47.45%
G = 13.4%
B = 39.14%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.18

 K value IS 0.31

RGB Variations

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

Color information

#B13292 (or 0xB13292) is known color: Medium Red Violet. HEX triplet: B1, 32 and 92. RGB value is (177,50,146). Sum of RGB (Red+Green+Blue) = 177+50+146=373 (49% of max value = 765). Red value is 177 (69.53% from 255 or 47.45% from 373); Green value is 50 (19.92% from 255 or 13.40% from 373); Blue value is 146 (57.42% from 255 or 39.14% from 373); Max value from RGB is 177 - color contains mainly: red. Hex color #B13292 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B13292 is #4ECD6D. Grayscale: #626262. Windows color (decimal): -5164398 or 9581233. OLE color: 9581233.

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

Color convert

RGB 177 50 146 -
CMYK 0 0.72 0.18 0.31
HSL 314.65º 0.56% 0.45% -
HSV(B) 314.65º 0.72% 0.69% -
XYZ 24.46 13.7 28.55 -
YUV 98.92 154.58 183.69 -
System Red Green Blue C M Y K H S L
Decimal 177 50 146 0 0.72 0.18 0.31 314.65 0.56 0.45
Hex B1 32 92 0 48 12 1F 13B 38 2D
Octal 261 62 222 0 110 22 37 473 70 55
Binary 10110001 110010 10010010 0 1001000 10010 11111 100111011 111000 101101

Color Harmonies of #B13292

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B13292

Black with #B13292

Text Example


Text Example

White with #B13292

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B13292; }

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

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

background-color css

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

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

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

border-color css

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

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

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