Html Css Color HEX #B13694 Medium Red Violet

📋 copy color: '#B13694'

red 177 ◦ green 54 ◦ blue 148

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

Shades of Medium Red Violet #B13694

Tints of Medium Red Violet #B13694

RGB

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

 GREEN value IS 54 (21.48% from 255) = 14.25%

 BLUE value IS 148 (58.2% from 255) = 39.05%

R = 46.7%
G = 14.25%
B = 39.05%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.16

 K value IS 0.31

RGB Variations

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

Color information

#B13694 (or 0xB13694) is known color: Medium Red Violet. HEX triplet: B1, 36 and 94. RGB value is (177,54,148). Sum of RGB (Red+Green+Blue) = 177+54+148=379 (50% of max value = 765). Red value is 177 (69.53% from 255 or 46.70% from 379); Green value is 54 (21.48% from 255 or 14.25% from 379); Blue value is 148 (58.20% from 255 or 39.05% from 379); Max value from RGB is 177 - color contains mainly: red. Hex color #B13694 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B13694 is #4EC96B. Grayscale: #656565. Windows color (decimal): -5163372 or 9713329. OLE color: 9713329.

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

Color convert

RGB 177 54 148 -
CMYK 0 0.69 0.16 0.31
HSL 314.15º 0.53% 0.45% -
HSV(B) 314.15º 0.69% 0.69% -
XYZ 24.8 14.12 29.44 -
YUV 101.49 154.25 181.86 -
System Red Green Blue C M Y K H S L
Decimal 177 54 148 0 0.69 0.16 0.31 314.15 0.53 0.45
Hex B1 36 94 0 45 10 1F 13A 35 2D
Octal 261 66 224 0 105 20 37 472 65 55
Binary 10110001 110110 10010100 0 1000101 10000 11111 100111010 110101 101101

Color Harmonies of #B13694

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B13694

Black with #B13694

Text Example


Text Example

White with #B13694

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B13694; }

 p { color: rgb(177,54,148); }

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

background-color css

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

 a { background-color: rgb(177,54,148); }

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

border-color css

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

 span { border-color: rgb(177,54,148); }

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