Html Css Color HEX #B1339C Medium Red Violet

📋 copy color: '#B1339C'

red 177 ◦ green 51 ◦ blue 156

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

Shades of Medium Red Violet #B1339C

Tints of Medium Red Violet #B1339C

RGB

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

 GREEN value IS 51 (20.31% from 255) = 13.28%

 BLUE value IS 156 (61.33% from 255) = 40.63%

R = 46.09%
G = 13.28%
B = 40.63%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.12

 K value IS 0.31

RGB Variations

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

Color information

#B1339C (or 0xB1339C) is known color: Medium Red Violet. HEX triplet: B1, 33 and 9C. RGB value is (177,51,156). Sum of RGB (Red+Green+Blue) = 177+51+156=384 (50% of max value = 765). Red value is 177 (69.53% from 255 or 46.09% from 384); Green value is 51 (20.31% from 255 or 13.28% from 384); Blue value is 156 (61.33% from 255 or 40.62% from 384); Max value from RGB is 177 - color contains mainly: red. Hex color #B1339C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B1339C is #4ECC63. Grayscale: #646464. Windows color (decimal): -5164132 or 10236849. OLE color: 10236849.

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

Color convert

RGB 177 51 156 -
CMYK 0 0.71 0.12 0.31
HSL 310º 0.55% 0.45% -
HSV(B) 310º 0.71% 0.69% -
XYZ 25.32 14.12 32.84 -
YUV 100.64 159.24 182.46 -
System Red Green Blue C M Y K H S L
Decimal 177 51 156 0 0.71 0.12 0.31 310 0.55 0.45
Hex B1 33 9C 0 47 C 1F 136 37 2D
Octal 261 63 234 0 107 14 37 466 67 55
Binary 10110001 110011 10011100 0 1000111 1100 11111 100110110 110111 101101

Color Harmonies of #B1339C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1339C

Black with #B1339C

Text Example


Text Example

White with #B1339C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1339C; }

 p { color: rgb(177,51,156); }

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

background-color css

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

 a { background-color: rgb(177,51,156); }

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

border-color css

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

 span { border-color: rgb(177,51,156); }

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