Html Css Color HEX #B13696 Medium Red Violet

📋 copy color: '#B13696'

red 177 ◦ green 54 ◦ blue 150

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

Shades of Medium Red Violet #B13696

Tints of Medium Red Violet #B13696

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 39.37%

R = 46.46%
G = 14.17%
B = 39.37%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.15

 K value IS 0.31

RGB Variations

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

Color information

#B13696 (or 0xB13696) is known color: Medium Red Violet. HEX triplet: B1, 36 and 96. RGB value is (177,54,150). Sum of RGB (Red+Green+Blue) = 177+54+150=381 (50% of max value = 765). Red value is 177 (69.53% from 255 or 46.46% from 381); Green value is 54 (21.48% from 255 or 14.17% from 381); Blue value is 150 (58.98% from 255 or 39.37% from 381); Max value from RGB is 177 - color contains mainly: red. Hex color #B13696 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B13696 is #4EC969. Grayscale: #656565. Windows color (decimal): -5163370 or 9844401. OLE color: 9844401.

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

Color convert

RGB 177 54 150 -
CMYK 0 0.69 0.15 0.31
HSL 313.17º 0.53% 0.45% -
HSV(B) 313.17º 0.69% 0.69% -
XYZ 24.96 14.19 30.28 -
YUV 101.72 155.25 181.69 -
System Red Green Blue C M Y K H S L
Decimal 177 54 150 0 0.69 0.15 0.31 313.17 0.53 0.45
Hex B1 36 96 0 45 F 1F 139 35 2D
Octal 261 66 226 0 105 17 37 471 65 55
Binary 10110001 110110 10010110 0 1000101 1111 11111 100111001 110101 101101

Color Harmonies of #B13696

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B13696

Black with #B13696

Text Example


Text Example

White with #B13696

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B13696; }

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

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

background-color css

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

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

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

border-color css

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

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

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